Shades of Chocolate #E56F15
Tints of Chocolate #E56F15
RGB
CMYK
RGB Variations
Color information
#E56F15 (or 0xE56F15) is known color: Chocolate. HEX triplet: E5, 6F and 15. RGB value is (229,111,21). Sum of RGB (Red+Green+Blue) = 229+111+21=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56F15 is #1A90EA. Grayscale: #888888. Windows color (decimal): -1741035 or 1404901. OLE color: 1404901.
HSL color Cylindrical-coordinate representation of color #E56F15: hue angle of 25.96º 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 #E56F15 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 21 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.10 |
| HSL | 25.96º | 0.83% | 0.49% | - |
| HSV(B) | 25.96º | 0.91% | 0.9% | - |
| XYZ | 38.13 | 28.08 | 4.12 | - |
| YUV | 136.02 | 63.09 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 21 | 0 | 0.52 | 0.91 | 0.10 | 25.96 | 0.83 | 0.49 |
| Hex | E5 | 6F | 15 | 0 | 34 | 5B | A | 1A | 53 | 31 |
| Octal | 345 | 157 | 25 | 0 | 64 | 133 | 12 | 32 | 123 | 61 |
| Binary | 11100101 | 1101111 | 10101 | 0 | 110100 | 1011011 | 1010 | 11010 | 1010011 | 110001 |
Color Harmonies of #E56F15
Complementary color
Monochromatic Colors of #E56F15
Black with #E56F15
Text Example
Text Example
White with #E56F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56F15; }
p { color: rgb(229,111,21); }
H1.HeaderClassName
{
color: #E56F15;
}
.AnyTagClassName
{
color: #E56F15;
}
</style>
background-color css
<style>
a { background-color: #E56F15; }
a { background-color: rgb(229,111,21); }
div.DivClassName
{
background-color: #E56F15;
}
.BgClassName
{
background-color: #E56F15;
}
</style>
border-color css
<style>
span { border-color: #E56F15; }
span { border-color: rgb(229,111,21); }
td.TdClassName
{
border-color: #E56F15;
}
.TagClassName
{
border-color: #E56F15;
}
</style>