Color spaces of #ea816e
RGB | 234 | 129 | 110 |
---|---|---|---|
HSL | 0.03 | 0.75 | 0.67 |
HSV | 9° | 53° | 92° |
CMYK | 0.00 | 0.45 | 0.53 0.08 |
XYZ | 44.5964 | 34.3187 | 19.0255 |
Yxy | 34.3187 | 0.4553 | 0.3504 |
Hunter Lab | 58.5822 | 33.3666 | 21.7521 |
CIE-Lab | 65.2148 | 38.4657 | 28.2134 |
#ea816e color RGB value is (234,129,110).
#ea816e hex color red value is 234, green value is 129 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ea816e hue: 0.03 , saturation: 0.75 and the lightness value of ea816e is 0.67.
The process color (four color CMYK) of #ea816e color hex is 0.00, 0.45, 0.53, 0.08. Web safe color of #ea816e is #ff9966. Color #ea816e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10000001 | 01101110 |
Octal | 352 | 201 | 156 |
Decimal | 234 | 129 | 110 |
Hex | EA | 81 | 6E |
Shades of #ea816e
Tints of #ea816e
RGB Percentages of Color #ea816e
CMYK Percentages of Color #ea816e
Complementary Color
#ea816e | #6ed7ea |
#ea816e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea816e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea816e Color CSS Codes
.mybgcolor {background-color:#ea816e; } .myforecolor {color:#ea816e; } .mybordercolor {border:3px solid #ea816e; }
#ea816e Text Font Color
<p style="color:#ea816e">Text here</p>
This sample text font color is #ea816e
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.
#ea816e Background Color
<div style="background-color:#ea816e">
Div content here</div>
This div background color is #ea816e
#ea816e Border Color
<div style="border:3px solid #ea816e">
Div here</div>
This div border color is #ea816e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,129,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea816e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea816e; -webkit-box-shadow: 1px 1px 3px 2px #ea816e; box-shadow: 1px 1px 3px 2px #ea816e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,129,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea816e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea816e; -webkit-box-shadow: 1px 1px 3px 2px #ea816e; box-shadow: 1px 1px 3px 2px #ea816e;">
Div content here</div>
This div box has shadow with color #ea816e
Comments
No comments written yet.
Please login to write comment.