Shades of Chocolate #E0561E
Tints of Chocolate #E0561E
RGB
CMYK
RGB Variations
Color information
#E0561E (or 0xE0561E) is known color: Chocolate. HEX triplet: E0, 56 and 1E. RGB value is (224,86,30). Sum of RGB (Red+Green+Blue) = 224+86+30=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E0561E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0561E is #1FA9E1. Grayscale: #797979. Windows color (decimal): -2075106 or 1988320. OLE color: 1988320.
HSL color Cylindrical-coordinate representation of color #E0561E: hue angle of 17.32º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0561E is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 86 | 30 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.12 |
| HSL | 17.32º | 0.76% | 0.5% | - |
| HSV(B) | 17.32º | 0.87% | 0.88% | - |
| XYZ | 34.3 | 22.6 | 3.78 | - |
| YUV | 120.88 | 76.72 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 30 | 0 | 0.62 | 0.87 | 0.12 | 17.32 | 0.76 | 0.5 |
| Hex | E0 | 56 | 1E | 0 | 3E | 57 | C | 11 | 4C | 32 |
| Octal | 340 | 126 | 36 | 0 | 76 | 127 | 14 | 21 | 114 | 62 |
| Binary | 11100000 | 1010110 | 11110 | 0 | 111110 | 1010111 | 1100 | 10001 | 1001100 | 110010 |
Color Harmonies of #E0561E
Complementary color
Monochromatic Colors of #E0561E
Black with #E0561E
Text Example
Text Example
White with #E0561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0561E; }
p { color: rgb(224,86,30); }
H1.HeaderClassName
{
color: #E0561E;
}
.AnyTagClassName
{
color: #E0561E;
}
</style>
background-color css
<style>
a { background-color: #E0561E; }
a { background-color: rgb(224,86,30); }
div.DivClassName
{
background-color: #E0561E;
}
.BgClassName
{
background-color: #E0561E;
}
</style>
border-color css
<style>
span { border-color: #E0561E; }
span { border-color: rgb(224,86,30); }
td.TdClassName
{
border-color: #E0561E;
}
.TagClassName
{
border-color: #E0561E;
}
</style>