Shades of Chocolate #E86316
Tints of Chocolate #E86316
RGB
CMYK
RGB Variations
Color information
#E86316 (or 0xE86316) is known color: Chocolate. HEX triplet: E8, 63 and 16. RGB value is (232,99,22). Sum of RGB (Red+Green+Blue) = 232+99+22=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E86316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86316 is #179CE9. Grayscale: #828282. Windows color (decimal): -1547498 or 1467368. OLE color: 1467368.
HSL color Cylindrical-coordinate representation of color #E86316: hue angle of 22º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E86316 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 22 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.09 |
| HSL | 22º | 0.83% | 0.5% | - |
| HSV(B) | 22º | 0.91% | 0.91% | - |
| XYZ | 37.89 | 26.14 | 3.81 | - |
| YUV | 129.99 | 67.06 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 22 | 0 | 0.57 | 0.91 | 0.09 | 22 | 0.83 | 0.5 |
| Hex | E8 | 63 | 16 | 0 | 39 | 5B | 9 | 16 | 53 | 32 |
| Octal | 350 | 143 | 26 | 0 | 71 | 133 | 11 | 26 | 123 | 62 |
| Binary | 11101000 | 1100011 | 10110 | 0 | 111001 | 1011011 | 1001 | 10110 | 1010011 | 110010 |
Color Harmonies of #E86316
Complementary color
Monochromatic Colors of #E86316
Black with #E86316
Text Example
Text Example
White with #E86316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86316; }
p { color: rgb(232,99,22); }
H1.HeaderClassName
{
color: #E86316;
}
.AnyTagClassName
{
color: #E86316;
}
</style>
background-color css
<style>
a { background-color: #E86316; }
a { background-color: rgb(232,99,22); }
div.DivClassName
{
background-color: #E86316;
}
.BgClassName
{
background-color: #E86316;
}
</style>
border-color css
<style>
span { border-color: #E86316; }
span { border-color: rgb(232,99,22); }
td.TdClassName
{
border-color: #E86316;
}
.TagClassName
{
border-color: #E86316;
}
</style>