Shades of Chocolate #E0571E
Tints of Chocolate #E0571E
RGB
CMYK
RGB Variations
Color information
#E0571E (or 0xE0571E) is known color: Chocolate. HEX triplet: E0, 57 and 1E. RGB value is (224,87,30). Sum of RGB (Red+Green+Blue) = 224+87+30=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E0571E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0571E is #1FA8E1. Grayscale: #797979. Windows color (decimal): -2074850 or 1988576. OLE color: 1988576.
HSL color Cylindrical-coordinate representation of color #E0571E: hue angle of 17.63º 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 #E0571E is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 30 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.12 |
| HSL | 17.63º | 0.76% | 0.5% | - |
| HSV(B) | 17.63º | 0.87% | 0.88% | - |
| XYZ | 34.38 | 22.76 | 3.81 | - |
| YUV | 121.47 | 76.39 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 30 | 0 | 0.61 | 0.87 | 0.12 | 17.63 | 0.76 | 0.5 |
| Hex | E0 | 57 | 1E | 0 | 3D | 57 | C | 12 | 4C | 32 |
| Octal | 340 | 127 | 36 | 0 | 75 | 127 | 14 | 22 | 114 | 62 |
| Binary | 11100000 | 1010111 | 11110 | 0 | 111101 | 1010111 | 1100 | 10010 | 1001100 | 110010 |
Color Harmonies of #E0571E
Complementary color
Monochromatic Colors of #E0571E
Black with #E0571E
Text Example
Text Example
White with #E0571E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0571E; }
p { color: rgb(224,87,30); }
H1.HeaderClassName
{
color: #E0571E;
}
.AnyTagClassName
{
color: #E0571E;
}
</style>
background-color css
<style>
a { background-color: #E0571E; }
a { background-color: rgb(224,87,30); }
div.DivClassName
{
background-color: #E0571E;
}
.BgClassName
{
background-color: #E0571E;
}
</style>
border-color css
<style>
span { border-color: #E0571E; }
span { border-color: rgb(224,87,30); }
td.TdClassName
{
border-color: #E0571E;
}
.TagClassName
{
border-color: #E0571E;
}
</style>