Shades of Chocolate #E56E16
Tints of Chocolate #E56E16
RGB
CMYK
RGB Variations
Color information
#E56E16 (or 0xE56E16) is known color: Chocolate. HEX triplet: E5, 6E and 16. RGB value is (229,110,22). Sum of RGB (Red+Green+Blue) = 229+110+22=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E56E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56E16 is #1A91E9. Grayscale: #888888. Windows color (decimal): -1741290 or 1470181. OLE color: 1470181.
HSL color Cylindrical-coordinate representation of color #E56E16: hue angle of 25.51º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E56E16 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 110 | 22 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.10 |
| HSL | 25.51º | 0.82% | 0.49% | - |
| HSV(B) | 25.51º | 0.9% | 0.9% | - |
| XYZ | 38.03 | 27.87 | 4.13 | - |
| YUV | 135.55 | 63.92 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 110 | 22 | 0 | 0.52 | 0.90 | 0.10 | 25.51 | 0.82 | 0.49 |
| Hex | E5 | 6E | 16 | 0 | 34 | 5A | A | 1A | 52 | 31 |
| Octal | 345 | 156 | 26 | 0 | 64 | 132 | 12 | 32 | 122 | 61 |
| Binary | 11100101 | 1101110 | 10110 | 0 | 110100 | 1011010 | 1010 | 11010 | 1010010 | 110001 |
Color Harmonies of #E56E16
Complementary color
Monochromatic Colors of #E56E16
Black with #E56E16
Text Example
Text Example
White with #E56E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56E16; }
p { color: rgb(229,110,22); }
H1.HeaderClassName
{
color: #E56E16;
}
.AnyTagClassName
{
color: #E56E16;
}
</style>
background-color css
<style>
a { background-color: #E56E16; }
a { background-color: rgb(229,110,22); }
div.DivClassName
{
background-color: #E56E16;
}
.BgClassName
{
background-color: #E56E16;
}
</style>
border-color css
<style>
span { border-color: #E56E16; }
span { border-color: rgb(229,110,22); }
td.TdClassName
{
border-color: #E56E16;
}
.TagClassName
{
border-color: #E56E16;
}
</style>