Color spaces of #edbe59
RGB | 237 | 190 | 89 |
---|---|---|---|
HSL | 0.11 | 0.80 | 0.64 |
HSV | 41° | 62° | 93° |
CMYK | 0.00 | 0.20 | 0.62 0.07 |
XYZ | 55.1417 | 55.5527 | 17.2677 |
Yxy | 55.5527 | 0.4309 | 0.4341 |
Hunter Lab | 74.5337 | 1.6244 | 38.4375 |
CIE-Lab | 79.3586 | 5.9856 | 56.1546 |
#edbe59 color RGB value is (237,190,89).
#edbe59 hex color red value is 237, green value is 190 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #edbe59 hue: 0.11 , saturation: 0.80 and the lightness value of edbe59 is 0.64.
The process color (four color CMYK) of #edbe59 color hex is 0.00, 0.20, 0.62, 0.07. Web safe color of #edbe59 is #ffcc66. Color #edbe59 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10111110 | 01011001 |
Octal | 355 | 276 | 131 |
Decimal | 237 | 190 | 89 |
Hex | ED | BE | 59 |
Shades of #edbe59
Tints of #edbe59
RGB Percentages of Color #edbe59
CMYK Percentages of Color #edbe59
Complementary Color
#edbe59 | #5988ed |
#edbe59 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edbe59 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edbe59 Color CSS Codes
.mybgcolor {background-color:#edbe59; } .myforecolor {color:#edbe59; } .mybordercolor {border:3px solid #edbe59; }
#edbe59 Text Font Color
<p style="color:#edbe59">Text here</p>
This sample text font color is #edbe59
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.
#edbe59 Background Color
<div style="background-color:#edbe59">
Div content here</div>
This div background color is #edbe59
#edbe59 Border Color
<div style="border:3px solid #edbe59">
Div here</div>
This div border color is #edbe59
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,190,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edbe59; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edbe59; -webkit-box-shadow: 1px 1px 3px 2px #edbe59; box-shadow: 1px 1px 3px 2px #edbe59; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,190,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 #edbe59">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edbe59; -webkit-box-shadow: 1px 1px 3px 2px #edbe59; box-shadow: 1px 1px 3px 2px #edbe59;">
Div content here</div>
This div box has shadow with color #edbe59
Comments
No comments written yet.
Please login to write comment.