Shades of Chocolate #E47216
Tints of Chocolate #E47216
RGB
CMYK
RGB Variations
Color information
#E47216 (or 0xE47216) is known color: Chocolate. HEX triplet: E4, 72 and 16. RGB value is (228,114,22). Sum of RGB (Red+Green+Blue) = 228+114+22=364 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.64% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 228 - color contains mainly: red. Hex color #E47216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E47216 is #1B8DE9. Grayscale: #8A8A8A. Windows color (decimal): -1805802 or 1471204. OLE color: 1471204.
HSL color Cylindrical-coordinate representation of color #E47216: hue angle of 26.8º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E47216 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 114 | 22 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.11 |
| HSL | 26.8º | 0.82% | 0.49% | - |
| HSV(B) | 26.8º | 0.9% | 0.89% | - |
| XYZ | 38.16 | 28.59 | 4.27 | - |
| YUV | 137.6 | 62.77 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 114 | 22 | 0 | 0.50 | 0.90 | 0.11 | 26.8 | 0.82 | 0.49 |
| Hex | E4 | 72 | 16 | 0 | 32 | 5A | B | 1B | 52 | 31 |
| Octal | 344 | 162 | 26 | 0 | 62 | 132 | 13 | 33 | 122 | 61 |
| Binary | 11100100 | 1110010 | 10110 | 0 | 110010 | 1011010 | 1011 | 11011 | 1010010 | 110001 |
Color Harmonies of #E47216
Complementary color
Monochromatic Colors of #E47216
Black with #E47216
Text Example
Text Example
White with #E47216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47216; }
p { color: rgb(228,114,22); }
H1.HeaderClassName
{
color: #E47216;
}
.AnyTagClassName
{
color: #E47216;
}
</style>
background-color css
<style>
a { background-color: #E47216; }
a { background-color: rgb(228,114,22); }
div.DivClassName
{
background-color: #E47216;
}
.BgClassName
{
background-color: #E47216;
}
</style>
border-color css
<style>
span { border-color: #E47216; }
span { border-color: rgb(228,114,22); }
td.TdClassName
{
border-color: #E47216;
}
.TagClassName
{
border-color: #E47216;
}
</style>