Color spaces of #e0844a
RGB | 224 | 132 | 74 |
---|---|---|---|
HSL | 0.06 | 0.71 | 0.58 |
HSV | 23° | 67° | 88° |
CMYK | 0.00 | 0.41 | 0.67 0.12 |
XYZ | 40.2278 | 32.8442 | 10.6979 |
Yxy | 32.8442 | 0.4802 | 0.3921 |
Hunter Lab | 57.3099 | 25.0032 | 29.0494 |
CIE-Lab | 64.0346 | 30.4278 | 45.7031 |
#e0844a color RGB value is (224,132,74).
#e0844a hex color red value is 224, green value is 132 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #e0844a hue: 0.06 , saturation: 0.71 and the lightness value of e0844a is 0.58.
The process color (four color CMYK) of #e0844a color hex is 0.00, 0.41, 0.67, 0.12. Web safe color of #e0844a is #cc9933. Color #e0844a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 10000100 | 01001010 |
Octal | 340 | 204 | 112 |
Decimal | 224 | 132 | 74 |
Hex | E0 | 84 | 4A |
Shades of #e0844a
Tints of #e0844a
RGB Percentages of Color #e0844a
CMYK Percentages of Color #e0844a
Complementary Color
#e0844a | #4aa6e0 |
#e0844a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0844a Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0844a Color CSS Codes
.mybgcolor {background-color:#e0844a; } .myforecolor {color:#e0844a; } .mybordercolor {border:3px solid #e0844a; }
#e0844a Text Font Color
<p style="color:#e0844a">Text here</p>
This sample text font color is #e0844a
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.
#e0844a Background Color
<div style="background-color:#e0844a">
Div content here</div>
This div background color is #e0844a
#e0844a Border Color
<div style="border:3px solid #e0844a">
Div here</div>
This div border color is #e0844a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,132,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0844a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0844a; -webkit-box-shadow: 1px 1px 3px 2px #e0844a; box-shadow: 1px 1px 3px 2px #e0844a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,132,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 #e0844a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0844a; -webkit-box-shadow: 1px 1px 3px 2px #e0844a; box-shadow: 1px 1px 3px 2px #e0844a;">
Div content here</div>
This div box has shadow with color #e0844a
Comments
No comments written yet.
Please login to write comment.