Color spaces of #edbb59
RGB | 237 | 187 | 89 |
---|---|---|---|
HSL | 0.11 | 0.80 | 0.64 |
HSV | 40° | 62° | 93° |
CMYK | 0.00 | 0.21 | 0.62 0.07 |
XYZ | 54.4985 | 54.2664 | 17.0533 |
Yxy | 54.2664 | 0.4332 | 0.4313 |
Hunter Lab | 73.6657 | 3.1407 | 37.8406 |
CIE-Lab | 78.6168 | 7.5551 | 55.3257 |
#edbb59 color RGB value is (237,187,89).
#edbb59 hex color red value is 237, green value is 187 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #edbb59 hue: 0.11 , saturation: 0.80 and the lightness value of edbb59 is 0.64.
The process color (four color CMYK) of #edbb59 color hex is 0.00, 0.21, 0.62, 0.07. Web safe color of #edbb59 is #ffcc66. Color #edbb59 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10111011 | 01011001 |
Octal | 355 | 273 | 131 |
Decimal | 237 | 187 | 89 |
Hex | ED | BB | 59 |
Shades of #edbb59
Tints of #edbb59
RGB Percentages of Color #edbb59
CMYK Percentages of Color #edbb59
Complementary Color
#edbb59 | #598bed |
#edbb59 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edbb59 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edbb59 Color CSS Codes
.mybgcolor {background-color:#edbb59; } .myforecolor {color:#edbb59; } .mybordercolor {border:3px solid #edbb59; }
#edbb59 Text Font Color
<p style="color:#edbb59">Text here</p>
This sample text font color is #edbb59
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#edbb59 Background Color
<div style="background-color:#edbb59">
Div content here</div>
This div background color is #edbb59
#edbb59 Border Color
<div style="border:3px solid #edbb59">
Div here</div>
This div border color is #edbb59
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,187,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edbb59; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edbb59; -webkit-box-shadow: 1px 1px 3px 2px #edbb59; box-shadow: 1px 1px 3px 2px #edbb59; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,187,89, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edbb59">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edbb59; -webkit-box-shadow: 1px 1px 3px 2px #edbb59; box-shadow: 1px 1px 3px 2px #edbb59;">
Div content here</div>
This div box has shadow with color #edbb59
Comments
No comments written yet.
Please login to write comment.