Shades of Chocolate #E46412
Tints of Chocolate #E46412
RGB
CMYK
RGB Variations
Color information
#E46412 (or 0xE46412) is known color: Chocolate. HEX triplet: E4, 64 and 12. RGB value is (228,100,18). Sum of RGB (Red+Green+Blue) = 228+100+18=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E46412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46412 is #1B9BED. Grayscale: #818181. Windows color (decimal): -1809390 or 1205476. OLE color: 1205476.
HSL color Cylindrical-coordinate representation of color #E46412: hue angle of 23.43º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E46412 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 100 | 18 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.11 |
| HSL | 23.43º | 0.85% | 0.48% | - |
| HSV(B) | 23.43º | 0.92% | 0.89% | - |
| XYZ | 36.66 | 25.65 | 3.59 | - |
| YUV | 128.92 | 65.41 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 100 | 18 | 0 | 0.56 | 0.92 | 0.11 | 23.43 | 0.85 | 0.48 |
| Hex | E4 | 64 | 12 | 0 | 38 | 5C | B | 17 | 55 | 30 |
| Octal | 344 | 144 | 22 | 0 | 70 | 134 | 13 | 27 | 125 | 60 |
| Binary | 11100100 | 1100100 | 10010 | 0 | 111000 | 1011100 | 1011 | 10111 | 1010101 | 110000 |
Color Harmonies of #E46412
Complementary color
Monochromatic Colors of #E46412
Black with #E46412
Text Example
Text Example
White with #E46412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46412; }
p { color: rgb(228,100,18); }
H1.HeaderClassName
{
color: #E46412;
}
.AnyTagClassName
{
color: #E46412;
}
</style>
background-color css
<style>
a { background-color: #E46412; }
a { background-color: rgb(228,100,18); }
div.DivClassName
{
background-color: #E46412;
}
.BgClassName
{
background-color: #E46412;
}
</style>
border-color css
<style>
span { border-color: #E46412; }
span { border-color: rgb(228,100,18); }
td.TdClassName
{
border-color: #E46412;
}
.TagClassName
{
border-color: #E46412;
}
</style>