Color spaces of #e9d079
RGB | 233 | 208 | 121 |
---|---|---|---|
HSL | 0.13 | 0.72 | 0.69 |
HSV | 47° | 48° | 91° |
CMYK | 0.00 | 0.11 | 0.48 0.09 |
XYZ | 59.6113 | 63.8159 | 27.2650 |
Yxy | 63.8159 | 0.3956 | 0.4235 |
Hunter Lab | 79.8849 | -6.5991 | 35.6835 |
CIE-Lab | 83.8698 | -2.4836 | 46.1290 |
#e9d079 color RGB value is (233,208,121).
#e9d079 hex color red value is 233, green value is 208 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #e9d079 hue: 0.13 , saturation: 0.72 and the lightness value of e9d079 is 0.69.
The process color (four color CMYK) of #e9d079 color hex is 0.00, 0.11, 0.48, 0.09. Web safe color of #e9d079 is #ffcc66. Color #e9d079 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 11010000 | 01111001 |
Octal | 351 | 320 | 171 |
Decimal | 233 | 208 | 121 |
Hex | E9 | D0 | 79 |
Shades of #e9d079
Tints of #e9d079
RGB Percentages of Color #e9d079
CMYK Percentages of Color #e9d079
Complementary Color
#e9d079 | #7992e9 |
#e9d079 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e9d079 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e9d079 Color CSS Codes
.mybgcolor {background-color:#e9d079; } .myforecolor {color:#e9d079; } .mybordercolor {border:3px solid #e9d079; }
#e9d079 Text Font Color
<p style="color:#e9d079">Text here</p>
This sample text font color is #e9d079
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.
#e9d079 Background Color
<div style="background-color:#e9d079">
Div content here</div>
This div background color is #e9d079
#e9d079 Border Color
<div style="border:3px solid #e9d079">
Div here</div>
This div border color is #e9d079
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,208,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e9d079; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e9d079; -webkit-box-shadow: 1px 1px 3px 2px #e9d079; box-shadow: 1px 1px 3px 2px #e9d079; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,208,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e9d079">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e9d079; -webkit-box-shadow: 1px 1px 3px 2px #e9d079; box-shadow: 1px 1px 3px 2px #e9d079;">
Div content here</div>
This div box has shadow with color #e9d079
Comments
No comments written yet.
Please login to write comment.