Shades of Chocolate #E76E16
Tints of Chocolate #E76E16
RGB
CMYK
RGB Variations
Color information
#E76E16 (or 0xE76E16) is known color: Chocolate. HEX triplet: E7, 6E and 16. RGB value is (231,110,22). Sum of RGB (Red+Green+Blue) = 231+110+22=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76E16 is #1891E9. Grayscale: #888888. Windows color (decimal): -1610218 or 1470183. OLE color: 1470183.
HSL color Cylindrical-coordinate representation of color #E76E16: hue angle of 25.26º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E76E16 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 22 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.09 |
| HSL | 25.26º | 0.83% | 0.5% | - |
| HSV(B) | 25.26º | 0.9% | 0.91% | - |
| XYZ | 38.68 | 28.2 | 4.16 | - |
| YUV | 136.15 | 63.59 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 22 | 0 | 0.52 | 0.90 | 0.09 | 25.26 | 0.83 | 0.5 |
| Hex | E7 | 6E | 16 | 0 | 34 | 5A | 9 | 19 | 53 | 32 |
| Octal | 347 | 156 | 26 | 0 | 64 | 132 | 11 | 31 | 123 | 62 |
| Binary | 11100111 | 1101110 | 10110 | 0 | 110100 | 1011010 | 1001 | 11001 | 1010011 | 110010 |
Color Harmonies of #E76E16
Complementary color
Monochromatic Colors of #E76E16
Black with #E76E16
Text Example
Text Example
White with #E76E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76E16; }
p { color: rgb(231,110,22); }
H1.HeaderClassName
{
color: #E76E16;
}
.AnyTagClassName
{
color: #E76E16;
}
</style>
background-color css
<style>
a { background-color: #E76E16; }
a { background-color: rgb(231,110,22); }
div.DivClassName
{
background-color: #E76E16;
}
.BgClassName
{
background-color: #E76E16;
}
</style>
border-color css
<style>
span { border-color: #E76E16; }
span { border-color: rgb(231,110,22); }
td.TdClassName
{
border-color: #E76E16;
}
.TagClassName
{
border-color: #E76E16;
}
</style>