Shades of Chocolate #E47016
Tints of Chocolate #E47016
RGB
CMYK
RGB Variations
Color information
#E47016 (or 0xE47016) is known color: Chocolate. HEX triplet: E4, 70 and 16. RGB value is (228,112,22). Sum of RGB (Red+Green+Blue) = 228+112+22=362 (47% of max value = 765). Red value is 228 (89.45% from 255 or 62.98% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 228 - color contains mainly: red. Hex color #E47016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E47016 is #1B8FE9. Grayscale: #888888. Windows color (decimal): -1806314 or 1470692. OLE color: 1470692.
HSL color Cylindrical-coordinate representation of color #E47016: hue angle of 26.21º 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 #E47016 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 22 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.11 |
| HSL | 26.21º | 0.82% | 0.49% | - |
| HSV(B) | 26.21º | 0.9% | 0.89% | - |
| XYZ | 37.93 | 28.14 | 4.19 | - |
| YUV | 136.42 | 63.43 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 22 | 0 | 0.51 | 0.90 | 0.11 | 26.21 | 0.82 | 0.49 |
| Hex | E4 | 70 | 16 | 0 | 33 | 5A | B | 1A | 52 | 31 |
| Octal | 344 | 160 | 26 | 0 | 63 | 132 | 13 | 32 | 122 | 61 |
| Binary | 11100100 | 1110000 | 10110 | 0 | 110011 | 1011010 | 1011 | 11010 | 1010010 | 110001 |
Color Harmonies of #E47016
Complementary color
Monochromatic Colors of #E47016
Black with #E47016
Text Example
Text Example
White with #E47016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47016; }
p { color: rgb(228,112,22); }
H1.HeaderClassName
{
color: #E47016;
}
.AnyTagClassName
{
color: #E47016;
}
</style>
background-color css
<style>
a { background-color: #E47016; }
a { background-color: rgb(228,112,22); }
div.DivClassName
{
background-color: #E47016;
}
.BgClassName
{
background-color: #E47016;
}
</style>
border-color css
<style>
span { border-color: #E47016; }
span { border-color: rgb(228,112,22); }
td.TdClassName
{
border-color: #E47016;
}
.TagClassName
{
border-color: #E47016;
}
</style>