Shades of Chocolate #E85B20
Tints of Chocolate #E85B20
RGB
CMYK
RGB Variations
Color information
#E85B20 (or 0xE85B20) is known color: Chocolate. HEX triplet: E8, 5B and 20. RGB value is (232,91,32). Sum of RGB (Red+Green+Blue) = 232+91+32=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85B20 is #17A4DF. Grayscale: #7E7E7E. Windows color (decimal): -1549536 or 2120680. OLE color: 2120680.
HSL color Cylindrical-coordinate representation of color #E85B20: hue angle of 17.7º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E85B20 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 32 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.09 |
| HSL | 17.7º | 0.81% | 0.52% | - |
| HSV(B) | 17.7º | 0.86% | 0.91% | - |
| XYZ | 37.28 | 24.74 | 4.18 | - |
| YUV | 126.43 | 74.71 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 32 | 0 | 0.61 | 0.86 | 0.09 | 17.7 | 0.81 | 0.52 |
| Hex | E8 | 5B | 20 | 0 | 3D | 56 | 9 | 12 | 51 | 34 |
| Octal | 350 | 133 | 40 | 0 | 75 | 126 | 11 | 22 | 121 | 64 |
| Binary | 11101000 | 1011011 | 100000 | 0 | 111101 | 1010110 | 1001 | 10010 | 1010001 | 110100 |
Color Harmonies of #E85B20
Complementary color
Monochromatic Colors of #E85B20
Black with #E85B20
Text Example
Text Example
White with #E85B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B20; }
p { color: rgb(232,91,32); }
H1.HeaderClassName
{
color: #E85B20;
}
.AnyTagClassName
{
color: #E85B20;
}
</style>
background-color css
<style>
a { background-color: #E85B20; }
a { background-color: rgb(232,91,32); }
div.DivClassName
{
background-color: #E85B20;
}
.BgClassName
{
background-color: #E85B20;
}
</style>
border-color css
<style>
span { border-color: #E85B20; }
span { border-color: rgb(232,91,32); }
td.TdClassName
{
border-color: #E85B20;
}
.TagClassName
{
border-color: #E85B20;
}
</style>