Shades of Chocolate #E16613
Tints of Chocolate #E16613
RGB
CMYK
RGB Variations
Color information
#E16613 (or 0xE16613) is known color: Chocolate. HEX triplet: E1, 66 and 13. RGB value is (225,102,19). Sum of RGB (Red+Green+Blue) = 225+102+19=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E16613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16613 is #1E99EC. Grayscale: #818181. Windows color (decimal): -2005485 or 1271521. OLE color: 1271521.
HSL color Cylindrical-coordinate representation of color #E16613: hue angle of 24.17º 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 #E16613 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 19 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.12 |
| HSL | 24.17º | 0.84% | 0.48% | - |
| HSV(B) | 24.17º | 0.92% | 0.88% | - |
| XYZ | 35.92 | 25.56 | 3.66 | - |
| YUV | 129.32 | 65.75 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 19 | 0 | 0.55 | 0.92 | 0.12 | 24.17 | 0.84 | 0.48 |
| Hex | E1 | 66 | 13 | 0 | 37 | 5C | C | 18 | 54 | 30 |
| Octal | 341 | 146 | 23 | 0 | 67 | 134 | 14 | 30 | 124 | 60 |
| Binary | 11100001 | 1100110 | 10011 | 0 | 110111 | 1011100 | 1100 | 11000 | 1010100 | 110000 |
Color Harmonies of #E16613
Complementary color
Monochromatic Colors of #E16613
Black with #E16613
Text Example
Text Example
White with #E16613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16613; }
p { color: rgb(225,102,19); }
H1.HeaderClassName
{
color: #E16613;
}
.AnyTagClassName
{
color: #E16613;
}
</style>
background-color css
<style>
a { background-color: #E16613; }
a { background-color: rgb(225,102,19); }
div.DivClassName
{
background-color: #E16613;
}
.BgClassName
{
background-color: #E16613;
}
</style>
border-color css
<style>
span { border-color: #E16613; }
span { border-color: rgb(225,102,19); }
td.TdClassName
{
border-color: #E16613;
}
.TagClassName
{
border-color: #E16613;
}
</style>