Shades of Chocolate #E85C1C
Tints of Chocolate #E85C1C
RGB
CMYK
RGB Variations
Color information
#E85C1C (or 0xE85C1C) is known color: Chocolate. HEX triplet: E8, 5C and 1C. RGB value is (232,92,28). Sum of RGB (Red+Green+Blue) = 232+92+28=352 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.91% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85C1C is #17A3E3. Grayscale: #7E7E7E. Windows color (decimal): -1549284 or 1858792. OLE color: 1858792.
HSL color Cylindrical-coordinate representation of color #E85C1C: hue angle of 18.82º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E85C1C is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 28 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.09 |
| HSL | 18.82º | 0.82% | 0.51% | - |
| HSV(B) | 18.82º | 0.88% | 0.91% | - |
| XYZ | 37.32 | 24.89 | 3.94 | - |
| YUV | 126.56 | 72.38 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 28 | 0 | 0.60 | 0.88 | 0.09 | 18.82 | 0.82 | 0.51 |
| Hex | E8 | 5C | 1C | 0 | 3C | 58 | 9 | 13 | 52 | 33 |
| Octal | 350 | 134 | 34 | 0 | 74 | 130 | 11 | 23 | 122 | 63 |
| Binary | 11101000 | 1011100 | 11100 | 0 | 111100 | 1011000 | 1001 | 10011 | 1010010 | 110011 |
Color Harmonies of #E85C1C
Complementary color
Monochromatic Colors of #E85C1C
Black with #E85C1C
Text Example
Text Example
White with #E85C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C1C; }
p { color: rgb(232,92,28); }
H1.HeaderClassName
{
color: #E85C1C;
}
.AnyTagClassName
{
color: #E85C1C;
}
</style>
background-color css
<style>
a { background-color: #E85C1C; }
a { background-color: rgb(232,92,28); }
div.DivClassName
{
background-color: #E85C1C;
}
.BgClassName
{
background-color: #E85C1C;
}
</style>
border-color css
<style>
span { border-color: #E85C1C; }
span { border-color: rgb(232,92,28); }
td.TdClassName
{
border-color: #E85C1C;
}
.TagClassName
{
border-color: #E85C1C;
}
</style>