Shades of Chocolate #E85D1A
Tints of Chocolate #E85D1A
RGB
CMYK
RGB Variations
Color information
#E85D1A (or 0xE85D1A) is known color: Chocolate. HEX triplet: E8, 5D and 1A. RGB value is (232,93,26). Sum of RGB (Red+Green+Blue) = 232+93+26=351 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.10% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85D1A is #17A2E5. Grayscale: #7F7F7F. Windows color (decimal): -1549030 or 1727976. OLE color: 1727976.
HSL color Cylindrical-coordinate representation of color #E85D1A: hue angle of 19.51º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E85D1A is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 26 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.09 |
| HSL | 19.51º | 0.82% | 0.51% | - |
| HSV(B) | 19.51º | 0.89% | 0.91% | - |
| XYZ | 37.38 | 25.06 | 3.84 | - |
| YUV | 126.92 | 71.05 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 26 | 0 | 0.60 | 0.89 | 0.09 | 19.51 | 0.82 | 0.51 |
| Hex | E8 | 5D | 1A | 0 | 3C | 59 | 9 | 14 | 52 | 33 |
| Octal | 350 | 135 | 32 | 0 | 74 | 131 | 11 | 24 | 122 | 63 |
| Binary | 11101000 | 1011101 | 11010 | 0 | 111100 | 1011001 | 1001 | 10100 | 1010010 | 110011 |
Color Harmonies of #E85D1A
Complementary color
Monochromatic Colors of #E85D1A
Black with #E85D1A
Text Example
Text Example
White with #E85D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D1A; }
p { color: rgb(232,93,26); }
H1.HeaderClassName
{
color: #E85D1A;
}
.AnyTagClassName
{
color: #E85D1A;
}
</style>
background-color css
<style>
a { background-color: #E85D1A; }
a { background-color: rgb(232,93,26); }
div.DivClassName
{
background-color: #E85D1A;
}
.BgClassName
{
background-color: #E85D1A;
}
</style>
border-color css
<style>
span { border-color: #E85D1A; }
span { border-color: rgb(232,93,26); }
td.TdClassName
{
border-color: #E85D1A;
}
.TagClassName
{
border-color: #E85D1A;
}
</style>