Shades of Chocolate #E85D1B
Tints of Chocolate #E85D1B
RGB
CMYK
RGB Variations
Color information
#E85D1B (or 0xE85D1B) is known color: Chocolate. HEX triplet: E8, 5D and 1B. RGB value is (232,93,27). Sum of RGB (Red+Green+Blue) = 232+93+27=352 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.91% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85D1B is #17A2E4. Grayscale: #7F7F7F. Windows color (decimal): -1549029 or 1793512. OLE color: 1793512.
HSL color Cylindrical-coordinate representation of color #E85D1B: hue angle of 19.32º 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 #E85D1B is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 27 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.09 |
| HSL | 19.32º | 0.82% | 0.51% | - |
| HSV(B) | 19.32º | 0.88% | 0.91% | - |
| XYZ | 37.39 | 25.06 | 3.9 | - |
| YUV | 127.04 | 71.55 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 27 | 0 | 0.60 | 0.88 | 0.09 | 19.32 | 0.82 | 0.51 |
| Hex | E8 | 5D | 1B | 0 | 3C | 58 | 9 | 13 | 52 | 33 |
| Octal | 350 | 135 | 33 | 0 | 74 | 130 | 11 | 23 | 122 | 63 |
| Binary | 11101000 | 1011101 | 11011 | 0 | 111100 | 1011000 | 1001 | 10011 | 1010010 | 110011 |
Color Harmonies of #E85D1B
Complementary color
Monochromatic Colors of #E85D1B
Black with #E85D1B
Text Example
Text Example
White with #E85D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D1B; }
p { color: rgb(232,93,27); }
H1.HeaderClassName
{
color: #E85D1B;
}
.AnyTagClassName
{
color: #E85D1B;
}
</style>
background-color css
<style>
a { background-color: #E85D1B; }
a { background-color: rgb(232,93,27); }
div.DivClassName
{
background-color: #E85D1B;
}
.BgClassName
{
background-color: #E85D1B;
}
</style>
border-color css
<style>
span { border-color: #E85D1B; }
span { border-color: rgb(232,93,27); }
td.TdClassName
{
border-color: #E85D1B;
}
.TagClassName
{
border-color: #E85D1B;
}
</style>