Shades of Chocolate #E16517
Tints of Chocolate #E16517
RGB
CMYK
RGB Variations
Color information
#E16517 (or 0xE16517) is known color: Chocolate. HEX triplet: E1, 65 and 17. RGB value is (225,101,23). Sum of RGB (Red+Green+Blue) = 225+101+23=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E16517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16517 is #1E9AE8. Grayscale: #818181. Windows color (decimal): -2005737 or 1533409. OLE color: 1533409.
HSL color Cylindrical-coordinate representation of color #E16517: hue angle of 23.17º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E16517 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 23 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.12 |
| HSL | 23.17º | 0.81% | 0.49% | - |
| HSV(B) | 23.17º | 0.9% | 0.88% | - |
| XYZ | 35.86 | 25.38 | 3.82 | - |
| YUV | 129.18 | 68.08 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 23 | 0 | 0.55 | 0.90 | 0.12 | 23.17 | 0.81 | 0.49 |
| Hex | E1 | 65 | 17 | 0 | 37 | 5A | C | 17 | 51 | 31 |
| Octal | 341 | 145 | 27 | 0 | 67 | 132 | 14 | 27 | 121 | 61 |
| Binary | 11100001 | 1100101 | 10111 | 0 | 110111 | 1011010 | 1100 | 10111 | 1010001 | 110001 |
Color Harmonies of #E16517
Complementary color
Monochromatic Colors of #E16517
Black with #E16517
Text Example
Text Example
White with #E16517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16517; }
p { color: rgb(225,101,23); }
H1.HeaderClassName
{
color: #E16517;
}
.AnyTagClassName
{
color: #E16517;
}
</style>
background-color css
<style>
a { background-color: #E16517; }
a { background-color: rgb(225,101,23); }
div.DivClassName
{
background-color: #E16517;
}
.BgClassName
{
background-color: #E16517;
}
</style>
border-color css
<style>
span { border-color: #E16517; }
span { border-color: rgb(225,101,23); }
td.TdClassName
{
border-color: #E16517;
}
.TagClassName
{
border-color: #E16517;
}
</style>