#edeb01 color space conversions
Hex:
        #edeb01
        RGB:
        237, 235, 1
        CMY:
        7, 8, 100
        CMYK:
        0, 1, 100, 7
      HSL:
        59°, 99.1597%, 46.6667%
        HSV (HSB):
        59°, 99.5781%, 92.9412%
        XYZ:
        64.6389, 77.4234, 11.5661
        xyY:
        0.4207, 0.5040, 77.4234
      CIE-Lab:
        90.5161, -19.4226, 88.9291
        CIE-LCH:
        90.5161, 91.0254, 102.3203
        CIE-Luv:
        90.5161, 8.5323, 99.2979
        Hunter-Lab:
        87.9906, -22.8553, 53.7999
      #edeb01 color charts
#edeb01 RGB chart
      #edeb01 CMYK chart
      #edeb01 RGB pie chart
      #edeb01 color shades, tints & tones
#edeb01 color schemes
#edeb01 color preview, HTML & CSS examples
           This text has a color of #edeb01        
        
          <p style="color:#edeb01;">Text here</p>
        
        
          .mytext {color:#edeb01;}
        
        Text color #edeb01
      
           This box has a color of #edeb01        
        
          <div style="background-color:#edeb01;">Content here</div>
        
        
          .mybackground {background-color:#edeb01;}
        
        Background color #edeb01
      
           Border around this has a color of #edeb01        
        
          <div style="border:2px solid #edeb01;">Content here</div>
        
        
          .myborder {border:2px solid #edeb01;}
        
        Border color #edeb01