Color spaces of #ea993c
RGB | 234 | 153 | 60 |
---|---|---|---|
HSL | 0.09 | 0.81 | 0.58 |
HSV | 32° | 74° | 92° |
CMYK | 0.00 | 0.35 | 0.74 0.08 |
XYZ | 46.1385 | 40.6011 | 9.6800 |
Yxy | 40.6011 | 0.4785 | 0.4211 |
Hunter Lab | 63.7190 | 17.7424 | 35.5961 |
CIE-Lab | 69.8955 | 22.7176 | 58.8334 |
#ea993c color RGB value is (234,153,60).
#ea993c hex color red value is 234, green value is 153 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ea993c hue: 0.09 , saturation: 0.81 and the lightness value of ea993c is 0.58.
The process color (four color CMYK) of #ea993c color hex is 0.00, 0.35, 0.74, 0.08. Web safe color of #ea993c is #ff9933. Color #ea993c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10011001 | 00111100 |
Octal | 352 | 231 | 74 |
Decimal | 234 | 153 | 60 |
Hex | EA | 99 | 3C |
Shades of #ea993c
Tints of #ea993c
RGB Percentages of Color #ea993c
CMYK Percentages of Color #ea993c
Complementary Color
#ea993c | #3c8dea |
#ea993c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea993c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea993c Color CSS Codes
.mybgcolor {background-color:#ea993c; } .myforecolor {color:#ea993c; } .mybordercolor {border:3px solid #ea993c; }
#ea993c Text Font Color
<p style="color:#ea993c">Text here</p>
This sample text font color is #ea993c
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.
#ea993c Background Color
<div style="background-color:#ea993c">
Div content here</div>
This div background color is #ea993c
#ea993c Border Color
<div style="border:3px solid #ea993c">
Div here</div>
This div border color is #ea993c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,153,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea993c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea993c; -webkit-box-shadow: 1px 1px 3px 2px #ea993c; box-shadow: 1px 1px 3px 2px #ea993c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,153,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea993c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea993c; -webkit-box-shadow: 1px 1px 3px 2px #ea993c; box-shadow: 1px 1px 3px 2px #ea993c;">
Div content here</div>
This div box has shadow with color #ea993c
Comments
No comments written yet.
Please login to write comment.