Color spaces of #ea420f
RGB | 234 | 66 | 15 |
---|---|---|---|
HSL | 0.04 | 0.88 | 0.49 |
HSV | 14° | 94° | 92° |
CMYK | 0.00 | 0.72 | 0.94 0.08 |
XYZ | 35.9661 | 21.4233 | 2.6914 |
Yxy | 21.4233 | 0.5986 | 0.3566 |
Hunter Lab | 46.2853 | 57.7045 | 28.9521 |
CIE-Lab | 53.4097 | 62.4702 | 61.4120 |
#ea420f color RGB value is (234,66,15).
#ea420f hex color red value is 234, green value is 66 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ea420f hue: 0.04 , saturation: 0.88 and the lightness value of ea420f is 0.49.
The process color (four color CMYK) of #ea420f color hex is 0.00, 0.72, 0.94, 0.08. Web safe color of #ea420f is #ff3300. Color #ea420f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01000010 | 00001111 |
Octal | 352 | 102 | 17 |
Decimal | 234 | 66 | 15 |
Hex | EA | 42 | F |
Shades of #ea420f
Tints of #ea420f
RGB Percentages of Color #ea420f
CMYK Percentages of Color #ea420f
Complementary Color
#ea420f | #0fb7ea |
#ea420f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea420f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea420f Color CSS Codes
.mybgcolor {background-color:#ea420f; } .myforecolor {color:#ea420f; } .mybordercolor {border:3px solid #ea420f; }
#ea420f Text Font Color
<p style="color:#ea420f">Text here</p>
This sample text font color is #ea420f
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.
#ea420f Background Color
<div style="background-color:#ea420f">
Div content here</div>
This div background color is #ea420f
#ea420f Border Color
<div style="border:3px solid #ea420f">
Div here</div>
This div border color is #ea420f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,66,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea420f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea420f; -webkit-box-shadow: 1px 1px 3px 2px #ea420f; box-shadow: 1px 1px 3px 2px #ea420f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,66,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea420f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea420f; -webkit-box-shadow: 1px 1px 3px 2px #ea420f; box-shadow: 1px 1px 3px 2px #ea420f;">
Div content here</div>
This div box has shadow with color #ea420f
Comments
No comments written yet.
Please login to write comment.