Shades of Chocolate #E16115
Tints of Chocolate #E16115
RGB
CMYK
RGB Variations
Color information
#E16115 (or 0xE16115) is known color: Chocolate. HEX triplet: E1, 61 and 15. RGB value is (225,97,21). Sum of RGB (Red+Green+Blue) = 225+97+21=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E16115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16115 is #1E9EEA. Grayscale: #7F7F7F. Windows color (decimal): -2006763 or 1401313. OLE color: 1401313.
HSL color Cylindrical-coordinate representation of color #E16115: hue angle of 22.35º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E16115 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 21 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.12 |
| HSL | 22.35º | 0.83% | 0.48% | - |
| HSV(B) | 22.35º | 0.91% | 0.88% | - |
| XYZ | 35.46 | 24.61 | 3.59 | - |
| YUV | 126.61 | 68.41 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 21 | 0 | 0.57 | 0.91 | 0.12 | 22.35 | 0.83 | 0.48 |
| Hex | E1 | 61 | 15 | 0 | 39 | 5B | C | 16 | 53 | 30 |
| Octal | 341 | 141 | 25 | 0 | 71 | 133 | 14 | 26 | 123 | 60 |
| Binary | 11100001 | 1100001 | 10101 | 0 | 111001 | 1011011 | 1100 | 10110 | 1010011 | 110000 |
Color Harmonies of #E16115
Complementary color
Monochromatic Colors of #E16115
Black with #E16115
Text Example
Text Example
White with #E16115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16115; }
p { color: rgb(225,97,21); }
H1.HeaderClassName
{
color: #E16115;
}
.AnyTagClassName
{
color: #E16115;
}
</style>
background-color css
<style>
a { background-color: #E16115; }
a { background-color: rgb(225,97,21); }
div.DivClassName
{
background-color: #E16115;
}
.BgClassName
{
background-color: #E16115;
}
</style>
border-color css
<style>
span { border-color: #E16115; }
span { border-color: rgb(225,97,21); }
td.TdClassName
{
border-color: #E16115;
}
.TagClassName
{
border-color: #E16115;
}
</style>