#eddc3a color space conversions
Hex:
        #eddc3a
        RGB:
        237, 220, 58
        CMY:
        7, 14, 77
        CMYK:
        0, 7, 76, 7
      HSL:
        54°, 83.2558%, 57.8431%
        HSV (HSB):
        54°, 75.5274%, 92.9412%
        XYZ:
        61.2820, 69.4964, 14.1872
        xyY:
        0.4227, 0.4794, 69.4964
      CIE-Lab:
        86.7493, -10.9335, 75.7606
        CIE-LCH:
        86.7493, 76.5455, 98.2120
        CIE-Luv:
        86.7493, 18.0493, 87.1845
        Hunter-Lab:
        83.3645, -14.6710, 48.2650
      #eddc3a color charts
#eddc3a RGB chart
      #eddc3a CMYK chart
      #eddc3a RGB pie chart
      #eddc3a color shades, tints & tones
#eddc3a color schemes
#eddc3a color preview, HTML & CSS examples
           This text has a color of #eddc3a        
        
          <p style="color:#eddc3a;">Text here</p>
        
        
          .mytext {color:#eddc3a;}
        
        Text color #eddc3a
      
           This box has a color of #eddc3a        
        
          <div style="background-color:#eddc3a;">Content here</div>
        
        
          .mybackground {background-color:#eddc3a;}
        
        Background color #eddc3a
      
           Border around this has a color of #eddc3a        
        
          <div style="border:2px solid #eddc3a;">Content here</div>
        
        
          .myborder {border:2px solid #eddc3a;}
        
        Border color #eddc3a