Shades of Chocolate #E16F13
Tints of Chocolate #E16F13
RGB
CMYK
RGB Variations
Color information
#E16F13 (or 0xE16F13) is known color: Chocolate. HEX triplet: E1, 6F and 13. RGB value is (225,111,19). Sum of RGB (Red+Green+Blue) = 225+111+19=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16F13 is #1E90EC. Grayscale: #878787. Windows color (decimal): -2003181 or 1273825. OLE color: 1273825.
HSL color Cylindrical-coordinate representation of color #E16F13: hue angle of 26.8º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E16F13 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 19 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.12 |
| HSL | 26.8º | 0.84% | 0.48% | - |
| HSV(B) | 26.8º | 0.92% | 0.88% | - |
| XYZ | 36.85 | 27.42 | 3.97 | - |
| YUV | 134.6 | 62.77 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 19 | 0 | 0.51 | 0.92 | 0.12 | 26.8 | 0.84 | 0.48 |
| Hex | E1 | 6F | 13 | 0 | 33 | 5C | C | 1B | 54 | 30 |
| Octal | 341 | 157 | 23 | 0 | 63 | 134 | 14 | 33 | 124 | 60 |
| Binary | 11100001 | 1101111 | 10011 | 0 | 110011 | 1011100 | 1100 | 11011 | 1010100 | 110000 |
Color Harmonies of #E16F13
Complementary color
Monochromatic Colors of #E16F13
Black with #E16F13
Text Example
Text Example
White with #E16F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F13; }
p { color: rgb(225,111,19); }
H1.HeaderClassName
{
color: #E16F13;
}
.AnyTagClassName
{
color: #E16F13;
}
</style>
background-color css
<style>
a { background-color: #E16F13; }
a { background-color: rgb(225,111,19); }
div.DivClassName
{
background-color: #E16F13;
}
.BgClassName
{
background-color: #E16F13;
}
</style>
border-color css
<style>
span { border-color: #E16F13; }
span { border-color: rgb(225,111,19); }
td.TdClassName
{
border-color: #E16F13;
}
.TagClassName
{
border-color: #E16F13;
}
</style>