Color spaces of #ea695a
RGB | 234 | 105 | 90 |
---|---|---|---|
HSL | 0.02 | 0.77 | 0.64 |
HSV | 6° | 62° | 92° |
CMYK | 0.00 | 0.55 | 0.62 0.08 |
XYZ | 40.8287 | 28.3338 | 12.9899 |
Yxy | 28.3338 | 0.4970 | 0.3449 |
Hunter Lab | 53.2295 | 43.7635 | 22.7918 |
CIE-Lab | 60.1891 | 48.8629 | 32.9039 |
#ea695a color RGB value is (234,105,90).
#ea695a hex color red value is 234, green value is 105 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ea695a hue: 0.02 , saturation: 0.77 and the lightness value of ea695a is 0.64.
The process color (four color CMYK) of #ea695a color hex is 0.00, 0.55, 0.62, 0.08. Web safe color of #ea695a is #ff6666. Color #ea695a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01101001 | 01011010 |
Octal | 352 | 151 | 132 |
Decimal | 234 | 105 | 90 |
Hex | EA | 69 | 5A |
Shades of #ea695a
Tints of #ea695a
RGB Percentages of Color #ea695a
CMYK Percentages of Color #ea695a
Complementary Color
#ea695a | #5adbea |
#ea695a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea695a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea695a Color CSS Codes
.mybgcolor {background-color:#ea695a; } .myforecolor {color:#ea695a; } .mybordercolor {border:3px solid #ea695a; }
#ea695a Text Font Color
<p style="color:#ea695a">Text here</p>
This sample text font color is #ea695a
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.
#ea695a Background Color
<div style="background-color:#ea695a">
Div content here</div>
This div background color is #ea695a
#ea695a Border Color
<div style="border:3px solid #ea695a">
Div here</div>
This div border color is #ea695a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,105,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea695a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea695a; -webkit-box-shadow: 1px 1px 3px 2px #ea695a; box-shadow: 1px 1px 3px 2px #ea695a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,105,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea695a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea695a; -webkit-box-shadow: 1px 1px 3px 2px #ea695a; box-shadow: 1px 1px 3px 2px #ea695a;">
Div content here</div>
This div box has shadow with color #ea695a
Comments
No comments written yet.
Please login to write comment.