#edac01 color space conversions
Hex:
        #edac01
        RGB:
        237, 172, 1
        CMY:
        7, 33, 100
        CMYK:
        0, 27, 100, 7
      HSL:
        43°, 99.1597%, 46.6667%
        HSV (HSB):
        43°, 99.5781%, 92.9412%
        XYZ:
        49.6831, 47.5118, 6.5808
        xyY:
        0.4788, 0.4578, 47.5118
      CIE-Lab:
        74.5159, 12.6177, 77.5739
        CIE-LCH:
        74.5159, 78.5934, 80.7615
        CIE-Luv:
        74.5159, 54.4998, 75.9495
        Hunter-Lab:
        68.9288, 8.0353, 42.5896
      #edac01 color charts
#edac01 RGB chart
      #edac01 CMYK chart
      #edac01 RGB pie chart
      #edac01 color shades, tints & tones
#edac01 color schemes
#edac01 color preview, HTML & CSS examples
           This text has a color of #edac01        
        
          <p style="color:#edac01;">Text here</p>
        
        
          .mytext {color:#edac01;}
        
        Text color #edac01
      
           This box has a color of #edac01        
        
          <div style="background-color:#edac01;">Content here</div>
        
        
          .mybackground {background-color:#edac01;}
        
        Background color #edac01
      
           Border around this has a color of #edac01        
        
          <div style="border:2px solid #edac01;">Content here</div>
        
        
          .myborder {border:2px solid #edac01;}
        
        Border color #edac01