Color spaces of #e5840e
RGB | 229 | 132 | 14 |
---|---|---|---|
HSL | 0.09 | 0.88 | 0.48 |
HSV | 33° | 94° | 90° |
CMYK | 0.00 | 0.42 | 0.94 0.10 |
XYZ | 40.6436 | 33.1922 | 4.6801 |
Yxy | 33.1922 | 0.5176 | 0.4227 |
Hunter Lab | 57.6127 | 25.1029 | 35.5125 |
CIE-Lab | 64.3162 | 30.5027 | 68.4176 |
#e5840e color RGB value is (229,132,14).
#e5840e hex color red value is 229, green value is 132 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e5840e hue: 0.09 , saturation: 0.88 and the lightness value of e5840e is 0.48.
The process color (four color CMYK) of #e5840e color hex is 0.00, 0.42, 0.94, 0.10. Web safe color of #e5840e is #cc9900. Color #e5840e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10000100 | 00001110 |
Octal | 345 | 204 | 16 |
Decimal | 229 | 132 | 14 |
Hex | E5 | 84 | E |
Shades of #e5840e
Tints of #e5840e
RGB Percentages of Color #e5840e
CMYK Percentages of Color #e5840e
Complementary Color
#e5840e | #0e6fe5 |
#e5840e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5840e Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5840e Color CSS Codes
.mybgcolor {background-color:#e5840e; } .myforecolor {color:#e5840e; } .mybordercolor {border:3px solid #e5840e; }
#e5840e Text Font Color
<p style="color:#e5840e">Text here</p>
This sample text font color is #e5840e
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.
#e5840e Background Color
<div style="background-color:#e5840e">
Div content here</div>
This div background color is #e5840e
#e5840e Border Color
<div style="border:3px solid #e5840e">
Div here</div>
This div border color is #e5840e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,132,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5840e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5840e; -webkit-box-shadow: 1px 1px 3px 2px #e5840e; box-shadow: 1px 1px 3px 2px #e5840e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,132,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e5840e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5840e; -webkit-box-shadow: 1px 1px 3px 2px #e5840e; box-shadow: 1px 1px 3px 2px #e5840e;">
Div content here</div>
This div box has shadow with color #e5840e
Comments
No comments written yet.
Please login to write comment.