Color spaces of #ea785f
RGB | 234 | 120 | 95 |
---|---|---|---|
HSL | 0.03 | 0.77 | 0.65 |
HSV | 11° | 59° | 92° |
CMYK | 0.00 | 0.49 | 0.59 0.08 |
XYZ | 42.7137 | 31.7516 | 14.7039 |
Yxy | 31.7516 | 0.4790 | 0.3561 |
Hunter Lab | 56.3486 | 36.6978 | 23.9725 |
CIE-Lab | 63.1371 | 41.8751 | 33.8337 |
#ea785f color RGB value is (234,120,95).
#ea785f hex color red value is 234, green value is 120 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ea785f hue: 0.03 , saturation: 0.77 and the lightness value of ea785f is 0.65.
The process color (four color CMYK) of #ea785f color hex is 0.00, 0.49, 0.59, 0.08. Web safe color of #ea785f is #ff6666. Color #ea785f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01111000 | 01011111 |
Octal | 352 | 170 | 137 |
Decimal | 234 | 120 | 95 |
Hex | EA | 78 | 5F |
Shades of #ea785f
Tints of #ea785f
RGB Percentages of Color #ea785f
CMYK Percentages of Color #ea785f
Complementary Color
#ea785f | #5fd1ea |
#ea785f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea785f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea785f Color CSS Codes
.mybgcolor {background-color:#ea785f; } .myforecolor {color:#ea785f; } .mybordercolor {border:3px solid #ea785f; }
#ea785f Text Font Color
<p style="color:#ea785f">Text here</p>
This sample text font color is #ea785f
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.
#ea785f Background Color
<div style="background-color:#ea785f">
Div content here</div>
This div background color is #ea785f
#ea785f Border Color
<div style="border:3px solid #ea785f">
Div here</div>
This div border color is #ea785f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,120,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea785f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea785f; -webkit-box-shadow: 1px 1px 3px 2px #ea785f; box-shadow: 1px 1px 3px 2px #ea785f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,120,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea785f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea785f; -webkit-box-shadow: 1px 1px 3px 2px #ea785f; box-shadow: 1px 1px 3px 2px #ea785f;">
Div content here</div>
This div box has shadow with color #ea785f
Comments
No comments written yet.
Please login to write comment.