Color spaces of #e5750f
RGB | 229 | 117 | 15 |
---|---|---|---|
HSL | 0.08 | 0.88 | 0.48 |
HSV | 29° | 93° | 90° |
CMYK | 0.00 | 0.49 | 0.93 0.10 |
XYZ | 38.7606 | 29.4151 | 4.0867 |
Yxy | 29.4151 | 0.5364 | 0.4071 |
Hunter Lab | 54.2357 | 32.6561 | 33.4974 |
CIE-Lab | 61.1462 | 38.2569 | 66.0479 |
#e5750f color RGB value is (229,117,15).
#e5750f hex color red value is 229, green value is 117 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #e5750f hue: 0.08 , saturation: 0.88 and the lightness value of e5750f is 0.48.
The process color (four color CMYK) of #e5750f color hex is 0.00, 0.49, 0.93, 0.10. Web safe color of #e5750f is #cc6600. Color #e5750f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01110101 | 00001111 |
Octal | 345 | 165 | 17 |
Decimal | 229 | 117 | 15 |
Hex | E5 | 75 | F |
Shades of #e5750f
Tints of #e5750f
RGB Percentages of Color #e5750f
CMYK Percentages of Color #e5750f
Complementary Color
#e5750f | #0f7fe5 |
#e5750f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5750f Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5750f Color CSS Codes
.mybgcolor {background-color:#e5750f; } .myforecolor {color:#e5750f; } .mybordercolor {border:3px solid #e5750f; }
#e5750f Text Font Color
<p style="color:#e5750f">Text here</p>
This sample text font color is #e5750f
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.
#e5750f Background Color
<div style="background-color:#e5750f">
Div content here</div>
This div background color is #e5750f
#e5750f Border Color
<div style="border:3px solid #e5750f">
Div here</div>
This div border color is #e5750f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,117,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5750f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5750f; -webkit-box-shadow: 1px 1px 3px 2px #e5750f; box-shadow: 1px 1px 3px 2px #e5750f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,117,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e5750f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5750f; -webkit-box-shadow: 1px 1px 3px 2px #e5750f; box-shadow: 1px 1px 3px 2px #e5750f;">
Div content here</div>
This div box has shadow with color #e5750f
Comments
No comments written yet.
Please login to write comment.