#edc85e color space conversions
Hex:
        #edc85e
        RGB:
        237, 200, 94
        CMY:
        7, 22, 63
        CMYK:
        0, 16, 60, 7
      HSL:
        44°, 79.8883%, 64.9020%
        HSV (HSB):
        44°, 60.3376%, 92.9412%
        XYZ:
        57.5997, 60.1212, 19.1584
        xyY:
        0.4208, 0.4392, 60.1212
      CIE-Lab:
        81.9040, 1.1202, 56.7283
        CIE-LCH:
        81.9040, 56.7393, 88.8687
        CIE-Luv:
        81.9040, 30.5919, 67.8948
        Hunter-Lab:
        77.5379, -3.0910, 39.6269
      #edc85e color charts
#edc85e RGB chart
      #edc85e CMYK chart
      #edc85e RGB pie chart
      #edc85e color shades, tints & tones
#edc85e color schemes
#edc85e color preview, HTML & CSS examples
           This text has a color of #edc85e        
        
          <p style="color:#edc85e;">Text here</p>
        
        
          .mytext {color:#edc85e;}
        
        Text color #edc85e
      
           This box has a color of #edc85e        
        
          <div style="background-color:#edc85e;">Content here</div>
        
        
          .mybackground {background-color:#edc85e;}
        
        Background color #edc85e
      
           Border around this has a color of #edc85e        
        
          <div style="border:2px solid #edc85e;">Content here</div>
        
        
          .myborder {border:2px solid #edc85e;}
        
        Border color #edc85e