Color spaces of #eed841
RGB | 238 | 216 | 65 |
---|---|---|---|
HSL | 0.15 | 0.84 | 0.59 |
HSV | 52° | 73° | 93° |
CMYK | 0.00 | 0.09 | 0.73 0.07 |
XYZ | 60.7699 | 67.6705 | 14.8598 |
Yxy | 67.6705 | 0.4241 | 0.4722 |
Hunter Lab | 82.2621 | -12.0944 | 46.8733 |
CIE-Lab | 85.8414 | -8.2268 | 72.6178 |
#eed841 color RGB value is (238,216,65).
#eed841 hex color red value is 238, green value is 216 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #eed841 hue: 0.15 , saturation: 0.84 and the lightness value of eed841 is 0.59.
The process color (four color CMYK) of #eed841 color hex is 0.00, 0.09, 0.73, 0.07. Web safe color of #eed841 is #ffcc33. Color #eed841 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11011000 | 01000001 |
Octal | 356 | 330 | 101 |
Decimal | 238 | 216 | 65 |
Hex | EE | D8 | 41 |
Shades of #eed841
Tints of #eed841
RGB Percentages of Color #eed841
CMYK Percentages of Color #eed841
Complementary Color
#eed841 | #4157ee |
#eed841 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eed841 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eed841 Color CSS Codes
.mybgcolor {background-color:#eed841; } .myforecolor {color:#eed841; } .mybordercolor {border:3px solid #eed841; }
#eed841 Text Font Color
<p style="color:#eed841">Text here</p>
This sample text font color is #eed841
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.
#eed841 Background Color
<div style="background-color:#eed841">
Div content here</div>
This div background color is #eed841
#eed841 Border Color
<div style="border:3px solid #eed841">
Div here</div>
This div border color is #eed841
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,216,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eed841; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eed841; -webkit-box-shadow: 1px 1px 3px 2px #eed841; box-shadow: 1px 1px 3px 2px #eed841; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,216,65, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eed841">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eed841; -webkit-box-shadow: 1px 1px 3px 2px #eed841; box-shadow: 1px 1px 3px 2px #eed841;">
Div content here</div>
This div box has shadow with color #eed841
Comments
No comments written yet.
Please login to write comment.