Shades of Chocolate #E16D19
Tints of Chocolate #E16D19
RGB
CMYK
RGB Variations
Color information
#E16D19 (or 0xE16D19) is known color: Chocolate. HEX triplet: E1, 6D and 19. RGB value is (225,109,25). Sum of RGB (Red+Green+Blue) = 225+109+25=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16D19 is #1E92E6. Grayscale: #868686. Windows color (decimal): -2003687 or 1666529. OLE color: 1666529.
HSL color Cylindrical-coordinate representation of color #E16D19: hue angle of 25.2º 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 #E16D19 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 25 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.12 |
| HSL | 25.2º | 0.8% | 0.49% | - |
| HSV(B) | 25.2º | 0.89% | 0.88% | - |
| XYZ | 36.7 | 27.02 | 4.2 | - |
| YUV | 134.11 | 66.43 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 25 | 0 | 0.52 | 0.89 | 0.12 | 25.2 | 0.8 | 0.49 |
| Hex | E1 | 6D | 19 | 0 | 34 | 59 | C | 19 | 50 | 31 |
| Octal | 341 | 155 | 31 | 0 | 64 | 131 | 14 | 31 | 120 | 61 |
| Binary | 11100001 | 1101101 | 11001 | 0 | 110100 | 1011001 | 1100 | 11001 | 1010000 | 110001 |
Color Harmonies of #E16D19
Complementary color
Monochromatic Colors of #E16D19
Black with #E16D19
Text Example
Text Example
White with #E16D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16D19; }
p { color: rgb(225,109,25); }
H1.HeaderClassName
{
color: #E16D19;
}
.AnyTagClassName
{
color: #E16D19;
}
</style>
background-color css
<style>
a { background-color: #E16D19; }
a { background-color: rgb(225,109,25); }
div.DivClassName
{
background-color: #E16D19;
}
.BgClassName
{
background-color: #E16D19;
}
</style>
border-color css
<style>
span { border-color: #E16D19; }
span { border-color: rgb(225,109,25); }
td.TdClassName
{
border-color: #E16D19;
}
.TagClassName
{
border-color: #E16D19;
}
</style>