Color spaces of #ea746a
RGB | 234 | 116 | 106 |
---|---|---|---|
HSL | 0.01 | 0.75 | 0.67 |
HSV | 5° | 55° | 92° |
CMYK | 0.00 | 0.50 | 0.55 0.08 |
XYZ | 42.7786 | 31.0238 | 17.3692 |
Yxy | 31.0238 | 0.4692 | 0.3403 |
Hunter Lab | 55.6990 | 39.6204 | 20.5003 |
CIE-Lab | 62.5277 | 44.6954 | 26.9242 |
#ea746a color RGB value is (234,116,106).
#ea746a hex color red value is 234, green value is 116 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ea746a hue: 0.01 , saturation: 0.75 and the lightness value of ea746a is 0.67.
The process color (four color CMYK) of #ea746a color hex is 0.00, 0.50, 0.55, 0.08. Web safe color of #ea746a is #ff6666. Color #ea746a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01110100 | 01101010 |
Octal | 352 | 164 | 152 |
Decimal | 234 | 116 | 106 |
Hex | EA | 74 | 6A |
Shades of #ea746a
Tints of #ea746a
RGB Percentages of Color #ea746a
CMYK Percentages of Color #ea746a
Complementary Color
#ea746a | #6ae0ea |
#ea746a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea746a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea746a Color CSS Codes
.mybgcolor {background-color:#ea746a; } .myforecolor {color:#ea746a; } .mybordercolor {border:3px solid #ea746a; }
#ea746a Text Font Color
<p style="color:#ea746a">Text here</p>
This sample text font color is #ea746a
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.
#ea746a Background Color
<div style="background-color:#ea746a">
Div content here</div>
This div background color is #ea746a
#ea746a Border Color
<div style="border:3px solid #ea746a">
Div here</div>
This div border color is #ea746a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,116,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea746a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea746a; -webkit-box-shadow: 1px 1px 3px 2px #ea746a; box-shadow: 1px 1px 3px 2px #ea746a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,116,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea746a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea746a; -webkit-box-shadow: 1px 1px 3px 2px #ea746a; box-shadow: 1px 1px 3px 2px #ea746a;">
Div content here</div>
This div box has shadow with color #ea746a
Comments
No comments written yet.
Please login to write comment.