Color spaces of #ea774f
RGB | 234 | 119 | 79 |
---|---|---|---|
HSL | 0.04 | 0.79 | 0.61 |
HSV | 15° | 66° | 92° |
CMYK | 0.00 | 0.49 | 0.66 0.08 |
XYZ | 41.9398 | 31.2506 | 11.2186 |
Yxy | 31.2506 | 0.4969 | 0.3702 |
Hunter Lab | 55.9022 | 36.0880 | 27.2331 |
CIE-Lab | 62.7186 | 41.3516 | 41.9606 |
#ea774f color RGB value is (234,119,79).
#ea774f hex color red value is 234, green value is 119 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ea774f hue: 0.04 , saturation: 0.79 and the lightness value of ea774f is 0.61.
The process color (four color CMYK) of #ea774f color hex is 0.00, 0.49, 0.66, 0.08. Web safe color of #ea774f is #ff6666. Color #ea774f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01110111 | 01001111 |
Octal | 352 | 167 | 117 |
Decimal | 234 | 119 | 79 |
Hex | EA | 77 | 4F |
Shades of #ea774f
Tints of #ea774f
RGB Percentages of Color #ea774f
CMYK Percentages of Color #ea774f
Complementary Color
#ea774f | #4fc2ea |
#ea774f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea774f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea774f Color CSS Codes
.mybgcolor {background-color:#ea774f; } .myforecolor {color:#ea774f; } .mybordercolor {border:3px solid #ea774f; }
#ea774f Text Font Color
<p style="color:#ea774f">Text here</p>
This sample text font color is #ea774f
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.
#ea774f Background Color
<div style="background-color:#ea774f">
Div content here</div>
This div background color is #ea774f
#ea774f Border Color
<div style="border:3px solid #ea774f">
Div here</div>
This div border color is #ea774f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,119,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea774f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea774f; -webkit-box-shadow: 1px 1px 3px 2px #ea774f; box-shadow: 1px 1px 3px 2px #ea774f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,119,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea774f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea774f; -webkit-box-shadow: 1px 1px 3px 2px #ea774f; box-shadow: 1px 1px 3px 2px #ea774f;">
Div content here</div>
This div box has shadow with color #ea774f
Comments
No comments written yet.
Please login to write comment.