Color spaces of #ea866b
RGB | 234 | 134 | 107 |
---|---|---|---|
HSL | 0.04 | 0.75 | 0.67 |
HSV | 13° | 54° | 92° |
CMYK | 0.00 | 0.43 | 0.54 0.08 |
XYZ | 45.1106 | 35.6042 | 18.4046 |
Yxy | 35.6042 | 0.4551 | 0.3592 |
Hunter Lab | 59.6693 | 30.5267 | 23.4809 |
CIE-Lab | 66.2164 | 35.6359 | 31.1701 |
#ea866b color RGB value is (234,134,107).
#ea866b hex color red value is 234, green value is 134 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ea866b hue: 0.04 , saturation: 0.75 and the lightness value of ea866b is 0.67.
The process color (four color CMYK) of #ea866b color hex is 0.00, 0.43, 0.54, 0.08. Web safe color of #ea866b is #ff9966. Color #ea866b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10000110 | 01101011 |
Octal | 352 | 206 | 153 |
Decimal | 234 | 134 | 107 |
Hex | EA | 86 | 6B |
Shades of #ea866b
Tints of #ea866b
RGB Percentages of Color #ea866b
CMYK Percentages of Color #ea866b
Complementary Color
#ea866b | #6bcfea |
#ea866b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea866b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea866b Color CSS Codes
.mybgcolor {background-color:#ea866b; } .myforecolor {color:#ea866b; } .mybordercolor {border:3px solid #ea866b; }
#ea866b Text Font Color
<p style="color:#ea866b">Text here</p>
This sample text font color is #ea866b
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.
#ea866b Background Color
<div style="background-color:#ea866b">
Div content here</div>
This div background color is #ea866b
#ea866b Border Color
<div style="border:3px solid #ea866b">
Div here</div>
This div border color is #ea866b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,134,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea866b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea866b; -webkit-box-shadow: 1px 1px 3px 2px #ea866b; box-shadow: 1px 1px 3px 2px #ea866b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,134,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea866b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea866b; -webkit-box-shadow: 1px 1px 3px 2px #ea866b; box-shadow: 1px 1px 3px 2px #ea866b;">
Div content here</div>
This div box has shadow with color #ea866b
Comments
No comments written yet.
Please login to write comment.