Shades of Chocolate #E85A1C
Tints of Chocolate #E85A1C
RGB
CMYK
RGB Variations
Color information
#E85A1C (or 0xE85A1C) is known color: Chocolate. HEX triplet: E8, 5A and 1C. RGB value is (232,90,28). Sum of RGB (Red+Green+Blue) = 232+90+28=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85A1C is #17A5E3. Grayscale: #7D7D7D. Windows color (decimal): -1549796 or 1858280. OLE color: 1858280.
HSL color Cylindrical-coordinate representation of color #E85A1C: hue angle of 18.24º 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 #E85A1C is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 28 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.09 |
| HSL | 18.24º | 0.82% | 0.51% | - |
| HSV(B) | 18.24º | 0.88% | 0.91% | - |
| XYZ | 37.14 | 24.55 | 3.88 | - |
| YUV | 125.39 | 73.04 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 28 | 0 | 0.61 | 0.88 | 0.09 | 18.24 | 0.82 | 0.51 |
| Hex | E8 | 5A | 1C | 0 | 3D | 58 | 9 | 12 | 52 | 33 |
| Octal | 350 | 132 | 34 | 0 | 75 | 130 | 11 | 22 | 122 | 63 |
| Binary | 11101000 | 1011010 | 11100 | 0 | 111101 | 1011000 | 1001 | 10010 | 1010010 | 110011 |
Color Harmonies of #E85A1C
Complementary color
Monochromatic Colors of #E85A1C
Black with #E85A1C
Text Example
Text Example
White with #E85A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A1C; }
p { color: rgb(232,90,28); }
H1.HeaderClassName
{
color: #E85A1C;
}
.AnyTagClassName
{
color: #E85A1C;
}
</style>
background-color css
<style>
a { background-color: #E85A1C; }
a { background-color: rgb(232,90,28); }
div.DivClassName
{
background-color: #E85A1C;
}
.BgClassName
{
background-color: #E85A1C;
}
</style>
border-color css
<style>
span { border-color: #E85A1C; }
span { border-color: rgb(232,90,28); }
td.TdClassName
{
border-color: #E85A1C;
}
.TagClassName
{
border-color: #E85A1C;
}
</style>