Shades of Chocolate #E16422
Tints of Chocolate #E16422
RGB
CMYK
RGB Variations
Color information
#E16422 (or 0xE16422) is known color: Chocolate. HEX triplet: E1, 64 and 22. RGB value is (225,100,34). Sum of RGB (Red+Green+Blue) = 225+100+34=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E16422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16422 is #1E9BDD. Grayscale: #828282. Windows color (decimal): -2005982 or 2254049. OLE color: 2254049.
HSL color Cylindrical-coordinate representation of color #E16422: hue angle of 20.73º 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 #E16422 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 34 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.12 |
| HSL | 20.73º | 0.76% | 0.51% | - |
| HSV(B) | 20.73º | 0.85% | 0.88% | - |
| XYZ | 35.9 | 25.24 | 4.49 | - |
| YUV | 129.85 | 73.91 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 34 | 0 | 0.56 | 0.85 | 0.12 | 20.73 | 0.76 | 0.51 |
| Hex | E1 | 64 | 22 | 0 | 38 | 55 | C | 15 | 4C | 33 |
| Octal | 341 | 144 | 42 | 0 | 70 | 125 | 14 | 25 | 114 | 63 |
| Binary | 11100001 | 1100100 | 100010 | 0 | 111000 | 1010101 | 1100 | 10101 | 1001100 | 110011 |
Color Harmonies of #E16422
Complementary color
Monochromatic Colors of #E16422
Black with #E16422
Text Example
Text Example
White with #E16422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16422; }
p { color: rgb(225,100,34); }
H1.HeaderClassName
{
color: #E16422;
}
.AnyTagClassName
{
color: #E16422;
}
</style>
background-color css
<style>
a { background-color: #E16422; }
a { background-color: rgb(225,100,34); }
div.DivClassName
{
background-color: #E16422;
}
.BgClassName
{
background-color: #E16422;
}
</style>
border-color css
<style>
span { border-color: #E16422; }
span { border-color: rgb(225,100,34); }
td.TdClassName
{
border-color: #E16422;
}
.TagClassName
{
border-color: #E16422;
}
</style>