Shades of Chocolate #E16716
Tints of Chocolate #E16716
RGB
CMYK
RGB Variations
Color information
#E16716 (or 0xE16716) is known color: Chocolate. HEX triplet: E1, 67 and 16. RGB value is (225,103,22). Sum of RGB (Red+Green+Blue) = 225+103+22=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E16716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16716 is #1E98E9. Grayscale: #828282. Windows color (decimal): -2005226 or 1468385. OLE color: 1468385.
HSL color Cylindrical-coordinate representation of color #E16716: hue angle of 23.94º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E16716 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 22 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.12 |
| HSL | 23.94º | 0.82% | 0.48% | - |
| HSV(B) | 23.94º | 0.9% | 0.88% | - |
| XYZ | 36.05 | 25.77 | 3.83 | - |
| YUV | 130.24 | 66.92 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 22 | 0 | 0.54 | 0.90 | 0.12 | 23.94 | 0.82 | 0.48 |
| Hex | E1 | 67 | 16 | 0 | 36 | 5A | C | 18 | 52 | 30 |
| Octal | 341 | 147 | 26 | 0 | 66 | 132 | 14 | 30 | 122 | 60 |
| Binary | 11100001 | 1100111 | 10110 | 0 | 110110 | 1011010 | 1100 | 11000 | 1010010 | 110000 |
Color Harmonies of #E16716
Complementary color
Monochromatic Colors of #E16716
Black with #E16716
Text Example
Text Example
White with #E16716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16716; }
p { color: rgb(225,103,22); }
H1.HeaderClassName
{
color: #E16716;
}
.AnyTagClassName
{
color: #E16716;
}
</style>
background-color css
<style>
a { background-color: #E16716; }
a { background-color: rgb(225,103,22); }
div.DivClassName
{
background-color: #E16716;
}
.BgClassName
{
background-color: #E16716;
}
</style>
border-color css
<style>
span { border-color: #E16716; }
span { border-color: rgb(225,103,22); }
td.TdClassName
{
border-color: #E16716;
}
.TagClassName
{
border-color: #E16716;
}
</style>