Shades of Chocolate #E16915
Tints of Chocolate #E16915
RGB
CMYK
RGB Variations
Color information
#E16915 (or 0xE16915) is known color: Chocolate. HEX triplet: E1, 69 and 15. RGB value is (225,105,21). Sum of RGB (Red+Green+Blue) = 225+105+21=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E16915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16915 is #1E96EA. Grayscale: #838383. Windows color (decimal): -2004715 or 1403361. OLE color: 1403361.
HSL color Cylindrical-coordinate representation of color #E16915: hue angle of 24.71º degrees, saturation: 0.83, 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 #E16915 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 21 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.12 |
| HSL | 24.71º | 0.83% | 0.48% | - |
| HSV(B) | 24.71º | 0.91% | 0.88% | - |
| XYZ | 36.24 | 26.16 | 3.85 | - |
| YUV | 131.3 | 65.76 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 21 | 0 | 0.53 | 0.91 | 0.12 | 24.71 | 0.83 | 0.48 |
| Hex | E1 | 69 | 15 | 0 | 35 | 5B | C | 19 | 53 | 30 |
| Octal | 341 | 151 | 25 | 0 | 65 | 133 | 14 | 31 | 123 | 60 |
| Binary | 11100001 | 1101001 | 10101 | 0 | 110101 | 1011011 | 1100 | 11001 | 1010011 | 110000 |
Color Harmonies of #E16915
Complementary color
Monochromatic Colors of #E16915
Black with #E16915
Text Example
Text Example
White with #E16915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16915; }
p { color: rgb(225,105,21); }
H1.HeaderClassName
{
color: #E16915;
}
.AnyTagClassName
{
color: #E16915;
}
</style>
background-color css
<style>
a { background-color: #E16915; }
a { background-color: rgb(225,105,21); }
div.DivClassName
{
background-color: #E16915;
}
.BgClassName
{
background-color: #E16915;
}
</style>
border-color css
<style>
span { border-color: #E16915; }
span { border-color: rgb(225,105,21); }
td.TdClassName
{
border-color: #E16915;
}
.TagClassName
{
border-color: #E16915;
}
</style>