Shades of Chocolate #E47015
Tints of Chocolate #E47015
RGB
CMYK
RGB Variations
Color information
#E47015 (or 0xE47015) is known color: Chocolate. HEX triplet: E4, 70 and 15. RGB value is (228,112,21). Sum of RGB (Red+Green+Blue) = 228+112+21=361 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.16% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 228 - color contains mainly: red. Hex color #E47015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E47015 is #1B8FEA. Grayscale: #888888. Windows color (decimal): -1806315 or 1405156. OLE color: 1405156.
HSL color Cylindrical-coordinate representation of color #E47015: hue angle of 26.38º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E47015 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 21 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.11 |
| HSL | 26.38º | 0.83% | 0.49% | - |
| HSV(B) | 26.38º | 0.91% | 0.89% | - |
| XYZ | 37.92 | 28.14 | 4.14 | - |
| YUV | 136.31 | 62.93 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 21 | 0 | 0.51 | 0.91 | 0.11 | 26.38 | 0.83 | 0.49 |
| Hex | E4 | 70 | 15 | 0 | 33 | 5B | B | 1A | 53 | 31 |
| Octal | 344 | 160 | 25 | 0 | 63 | 133 | 13 | 32 | 123 | 61 |
| Binary | 11100100 | 1110000 | 10101 | 0 | 110011 | 1011011 | 1011 | 11010 | 1010011 | 110001 |
Color Harmonies of #E47015
Complementary color
Monochromatic Colors of #E47015
Black with #E47015
Text Example
Text Example
White with #E47015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47015; }
p { color: rgb(228,112,21); }
H1.HeaderClassName
{
color: #E47015;
}
.AnyTagClassName
{
color: #E47015;
}
</style>
background-color css
<style>
a { background-color: #E47015; }
a { background-color: rgb(228,112,21); }
div.DivClassName
{
background-color: #E47015;
}
.BgClassName
{
background-color: #E47015;
}
</style>
border-color css
<style>
span { border-color: #E47015; }
span { border-color: rgb(228,112,21); }
td.TdClassName
{
border-color: #E47015;
}
.TagClassName
{
border-color: #E47015;
}
</style>