Shades of Chocolate #E16221
Tints of Chocolate #E16221
RGB
CMYK
RGB Variations
Color information
#E16221 (or 0xE16221) is known color: Chocolate. HEX triplet: E1, 62 and 21. RGB value is (225,98,33). Sum of RGB (Red+Green+Blue) = 225+98+33=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E16221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16221 is #1E9DDE. Grayscale: #808080. Windows color (decimal): -2006495 or 2188001. OLE color: 2188001.
HSL color Cylindrical-coordinate representation of color #E16221: hue angle of 20.31º 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 #E16221 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 33 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.12 |
| HSL | 20.31º | 0.76% | 0.51% | - |
| HSV(B) | 20.31º | 0.85% | 0.88% | - |
| XYZ | 35.69 | 24.85 | 4.35 | - |
| YUV | 128.56 | 74.08 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 33 | 0 | 0.56 | 0.85 | 0.12 | 20.31 | 0.76 | 0.51 |
| Hex | E1 | 62 | 21 | 0 | 38 | 55 | C | 14 | 4C | 33 |
| Octal | 341 | 142 | 41 | 0 | 70 | 125 | 14 | 24 | 114 | 63 |
| Binary | 11100001 | 1100010 | 100001 | 0 | 111000 | 1010101 | 1100 | 10100 | 1001100 | 110011 |
Color Harmonies of #E16221
Complementary color
Monochromatic Colors of #E16221
Black with #E16221
Text Example
Text Example
White with #E16221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16221; }
p { color: rgb(225,98,33); }
H1.HeaderClassName
{
color: #E16221;
}
.AnyTagClassName
{
color: #E16221;
}
</style>
background-color css
<style>
a { background-color: #E16221; }
a { background-color: rgb(225,98,33); }
div.DivClassName
{
background-color: #E16221;
}
.BgClassName
{
background-color: #E16221;
}
</style>
border-color css
<style>
span { border-color: #E16221; }
span { border-color: rgb(225,98,33); }
td.TdClassName
{
border-color: #E16221;
}
.TagClassName
{
border-color: #E16221;
}
</style>