Shades of Chocolate #E2591B
Tints of Chocolate #E2591B
RGB
CMYK
RGB Variations
Color information
#E2591B (or 0xE2591B) is known color: Chocolate. HEX triplet: E2, 59 and 1B. RGB value is (226,89,27). Sum of RGB (Red+Green+Blue) = 226+89+27=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E2591B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2591B is #1DA6E4. Grayscale: #7B7B7B. Windows color (decimal): -1943269 or 1792482. OLE color: 1792482.
HSL color Cylindrical-coordinate representation of color #E2591B: hue angle of 18.69º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2591B is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 27 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.11 |
| HSL | 18.69º | 0.79% | 0.5% | - |
| HSV(B) | 18.69º | 0.88% | 0.89% | - |
| XYZ | 35.13 | 23.39 | 3.7 | - |
| YUV | 122.9 | 73.89 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 27 | 0 | 0.61 | 0.88 | 0.11 | 18.69 | 0.79 | 0.5 |
| Hex | E2 | 59 | 1B | 0 | 3D | 58 | B | 13 | 4F | 32 |
| Octal | 342 | 131 | 33 | 0 | 75 | 130 | 13 | 23 | 117 | 62 |
| Binary | 11100010 | 1011001 | 11011 | 0 | 111101 | 1011000 | 1011 | 10011 | 1001111 | 110010 |
Color Harmonies of #E2591B
Complementary color
Monochromatic Colors of #E2591B
Black with #E2591B
Text Example
Text Example
White with #E2591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2591B; }
p { color: rgb(226,89,27); }
H1.HeaderClassName
{
color: #E2591B;
}
.AnyTagClassName
{
color: #E2591B;
}
</style>
background-color css
<style>
a { background-color: #E2591B; }
a { background-color: rgb(226,89,27); }
div.DivClassName
{
background-color: #E2591B;
}
.BgClassName
{
background-color: #E2591B;
}
</style>
border-color css
<style>
span { border-color: #E2591B; }
span { border-color: rgb(226,89,27); }
td.TdClassName
{
border-color: #E2591B;
}
.TagClassName
{
border-color: #E2591B;
}
</style>