#edc85c color space conversions
Hex:
        #edc85c
        RGB:
        237, 200, 92
        CMY:
        7, 22, 64
        CMYK:
        0, 16, 61, 7
      HSL:
        45°, 80.1105%, 64.5098%
        HSV (HSB):
        45°, 61.1814%, 92.9412%
        XYZ:
        57.5111, 60.0858, 18.6918
        xyY:
        0.4220, 0.4409, 60.0858
      CIE-Lab:
        81.8848, 0.9861, 57.6125
        CIE-LCH:
        81.8848, 57.6209, 89.0194
        CIE-Luv:
        81.8848, 30.6930, 68.6717
        Hunter-Lab:
        77.5150, -3.2159, 39.9635
      #edc85c color charts
#edc85c RGB chart
      #edc85c CMYK chart
      #edc85c RGB pie chart
      #edc85c color shades, tints & tones
#edc85c color schemes
#edc85c color preview, HTML & CSS examples
           This text has a color of #edc85c        
        
          <p style="color:#edc85c;">Text here</p>
        
        
          .mytext {color:#edc85c;}
        
        Text color #edc85c
      
           This box has a color of #edc85c        
        
          <div style="background-color:#edc85c;">Content here</div>
        
        
          .mybackground {background-color:#edc85c;}
        
        Background color #edc85c
      
           Border around this has a color of #edc85c        
        
          <div style="border:2px solid #edc85c;">Content here</div>
        
        
          .myborder {border:2px solid #edc85c;}
        
        Border color #edc85c