Color spaces of #e9962c
RGB | 233 | 150 | 44 |
---|---|---|---|
HSL | 0.09 | 0.81 | 0.54 |
HSV | 34° | 81° | 91° |
CMYK | 0.00 | 0.36 | 0.81 0.09 |
XYZ | 44.9652 | 39.3182 | 7.6021 |
Yxy | 39.3182 | 0.4894 | 0.4279 |
Hunter Lab | 62.7042 | 18.2700 | 36.7048 |
CIE-Lab | 68.9811 | 23.2994 | 64.1646 |
#e9962c color RGB value is (233,150,44).
#e9962c hex color red value is 233, green value is 150 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #e9962c hue: 0.09 , saturation: 0.81 and the lightness value of e9962c is 0.54.
The process color (four color CMYK) of #e9962c color hex is 0.00, 0.36, 0.81, 0.09. Web safe color of #e9962c is #ff9933. Color #e9962c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 10010110 | 00101100 |
Octal | 351 | 226 | 54 |
Decimal | 233 | 150 | 44 |
Hex | E9 | 96 | 2C |
Shades of #e9962c
Tints of #e9962c
RGB Percentages of Color #e9962c
CMYK Percentages of Color #e9962c
Complementary Color
#e9962c | #2c7fe9 |
#e9962c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e9962c Color Preview on White Background
Lorem ipsum dolor sit amet.
#e9962c Color CSS Codes
.mybgcolor {background-color:#e9962c; } .myforecolor {color:#e9962c; } .mybordercolor {border:3px solid #e9962c; }
#e9962c Text Font Color
<p style="color:#e9962c">Text here</p>
This sample text font color is #e9962c
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.
#e9962c Background Color
<div style="background-color:#e9962c">
Div content here</div>
This div background color is #e9962c
#e9962c Border Color
<div style="border:3px solid #e9962c">
Div here</div>
This div border color is #e9962c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,150,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e9962c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e9962c; -webkit-box-shadow: 1px 1px 3px 2px #e9962c; box-shadow: 1px 1px 3px 2px #e9962c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,150,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e9962c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e9962c; -webkit-box-shadow: 1px 1px 3px 2px #e9962c; box-shadow: 1px 1px 3px 2px #e9962c;">
Div content here</div>
This div box has shadow with color #e9962c
Comments
No comments written yet.
Please login to write comment.