Color spaces of #ea654a
RGB | 234 | 101 | 74 |
---|---|---|---|
HSL | 0.03 | 0.79 | 0.60 |
HSV | 10° | 68° | 92° |
CMYK | 0.00 | 0.57 | 0.68 0.08 |
XYZ | 39.8214 | 27.2942 | 9.6481 |
Yxy | 27.2942 | 0.5188 | 0.3556 |
Hunter Lab | 52.2439 | 44.6298 | 25.6214 |
CIE-Lab | 59.2457 | 49.8012 | 40.5697 |
#ea654a color RGB value is (234,101,74).
#ea654a hex color red value is 234, green value is 101 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ea654a hue: 0.03 , saturation: 0.79 and the lightness value of ea654a is 0.60.
The process color (four color CMYK) of #ea654a color hex is 0.00, 0.57, 0.68, 0.08. Web safe color of #ea654a is #ff6633. Color #ea654a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01100101 | 01001010 |
Octal | 352 | 145 | 112 |
Decimal | 234 | 101 | 74 |
Hex | EA | 65 | 4A |
Shades of #ea654a
Tints of #ea654a
RGB Percentages of Color #ea654a
CMYK Percentages of Color #ea654a
Complementary Color
#ea654a | #4acfea |
#ea654a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea654a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea654a Color CSS Codes
.mybgcolor {background-color:#ea654a; } .myforecolor {color:#ea654a; } .mybordercolor {border:3px solid #ea654a; }
#ea654a Text Font Color
<p style="color:#ea654a">Text here</p>
This sample text font color is #ea654a
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.
#ea654a Background Color
<div style="background-color:#ea654a">
Div content here</div>
This div background color is #ea654a
#ea654a Border Color
<div style="border:3px solid #ea654a">
Div here</div>
This div border color is #ea654a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,101,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea654a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea654a; -webkit-box-shadow: 1px 1px 3px 2px #ea654a; box-shadow: 1px 1px 3px 2px #ea654a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,101,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea654a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea654a; -webkit-box-shadow: 1px 1px 3px 2px #ea654a; box-shadow: 1px 1px 3px 2px #ea654a;">
Div content here</div>
This div box has shadow with color #ea654a
Comments
No comments written yet.
Please login to write comment.