Shades of Chocolate #E16F15
Tints of Chocolate #E16F15
RGB
CMYK
RGB Variations
Color information
#E16F15 (or 0xE16F15) is known color: Chocolate. HEX triplet: E1, 6F and 15. RGB value is (225,111,21). Sum of RGB (Red+Green+Blue) = 225+111+21=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16F15 is #1E90EA. Grayscale: #878787. Windows color (decimal): -2003179 or 1404897. OLE color: 1404897.
HSL color Cylindrical-coordinate representation of color #E16F15: hue angle of 26.47º 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 #E16F15 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 21 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.12 |
| HSL | 26.47º | 0.83% | 0.48% | - |
| HSV(B) | 26.47º | 0.91% | 0.88% | - |
| XYZ | 36.87 | 27.43 | 4.06 | - |
| YUV | 134.83 | 63.77 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 21 | 0 | 0.51 | 0.91 | 0.12 | 26.47 | 0.83 | 0.48 |
| Hex | E1 | 6F | 15 | 0 | 33 | 5B | C | 1A | 53 | 30 |
| Octal | 341 | 157 | 25 | 0 | 63 | 133 | 14 | 32 | 123 | 60 |
| Binary | 11100001 | 1101111 | 10101 | 0 | 110011 | 1011011 | 1100 | 11010 | 1010011 | 110000 |
Color Harmonies of #E16F15
Complementary color
Monochromatic Colors of #E16F15
Black with #E16F15
Text Example
Text Example
White with #E16F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F15; }
p { color: rgb(225,111,21); }
H1.HeaderClassName
{
color: #E16F15;
}
.AnyTagClassName
{
color: #E16F15;
}
</style>
background-color css
<style>
a { background-color: #E16F15; }
a { background-color: rgb(225,111,21); }
div.DivClassName
{
background-color: #E16F15;
}
.BgClassName
{
background-color: #E16F15;
}
</style>
border-color css
<style>
span { border-color: #E16F15; }
span { border-color: rgb(225,111,21); }
td.TdClassName
{
border-color: #E16F15;
}
.TagClassName
{
border-color: #E16F15;
}
</style>