Shades of Chocolate #E16520
Tints of Chocolate #E16520
RGB
CMYK
RGB Variations
Color information
#E16520 (or 0xE16520) is known color: Chocolate. HEX triplet: E1, 65 and 20. RGB value is (225,101,32). Sum of RGB (Red+Green+Blue) = 225+101+32=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E16520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16520 is #1E9ADF. Grayscale: #828282. Windows color (decimal): -2005728 or 2123233. OLE color: 2123233.
HSL color Cylindrical-coordinate representation of color #E16520: hue angle of 21.45º 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 #E16520 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 32 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.12 |
| HSL | 21.45º | 0.76% | 0.5% | - |
| HSV(B) | 21.45º | 0.86% | 0.88% | - |
| XYZ | 35.97 | 25.42 | 4.38 | - |
| YUV | 130.21 | 72.58 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 32 | 0 | 0.55 | 0.86 | 0.12 | 21.45 | 0.76 | 0.5 |
| Hex | E1 | 65 | 20 | 0 | 37 | 56 | C | 15 | 4C | 32 |
| Octal | 341 | 145 | 40 | 0 | 67 | 126 | 14 | 25 | 114 | 62 |
| Binary | 11100001 | 1100101 | 100000 | 0 | 110111 | 1010110 | 1100 | 10101 | 1001100 | 110010 |
Color Harmonies of #E16520
Complementary color
Monochromatic Colors of #E16520
Black with #E16520
Text Example
Text Example
White with #E16520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16520; }
p { color: rgb(225,101,32); }
H1.HeaderClassName
{
color: #E16520;
}
.AnyTagClassName
{
color: #E16520;
}
</style>
background-color css
<style>
a { background-color: #E16520; }
a { background-color: rgb(225,101,32); }
div.DivClassName
{
background-color: #E16520;
}
.BgClassName
{
background-color: #E16520;
}
</style>
border-color css
<style>
span { border-color: #E16520; }
span { border-color: rgb(225,101,32); }
td.TdClassName
{
border-color: #E16520;
}
.TagClassName
{
border-color: #E16520;
}
</style>