Shades of Chocolate #E2571E
Tints of Chocolate #E2571E
RGB
CMYK
RGB Variations
Color information
#E2571E (or 0xE2571E) is known color: Chocolate. HEX triplet: E2, 57 and 1E. RGB value is (226,87,30). Sum of RGB (Red+Green+Blue) = 226+87+30=343 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.89% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 226 - color contains mainly: red. Hex color #E2571E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2571E is #1DA8E1. Grayscale: #7A7A7A. Windows color (decimal): -1943778 or 1988578. OLE color: 1988578.
HSL color Cylindrical-coordinate representation of color #E2571E: hue angle of 17.45º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2571E is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 30 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.11 |
| HSL | 17.45º | 0.77% | 0.5% | - |
| HSV(B) | 17.45º | 0.87% | 0.89% | - |
| XYZ | 35.01 | 23.08 | 3.84 | - |
| YUV | 122.06 | 76.05 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 30 | 0 | 0.62 | 0.87 | 0.11 | 17.45 | 0.77 | 0.5 |
| Hex | E2 | 57 | 1E | 0 | 3E | 57 | B | 11 | 4D | 32 |
| Octal | 342 | 127 | 36 | 0 | 76 | 127 | 13 | 21 | 115 | 62 |
| Binary | 11100010 | 1010111 | 11110 | 0 | 111110 | 1010111 | 1011 | 10001 | 1001101 | 110010 |
Color Harmonies of #E2571E
Complementary color
Monochromatic Colors of #E2571E
Black with #E2571E
Text Example
Text Example
White with #E2571E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2571E; }
p { color: rgb(226,87,30); }
H1.HeaderClassName
{
color: #E2571E;
}
.AnyTagClassName
{
color: #E2571E;
}
</style>
background-color css
<style>
a { background-color: #E2571E; }
a { background-color: rgb(226,87,30); }
div.DivClassName
{
background-color: #E2571E;
}
.BgClassName
{
background-color: #E2571E;
}
</style>
border-color css
<style>
span { border-color: #E2571E; }
span { border-color: rgb(226,87,30); }
td.TdClassName
{
border-color: #E2571E;
}
.TagClassName
{
border-color: #E2571E;
}
</style>