Shades of Chocolate #E86916
Tints of Chocolate #E86916
RGB
CMYK
RGB Variations
Color information
#E86916 (or 0xE86916) is known color: Chocolate. HEX triplet: E8, 69 and 16. RGB value is (232,105,22). Sum of RGB (Red+Green+Blue) = 232+105+22=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E86916 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86916 is #1796E9. Grayscale: #858585. Windows color (decimal): -1545962 or 1468904. OLE color: 1468904.
HSL color Cylindrical-coordinate representation of color #E86916: hue angle of 23.71º 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 #E86916 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 22 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.09 |
| HSL | 23.71º | 0.83% | 0.5% | - |
| HSV(B) | 23.71º | 0.91% | 0.91% | - |
| XYZ | 38.48 | 27.32 | 4 | - |
| YUV | 133.51 | 65.08 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 22 | 0 | 0.55 | 0.91 | 0.09 | 23.71 | 0.83 | 0.5 |
| Hex | E8 | 69 | 16 | 0 | 37 | 5B | 9 | 18 | 53 | 32 |
| Octal | 350 | 151 | 26 | 0 | 67 | 133 | 11 | 30 | 123 | 62 |
| Binary | 11101000 | 1101001 | 10110 | 0 | 110111 | 1011011 | 1001 | 11000 | 1010011 | 110010 |
Color Harmonies of #E86916
Complementary color
Monochromatic Colors of #E86916
Black with #E86916
Text Example
Text Example
White with #E86916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86916; }
p { color: rgb(232,105,22); }
H1.HeaderClassName
{
color: #E86916;
}
.AnyTagClassName
{
color: #E86916;
}
</style>
background-color css
<style>
a { background-color: #E86916; }
a { background-color: rgb(232,105,22); }
div.DivClassName
{
background-color: #E86916;
}
.BgClassName
{
background-color: #E86916;
}
</style>
border-color css
<style>
span { border-color: #E86916; }
span { border-color: rgb(232,105,22); }
td.TdClassName
{
border-color: #E86916;
}
.TagClassName
{
border-color: #E86916;
}
</style>