Shades of Chocolate #E16122
Tints of Chocolate #E16122
RGB
CMYK
RGB Variations
Color information
#E16122 (or 0xE16122) is known color: Chocolate. HEX triplet: E1, 61 and 22. RGB value is (225,97,34). Sum of RGB (Red+Green+Blue) = 225+97+34=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E16122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16122 is #1E9EDD. Grayscale: #808080. Windows color (decimal): -2006750 or 2253281. OLE color: 2253281.
HSL color Cylindrical-coordinate representation of color #E16122: hue angle of 19.79º 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 #E16122 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 34 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.12 |
| HSL | 19.79º | 0.76% | 0.51% | - |
| HSV(B) | 19.79º | 0.85% | 0.88% | - |
| XYZ | 35.61 | 24.67 | 4.4 | - |
| YUV | 128.09 | 74.91 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 34 | 0 | 0.57 | 0.85 | 0.12 | 19.79 | 0.76 | 0.51 |
| Hex | E1 | 61 | 22 | 0 | 39 | 55 | C | 14 | 4C | 33 |
| Octal | 341 | 141 | 42 | 0 | 71 | 125 | 14 | 24 | 114 | 63 |
| Binary | 11100001 | 1100001 | 100010 | 0 | 111001 | 1010101 | 1100 | 10100 | 1001100 | 110011 |
Color Harmonies of #E16122
Complementary color
Monochromatic Colors of #E16122
Black with #E16122
Text Example
Text Example
White with #E16122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16122; }
p { color: rgb(225,97,34); }
H1.HeaderClassName
{
color: #E16122;
}
.AnyTagClassName
{
color: #E16122;
}
</style>
background-color css
<style>
a { background-color: #E16122; }
a { background-color: rgb(225,97,34); }
div.DivClassName
{
background-color: #E16122;
}
.BgClassName
{
background-color: #E16122;
}
</style>
border-color css
<style>
span { border-color: #E16122; }
span { border-color: rgb(225,97,34); }
td.TdClassName
{
border-color: #E16122;
}
.TagClassName
{
border-color: #E16122;
}
</style>