Shades of Chocolate #E16419
Tints of Chocolate #E16419
RGB
CMYK
RGB Variations
Color information
#E16419 (or 0xE16419) is known color: Chocolate. HEX triplet: E1, 64 and 19. RGB value is (225,100,25). Sum of RGB (Red+Green+Blue) = 225+100+25=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E16419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16419 is #1E9BE6. Grayscale: #818181. Windows color (decimal): -2005991 or 1664225. OLE color: 1664225.
HSL color Cylindrical-coordinate representation of color #E16419: hue angle of 22.5º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E16419 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 25 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.12 |
| HSL | 22.5º | 0.8% | 0.49% | - |
| HSV(B) | 22.5º | 0.89% | 0.88% | - |
| XYZ | 35.78 | 25.19 | 3.9 | - |
| YUV | 128.83 | 69.41 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 25 | 0 | 0.56 | 0.89 | 0.12 | 22.5 | 0.8 | 0.49 |
| Hex | E1 | 64 | 19 | 0 | 38 | 59 | C | 16 | 50 | 31 |
| Octal | 341 | 144 | 31 | 0 | 70 | 131 | 14 | 26 | 120 | 61 |
| Binary | 11100001 | 1100100 | 11001 | 0 | 111000 | 1011001 | 1100 | 10110 | 1010000 | 110001 |
Color Harmonies of #E16419
Complementary color
Monochromatic Colors of #E16419
Black with #E16419
Text Example
Text Example
White with #E16419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16419; }
p { color: rgb(225,100,25); }
H1.HeaderClassName
{
color: #E16419;
}
.AnyTagClassName
{
color: #E16419;
}
</style>
background-color css
<style>
a { background-color: #E16419; }
a { background-color: rgb(225,100,25); }
div.DivClassName
{
background-color: #E16419;
}
.BgClassName
{
background-color: #E16419;
}
</style>
border-color css
<style>
span { border-color: #E16419; }
span { border-color: rgb(225,100,25); }
td.TdClassName
{
border-color: #E16419;
}
.TagClassName
{
border-color: #E16419;
}
</style>