Shades of Chocolate #E25E20
Tints of Chocolate #E25E20
RGB
CMYK
RGB Variations
Color information
#E25E20 (or 0xE25E20) is known color: Chocolate. HEX triplet: E2, 5E and 20. RGB value is (226,94,32). Sum of RGB (Red+Green+Blue) = 226+94+32=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25E20 is #1DA1DF. Grayscale: #7E7E7E. Windows color (decimal): -1941984 or 2121442. OLE color: 2121442.
HSL color Cylindrical-coordinate representation of color #E25E20: hue angle of 19.18º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E25E20 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 32 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.11 |
| HSL | 19.18º | 0.77% | 0.51% | - |
| HSV(B) | 19.18º | 0.86% | 0.89% | - |
| XYZ | 35.63 | 24.28 | 4.17 | - |
| YUV | 126.4 | 74.73 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 32 | 0 | 0.58 | 0.86 | 0.11 | 19.18 | 0.77 | 0.51 |
| Hex | E2 | 5E | 20 | 0 | 3A | 56 | B | 13 | 4D | 33 |
| Octal | 342 | 136 | 40 | 0 | 72 | 126 | 13 | 23 | 115 | 63 |
| Binary | 11100010 | 1011110 | 100000 | 0 | 111010 | 1010110 | 1011 | 10011 | 1001101 | 110011 |
Color Harmonies of #E25E20
Complementary color
Monochromatic Colors of #E25E20
Black with #E25E20
Text Example
Text Example
White with #E25E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25E20; }
p { color: rgb(226,94,32); }
H1.HeaderClassName
{
color: #E25E20;
}
.AnyTagClassName
{
color: #E25E20;
}
</style>
background-color css
<style>
a { background-color: #E25E20; }
a { background-color: rgb(226,94,32); }
div.DivClassName
{
background-color: #E25E20;
}
.BgClassName
{
background-color: #E25E20;
}
</style>
border-color css
<style>
span { border-color: #E25E20; }
span { border-color: rgb(226,94,32); }
td.TdClassName
{
border-color: #E25E20;
}
.TagClassName
{
border-color: #E25E20;
}
</style>