Shades of Carrot Orange #E78412
Tints of Carrot Orange #E78412
RGB
CMYK
RGB Variations
Color information
#E78412 (or 0xE78412) is known color: Carrot Orange. HEX triplet: E7, 84 and 12. RGB value is (231,132,18). Sum of RGB (Red+Green+Blue) = 231+132+18=381 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.63% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 231 - color contains mainly: red. Hex color #E78412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78412 is #187BED. Grayscale: #959595. Windows color (decimal): -1604590 or 1213671. OLE color: 1213671.
HSL color Cylindrical-coordinate representation of color #E78412: hue angle of 32.11º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E78412 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 18 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.09 |
| HSL | 32.11º | 0.86% | 0.49% | - |
| HSV(B) | 32.11º | 0.92% | 0.91% | - |
| XYZ | 41.32 | 33.54 | 4.87 | - |
| YUV | 148.61 | 54.3 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 18 | 0 | 0.43 | 0.92 | 0.09 | 32.11 | 0.86 | 0.49 |
| Hex | E7 | 84 | 12 | 0 | 2B | 5C | 9 | 20 | 56 | 31 |
| Octal | 347 | 204 | 22 | 0 | 53 | 134 | 11 | 40 | 126 | 61 |
| Binary | 11100111 | 10000100 | 10010 | 0 | 101011 | 1011100 | 1001 | 100000 | 1010110 | 110001 |
Color Harmonies of #E78412
Complementary color
Monochromatic Colors of #E78412
Black with #E78412
Text Example
Text Example
White with #E78412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78412; }
p { color: rgb(231,132,18); }
H1.HeaderClassName
{
color: #E78412;
}
.AnyTagClassName
{
color: #E78412;
}
</style>
background-color css
<style>
a { background-color: #E78412; }
a { background-color: rgb(231,132,18); }
div.DivClassName
{
background-color: #E78412;
}
.BgClassName
{
background-color: #E78412;
}
</style>
border-color css
<style>
span { border-color: #E78412; }
span { border-color: rgb(231,132,18); }
td.TdClassName
{
border-color: #E78412;
}
.TagClassName
{
border-color: #E78412;
}
</style>