Shades of Chocolate #E16C14
Tints of Chocolate #E16C14
RGB
CMYK
RGB Variations
Color information
#E16C14 (or 0xE16C14) is known color: Chocolate. HEX triplet: E1, 6C and 14. RGB value is (225,108,20). Sum of RGB (Red+Green+Blue) = 225+108+20=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16C14 is #1E93EB. Grayscale: #858585. Windows color (decimal): -2003948 or 1338593. OLE color: 1338593.
HSL color Cylindrical-coordinate representation of color #E16C14: hue angle of 25.76º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E16C14 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 20 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.12 |
| HSL | 25.76º | 0.84% | 0.48% | - |
| HSV(B) | 25.76º | 0.91% | 0.88% | - |
| XYZ | 36.54 | 26.78 | 3.91 | - |
| YUV | 132.95 | 64.26 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 20 | 0 | 0.52 | 0.91 | 0.12 | 25.76 | 0.84 | 0.48 |
| Hex | E1 | 6C | 14 | 0 | 34 | 5B | C | 1A | 54 | 30 |
| Octal | 341 | 154 | 24 | 0 | 64 | 133 | 14 | 32 | 124 | 60 |
| Binary | 11100001 | 1101100 | 10100 | 0 | 110100 | 1011011 | 1100 | 11010 | 1010100 | 110000 |
Color Harmonies of #E16C14
Complementary color
Monochromatic Colors of #E16C14
Black with #E16C14
Text Example
Text Example
White with #E16C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C14; }
p { color: rgb(225,108,20); }
H1.HeaderClassName
{
color: #E16C14;
}
.AnyTagClassName
{
color: #E16C14;
}
</style>
background-color css
<style>
a { background-color: #E16C14; }
a { background-color: rgb(225,108,20); }
div.DivClassName
{
background-color: #E16C14;
}
.BgClassName
{
background-color: #E16C14;
}
</style>
border-color css
<style>
span { border-color: #E16C14; }
span { border-color: rgb(225,108,20); }
td.TdClassName
{
border-color: #E16C14;
}
.TagClassName
{
border-color: #E16C14;
}
</style>