Shades of Chocolate #E16022
Tints of Chocolate #E16022
RGB
CMYK
RGB Variations
Color information
#E16022 (or 0xE16022) is known color: Chocolate. HEX triplet: E1, 60 and 22. RGB value is (225,96,34). Sum of RGB (Red+Green+Blue) = 225+96+34=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E16022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16022 is #1E9FDD. Grayscale: #7F7F7F. Windows color (decimal): -2007006 or 2253025. OLE color: 2253025.
HSL color Cylindrical-coordinate representation of color #E16022: hue angle of 19.48º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E16022 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 96 | 34 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.12 |
| HSL | 19.48º | 0.76% | 0.51% | - |
| HSV(B) | 19.48º | 0.85% | 0.88% | - |
| XYZ | 35.52 | 24.49 | 4.37 | - |
| YUV | 127.5 | 75.24 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 34 | 0 | 0.57 | 0.85 | 0.12 | 19.48 | 0.76 | 0.51 |
| Hex | E1 | 60 | 22 | 0 | 39 | 55 | C | 13 | 4C | 33 |
| Octal | 341 | 140 | 42 | 0 | 71 | 125 | 14 | 23 | 114 | 63 |
| Binary | 11100001 | 1100000 | 100010 | 0 | 111001 | 1010101 | 1100 | 10011 | 1001100 | 110011 |
Color Harmonies of #E16022
Complementary color
Monochromatic Colors of #E16022
Black with #E16022
Text Example
Text Example
White with #E16022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16022; }
p { color: rgb(225,96,34); }
H1.HeaderClassName
{
color: #E16022;
}
.AnyTagClassName
{
color: #E16022;
}
</style>
background-color css
<style>
a { background-color: #E16022; }
a { background-color: rgb(225,96,34); }
div.DivClassName
{
background-color: #E16022;
}
.BgClassName
{
background-color: #E16022;
}
</style>
border-color css
<style>
span { border-color: #E16022; }
span { border-color: rgb(225,96,34); }
td.TdClassName
{
border-color: #E16022;
}
.TagClassName
{
border-color: #E16022;
}
</style>