Shades of Chocolate #E16119
Tints of Chocolate #E16119
RGB
CMYK
RGB Variations
Color information
#E16119 (or 0xE16119) is known color: Chocolate. HEX triplet: E1, 61 and 19. RGB value is (225,97,25). Sum of RGB (Red+Green+Blue) = 225+97+25=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E16119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16119 is #1E9EE6. Grayscale: #7F7F7F. Windows color (decimal): -2006759 or 1663457. OLE color: 1663457.
HSL color Cylindrical-coordinate representation of color #E16119: hue angle of 21.6º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E16119 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 25 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.12 |
| HSL | 21.6º | 0.8% | 0.49% | - |
| HSV(B) | 21.6º | 0.89% | 0.88% | - |
| XYZ | 35.5 | 24.63 | 3.8 | - |
| YUV | 127.06 | 70.41 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 25 | 0 | 0.57 | 0.89 | 0.12 | 21.6 | 0.8 | 0.49 |
| Hex | E1 | 61 | 19 | 0 | 39 | 59 | C | 16 | 50 | 31 |
| Octal | 341 | 141 | 31 | 0 | 71 | 131 | 14 | 26 | 120 | 61 |
| Binary | 11100001 | 1100001 | 11001 | 0 | 111001 | 1011001 | 1100 | 10110 | 1010000 | 110001 |
Color Harmonies of #E16119
Complementary color
Monochromatic Colors of #E16119
Black with #E16119
Text Example
Text Example
White with #E16119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16119; }
p { color: rgb(225,97,25); }
H1.HeaderClassName
{
color: #E16119;
}
.AnyTagClassName
{
color: #E16119;
}
</style>
background-color css
<style>
a { background-color: #E16119; }
a { background-color: rgb(225,97,25); }
div.DivClassName
{
background-color: #E16119;
}
.BgClassName
{
background-color: #E16119;
}
</style>
border-color css
<style>
span { border-color: #E16119; }
span { border-color: rgb(225,97,25); }
td.TdClassName
{
border-color: #E16119;
}
.TagClassName
{
border-color: #E16119;
}
</style>