Shades of Chocolate #E16214
Tints of Chocolate #E16214
RGB
CMYK
RGB Variations
Color information
#E16214 (or 0xE16214) is known color: Chocolate. HEX triplet: E1, 62 and 14. RGB value is (225,98,20). Sum of RGB (Red+Green+Blue) = 225+98+20=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E16214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16214 is #1E9DEB. Grayscale: #7F7F7F. Windows color (decimal): -2006508 or 1336033. OLE color: 1336033.
HSL color Cylindrical-coordinate representation of color #E16214: hue angle of 22.83º 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 #E16214 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 20 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.12 |
| HSL | 22.83º | 0.84% | 0.48% | - |
| HSV(B) | 22.83º | 0.91% | 0.88% | - |
| XYZ | 35.55 | 24.79 | 3.57 | - |
| YUV | 127.08 | 67.58 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 20 | 0 | 0.56 | 0.91 | 0.12 | 22.83 | 0.84 | 0.48 |
| Hex | E1 | 62 | 14 | 0 | 38 | 5B | C | 17 | 54 | 30 |
| Octal | 341 | 142 | 24 | 0 | 70 | 133 | 14 | 27 | 124 | 60 |
| Binary | 11100001 | 1100010 | 10100 | 0 | 111000 | 1011011 | 1100 | 10111 | 1010100 | 110000 |
Color Harmonies of #E16214
Complementary color
Monochromatic Colors of #E16214
Black with #E16214
Text Example
Text Example
White with #E16214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16214; }
p { color: rgb(225,98,20); }
H1.HeaderClassName
{
color: #E16214;
}
.AnyTagClassName
{
color: #E16214;
}
</style>
background-color css
<style>
a { background-color: #E16214; }
a { background-color: rgb(225,98,20); }
div.DivClassName
{
background-color: #E16214;
}
.BgClassName
{
background-color: #E16214;
}
</style>
border-color css
<style>
span { border-color: #E16214; }
span { border-color: rgb(225,98,20); }
td.TdClassName
{
border-color: #E16214;
}
.TagClassName
{
border-color: #E16214;
}
</style>