Color spaces of #e78442
RGB | 231 | 132 | 66 |
---|---|---|---|
HSL | 0.07 | 0.77 | 0.58 |
HSV | 24° | 71° | 91° |
CMYK | 0.00 | 0.43 | 0.71 0.09 |
XYZ | 42.1896 | 33.8848 | 9.4710 |
Yxy | 33.8848 | 0.4932 | 0.3961 |
Hunter Lab | 58.2107 | 27.5036 | 31.1008 |
CIE-Lab | 64.8710 | 32.8282 | 50.8175 |
#e78442 color RGB value is (231,132,66).
#e78442 hex color red value is 231, green value is 132 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #e78442 hue: 0.07 , saturation: 0.77 and the lightness value of e78442 is 0.58.
The process color (four color CMYK) of #e78442 color hex is 0.00, 0.43, 0.71, 0.09. Web safe color of #e78442 is #ff9933. Color #e78442 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 10000100 | 01000010 |
Octal | 347 | 204 | 102 |
Decimal | 231 | 132 | 66 |
Hex | E7 | 84 | 42 |
Shades of #e78442
Tints of #e78442
RGB Percentages of Color #e78442
CMYK Percentages of Color #e78442
Complementary Color
#e78442 | #42a5e7 |
#e78442 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e78442 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e78442 Color CSS Codes
.mybgcolor {background-color:#e78442; } .myforecolor {color:#e78442; } .mybordercolor {border:3px solid #e78442; }
#e78442 Text Font Color
<p style="color:#e78442">Text here</p>
This sample text font color is #e78442
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.
#e78442 Background Color
<div style="background-color:#e78442">
Div content here</div>
This div background color is #e78442
#e78442 Border Color
<div style="border:3px solid #e78442">
Div here</div>
This div border color is #e78442
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,132,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e78442; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e78442; -webkit-box-shadow: 1px 1px 3px 2px #e78442; box-shadow: 1px 1px 3px 2px #e78442; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,132,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e78442">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e78442; -webkit-box-shadow: 1px 1px 3px 2px #e78442; box-shadow: 1px 1px 3px 2px #e78442;">
Div content here</div>
This div box has shadow with color #e78442
Comments
No comments written yet.
Please login to write comment.