Color spaces of #ead245
RGB | 234 | 210 | 69 |
---|---|---|---|
HSL | 0.14 | 0.80 | 0.59 |
HSV | 51° | 71° | 92° |
CMYK | 0.00 | 0.10 | 0.71 0.08 |
XYZ | 58.0525 | 64.0153 | 14.9267 |
Yxy | 64.0153 | 0.4238 | 0.4673 |
Hunter Lab | 80.0096 | -10.5026 | 44.9455 |
CIE-Lab | 83.9737 | -6.6951 | 69.2434 |
#ead245 color RGB value is (234,210,69).
#ead245 hex color red value is 234, green value is 210 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #ead245 hue: 0.14 , saturation: 0.80 and the lightness value of ead245 is 0.59.
The process color (four color CMYK) of #ead245 color hex is 0.00, 0.10, 0.71, 0.08. Web safe color of #ead245 is #ffcc33. Color #ead245 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11010010 | 01000101 |
Octal | 352 | 322 | 105 |
Decimal | 234 | 210 | 69 |
Hex | EA | D2 | 45 |
Shades of #ead245
Tints of #ead245
RGB Percentages of Color #ead245
CMYK Percentages of Color #ead245
Complementary Color
#ead245 | #455dea |
#ead245 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ead245 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ead245 Color CSS Codes
.mybgcolor {background-color:#ead245; } .myforecolor {color:#ead245; } .mybordercolor {border:3px solid #ead245; }
#ead245 Text Font Color
<p style="color:#ead245">Text here</p>
This sample text font color is #ead245
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.
#ead245 Background Color
<div style="background-color:#ead245">
Div content here</div>
This div background color is #ead245
#ead245 Border Color
<div style="border:3px solid #ead245">
Div here</div>
This div border color is #ead245
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,210,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ead245; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ead245; -webkit-box-shadow: 1px 1px 3px 2px #ead245; box-shadow: 1px 1px 3px 2px #ead245; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,210,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ead245">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ead245; -webkit-box-shadow: 1px 1px 3px 2px #ead245; box-shadow: 1px 1px 3px 2px #ead245;">
Div content here</div>
This div box has shadow with color #ead245
Comments
No comments written yet.
Please login to write comment.