Shades of Chocolate #E56C15
Tints of Chocolate #E56C15
RGB
CMYK
RGB Variations
Color information
#E56C15 (or 0xE56C15) is known color: Chocolate. HEX triplet: E5, 6C and 15. RGB value is (229,108,21). Sum of RGB (Red+Green+Blue) = 229+108+21=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E56C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56C15 is #1A93EA. Grayscale: #868686. Windows color (decimal): -1741803 or 1404133. OLE color: 1404133.
HSL color Cylindrical-coordinate representation of color #E56C15: hue angle of 25.1º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E56C15 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 21 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.10 |
| HSL | 25.1º | 0.83% | 0.49% | - |
| HSV(B) | 25.1º | 0.91% | 0.9% | - |
| XYZ | 37.81 | 27.44 | 4.01 | - |
| YUV | 134.26 | 64.09 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 21 | 0 | 0.53 | 0.91 | 0.10 | 25.1 | 0.83 | 0.49 |
| Hex | E5 | 6C | 15 | 0 | 35 | 5B | A | 19 | 53 | 31 |
| Octal | 345 | 154 | 25 | 0 | 65 | 133 | 12 | 31 | 123 | 61 |
| Binary | 11100101 | 1101100 | 10101 | 0 | 110101 | 1011011 | 1010 | 11001 | 1010011 | 110001 |
Color Harmonies of #E56C15
Complementary color
Monochromatic Colors of #E56C15
Black with #E56C15
Text Example
Text Example
White with #E56C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56C15; }
p { color: rgb(229,108,21); }
H1.HeaderClassName
{
color: #E56C15;
}
.AnyTagClassName
{
color: #E56C15;
}
</style>
background-color css
<style>
a { background-color: #E56C15; }
a { background-color: rgb(229,108,21); }
div.DivClassName
{
background-color: #E56C15;
}
.BgClassName
{
background-color: #E56C15;
}
</style>
border-color css
<style>
span { border-color: #E56C15; }
span { border-color: rgb(229,108,21); }
td.TdClassName
{
border-color: #E56C15;
}
.TagClassName
{
border-color: #E56C15;
}
</style>