Shades of Chocolate #E16620
Tints of Chocolate #E16620
RGB
CMYK
RGB Variations
Color information
#E16620 (or 0xE16620) is known color: Chocolate. HEX triplet: E1, 66 and 20. RGB value is (225,102,32). Sum of RGB (Red+Green+Blue) = 225+102+32=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E16620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16620 is #1E99DF. Grayscale: #838383. Windows color (decimal): -2005472 or 2123489. OLE color: 2123489.
HSL color Cylindrical-coordinate representation of color #E16620: hue angle of 21.76º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E16620 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 32 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.12 |
| HSL | 21.76º | 0.76% | 0.5% | - |
| HSV(B) | 21.76º | 0.86% | 0.88% | - |
| XYZ | 36.06 | 25.61 | 4.41 | - |
| YUV | 130.8 | 72.25 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 32 | 0 | 0.55 | 0.86 | 0.12 | 21.76 | 0.76 | 0.5 |
| Hex | E1 | 66 | 20 | 0 | 37 | 56 | C | 16 | 4C | 32 |
| Octal | 341 | 146 | 40 | 0 | 67 | 126 | 14 | 26 | 114 | 62 |
| Binary | 11100001 | 1100110 | 100000 | 0 | 110111 | 1010110 | 1100 | 10110 | 1001100 | 110010 |
Color Harmonies of #E16620
Complementary color
Monochromatic Colors of #E16620
Black with #E16620
Text Example
Text Example
White with #E16620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16620; }
p { color: rgb(225,102,32); }
H1.HeaderClassName
{
color: #E16620;
}
.AnyTagClassName
{
color: #E16620;
}
</style>
background-color css
<style>
a { background-color: #E16620; }
a { background-color: rgb(225,102,32); }
div.DivClassName
{
background-color: #E16620;
}
.BgClassName
{
background-color: #E16620;
}
</style>
border-color css
<style>
span { border-color: #E16620; }
span { border-color: rgb(225,102,32); }
td.TdClassName
{
border-color: #E16620;
}
.TagClassName
{
border-color: #E16620;
}
</style>