Shades of Chocolate #E16B15
Tints of Chocolate #E16B15
RGB
CMYK
RGB Variations
Color information
#E16B15 (or 0xE16B15) is known color: Chocolate. HEX triplet: E1, 6B and 15. RGB value is (225,107,21). Sum of RGB (Red+Green+Blue) = 225+107+21=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16B15 is #1E94EA. Grayscale: #848484. Windows color (decimal): -2004203 or 1403873. OLE color: 1403873.
HSL color Cylindrical-coordinate representation of color #E16B15: hue angle of 25.29º 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 #E16B15 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 21 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.12 |
| HSL | 25.29º | 0.83% | 0.48% | - |
| HSV(B) | 25.29º | 0.91% | 0.88% | - |
| XYZ | 36.44 | 26.58 | 3.92 | - |
| YUV | 132.48 | 65.09 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 21 | 0 | 0.52 | 0.91 | 0.12 | 25.29 | 0.83 | 0.48 |
| Hex | E1 | 6B | 15 | 0 | 34 | 5B | C | 19 | 53 | 30 |
| Octal | 341 | 153 | 25 | 0 | 64 | 133 | 14 | 31 | 123 | 60 |
| Binary | 11100001 | 1101011 | 10101 | 0 | 110100 | 1011011 | 1100 | 11001 | 1010011 | 110000 |
Color Harmonies of #E16B15
Complementary color
Monochromatic Colors of #E16B15
Black with #E16B15
Text Example
Text Example
White with #E16B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16B15; }
p { color: rgb(225,107,21); }
H1.HeaderClassName
{
color: #E16B15;
}
.AnyTagClassName
{
color: #E16B15;
}
</style>
background-color css
<style>
a { background-color: #E16B15; }
a { background-color: rgb(225,107,21); }
div.DivClassName
{
background-color: #E16B15;
}
.BgClassName
{
background-color: #E16B15;
}
</style>
border-color css
<style>
span { border-color: #E16B15; }
span { border-color: rgb(225,107,21); }
td.TdClassName
{
border-color: #E16B15;
}
.TagClassName
{
border-color: #E16B15;
}
</style>