Shades of Chocolate #E85E19
Tints of Chocolate #E85E19
RGB
CMYK
RGB Variations
Color information
#E85E19 (or 0xE85E19) is known color: Chocolate. HEX triplet: E8, 5E and 19. RGB value is (232,94,25). Sum of RGB (Red+Green+Blue) = 232+94+25=351 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.10% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85E19 is #17A1E6. Grayscale: #7F7F7F. Windows color (decimal): -1548775 or 1662696. OLE color: 1662696.
HSL color Cylindrical-coordinate representation of color #E85E19: hue angle of 20º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E85E19 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 25 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.09 |
| HSL | 20º | 0.82% | 0.5% | - |
| HSV(B) | 20º | 0.89% | 0.91% | - |
| XYZ | 37.46 | 25.23 | 3.82 | - |
| YUV | 127.4 | 70.22 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 25 | 0 | 0.59 | 0.89 | 0.09 | 20 | 0.82 | 0.5 |
| Hex | E8 | 5E | 19 | 0 | 3B | 59 | 9 | 14 | 52 | 32 |
| Octal | 350 | 136 | 31 | 0 | 73 | 131 | 11 | 24 | 122 | 62 |
| Binary | 11101000 | 1011110 | 11001 | 0 | 111011 | 1011001 | 1001 | 10100 | 1010010 | 110010 |
Color Harmonies of #E85E19
Complementary color
Monochromatic Colors of #E85E19
Black with #E85E19
Text Example
Text Example
White with #E85E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E19; }
p { color: rgb(232,94,25); }
H1.HeaderClassName
{
color: #E85E19;
}
.AnyTagClassName
{
color: #E85E19;
}
</style>
background-color css
<style>
a { background-color: #E85E19; }
a { background-color: rgb(232,94,25); }
div.DivClassName
{
background-color: #E85E19;
}
.BgClassName
{
background-color: #E85E19;
}
</style>
border-color css
<style>
span { border-color: #E85E19; }
span { border-color: rgb(232,94,25); }
td.TdClassName
{
border-color: #E85E19;
}
.TagClassName
{
border-color: #E85E19;
}
</style>