Shades of Chocolate #E16513
Tints of Chocolate #E16513
RGB
CMYK
RGB Variations
Color information
#E16513 (or 0xE16513) is known color: Chocolate. HEX triplet: E1, 65 and 13. RGB value is (225,101,19). Sum of RGB (Red+Green+Blue) = 225+101+19=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E16513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16513 is #1E9AEC. Grayscale: #818181. Windows color (decimal): -2005741 or 1271265. OLE color: 1271265.
HSL color Cylindrical-coordinate representation of color #E16513: hue angle of 23.88º 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 #E16513 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 19 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.12 |
| HSL | 23.88º | 0.84% | 0.48% | - |
| HSV(B) | 23.88º | 0.92% | 0.88% | - |
| XYZ | 35.82 | 25.36 | 3.62 | - |
| YUV | 128.73 | 66.08 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 19 | 0 | 0.55 | 0.92 | 0.12 | 23.88 | 0.84 | 0.48 |
| Hex | E1 | 65 | 13 | 0 | 37 | 5C | C | 18 | 54 | 30 |
| Octal | 341 | 145 | 23 | 0 | 67 | 134 | 14 | 30 | 124 | 60 |
| Binary | 11100001 | 1100101 | 10011 | 0 | 110111 | 1011100 | 1100 | 11000 | 1010100 | 110000 |
Color Harmonies of #E16513
Complementary color
Monochromatic Colors of #E16513
Black with #E16513
Text Example
Text Example
White with #E16513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16513; }
p { color: rgb(225,101,19); }
H1.HeaderClassName
{
color: #E16513;
}
.AnyTagClassName
{
color: #E16513;
}
</style>
background-color css
<style>
a { background-color: #E16513; }
a { background-color: rgb(225,101,19); }
div.DivClassName
{
background-color: #E16513;
}
.BgClassName
{
background-color: #E16513;
}
</style>
border-color css
<style>
span { border-color: #E16513; }
span { border-color: rgb(225,101,19); }
td.TdClassName
{
border-color: #E16513;
}
.TagClassName
{
border-color: #E16513;
}
</style>