Shades of Chocolate #E25720
Tints of Chocolate #E25720
RGB
CMYK
RGB Variations
Color information
#E25720 (or 0xE25720) is known color: Chocolate. HEX triplet: E2, 57 and 20. RGB value is (226,87,32). Sum of RGB (Red+Green+Blue) = 226+87+32=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E25720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25720 is #1DA8DF. Grayscale: #7A7A7A. Windows color (decimal): -1943776 or 2119650. OLE color: 2119650.
HSL color Cylindrical-coordinate representation of color #E25720: hue angle of 17.01º 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 #E25720 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 32 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.11 |
| HSL | 17.01º | 0.77% | 0.51% | - |
| HSV(B) | 17.01º | 0.86% | 0.89% | - |
| XYZ | 35.03 | 23.09 | 3.98 | - |
| YUV | 122.29 | 77.05 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 32 | 0 | 0.62 | 0.86 | 0.11 | 17.01 | 0.77 | 0.51 |
| Hex | E2 | 57 | 20 | 0 | 3E | 56 | B | 11 | 4D | 33 |
| Octal | 342 | 127 | 40 | 0 | 76 | 126 | 13 | 21 | 115 | 63 |
| Binary | 11100010 | 1010111 | 100000 | 0 | 111110 | 1010110 | 1011 | 10001 | 1001101 | 110011 |
Color Harmonies of #E25720
Complementary color
Monochromatic Colors of #E25720
Black with #E25720
Text Example
Text Example
White with #E25720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25720; }
p { color: rgb(226,87,32); }
H1.HeaderClassName
{
color: #E25720;
}
.AnyTagClassName
{
color: #E25720;
}
</style>
background-color css
<style>
a { background-color: #E25720; }
a { background-color: rgb(226,87,32); }
div.DivClassName
{
background-color: #E25720;
}
.BgClassName
{
background-color: #E25720;
}
</style>
border-color css
<style>
span { border-color: #E25720; }
span { border-color: rgb(226,87,32); }
td.TdClassName
{
border-color: #E25720;
}
.TagClassName
{
border-color: #E25720;
}
</style>