Shades of Chocolate #E1561C
Tints of Chocolate #E1561C
RGB
CMYK
RGB Variations
Color information
#E1561C (or 0xE1561C) is known color: Chocolate. HEX triplet: E1, 56 and 1C. RGB value is (225,86,28). Sum of RGB (Red+Green+Blue) = 225+86+28=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1561C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1561C is #1EA9E3. Grayscale: #797979. Windows color (decimal): -2009572 or 1857249. OLE color: 1857249.
HSL color Cylindrical-coordinate representation of color #E1561C: hue angle of 17.66º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1561C is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 28 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.12 |
| HSL | 17.66º | 0.78% | 0.5% | - |
| HSV(B) | 17.66º | 0.88% | 0.88% | - |
| XYZ | 34.59 | 22.75 | 3.67 | - |
| YUV | 120.95 | 75.55 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 28 | 0 | 0.62 | 0.88 | 0.12 | 17.66 | 0.78 | 0.5 |
| Hex | E1 | 56 | 1C | 0 | 3E | 58 | C | 12 | 4E | 32 |
| Octal | 341 | 126 | 34 | 0 | 76 | 130 | 14 | 22 | 116 | 62 |
| Binary | 11100001 | 1010110 | 11100 | 0 | 111110 | 1011000 | 1100 | 10010 | 1001110 | 110010 |
Color Harmonies of #E1561C
Complementary color
Monochromatic Colors of #E1561C
Black with #E1561C
Text Example
Text Example
White with #E1561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1561C; }
p { color: rgb(225,86,28); }
H1.HeaderClassName
{
color: #E1561C;
}
.AnyTagClassName
{
color: #E1561C;
}
</style>
background-color css
<style>
a { background-color: #E1561C; }
a { background-color: rgb(225,86,28); }
div.DivClassName
{
background-color: #E1561C;
}
.BgClassName
{
background-color: #E1561C;
}
</style>
border-color css
<style>
span { border-color: #E1561C; }
span { border-color: rgb(225,86,28); }
td.TdClassName
{
border-color: #E1561C;
}
.TagClassName
{
border-color: #E1561C;
}
</style>