Color spaces of #eed24a
RGB | 238 | 210 | 74 |
---|---|---|---|
HSL | 0.14 | 0.83 | 0.61 |
HSV | 50° | 69° | 93° |
CMYK | 0.00 | 0.12 | 0.69 0.07 |
XYZ | 59.5425 | 64.7647 | 15.8412 |
Yxy | 64.7647 | 0.4249 | 0.4621 |
Hunter Lab | 80.4765 | -8.7664 | 44.6628 |
CIE-Lab | 84.3623 | -4.7712 | 67.8490 |
#eed24a color RGB value is (238,210,74).
#eed24a hex color red value is 238, green value is 210 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #eed24a hue: 0.14 , saturation: 0.83 and the lightness value of eed24a is 0.61.
The process color (four color CMYK) of #eed24a color hex is 0.00, 0.12, 0.69, 0.07. Web safe color of #eed24a is #ffcc33. Color #eed24a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11010010 | 01001010 |
Octal | 356 | 322 | 112 |
Decimal | 238 | 210 | 74 |
Hex | EE | D2 | 4A |
Shades of #eed24a
Tints of #eed24a
RGB Percentages of Color #eed24a
CMYK Percentages of Color #eed24a
Complementary Color
#eed24a | #4a66ee |
#eed24a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eed24a Color Preview on White Background
Lorem ipsum dolor sit amet.
#eed24a Color CSS Codes
.mybgcolor {background-color:#eed24a; } .myforecolor {color:#eed24a; } .mybordercolor {border:3px solid #eed24a; }
#eed24a Text Font Color
<p style="color:#eed24a">Text here</p>
This sample text font color is #eed24a
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.
#eed24a Background Color
<div style="background-color:#eed24a">
Div content here</div>
This div background color is #eed24a
#eed24a Border Color
<div style="border:3px solid #eed24a">
Div here</div>
This div border color is #eed24a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,210,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eed24a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eed24a; -webkit-box-shadow: 1px 1px 3px 2px #eed24a; box-shadow: 1px 1px 3px 2px #eed24a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,210,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eed24a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eed24a; -webkit-box-shadow: 1px 1px 3px 2px #eed24a; box-shadow: 1px 1px 3px 2px #eed24a;">
Div content here</div>
This div box has shadow with color #eed24a
Comments
No comments written yet.
Please login to write comment.