Shades of Chocolate #E15A16
Tints of Chocolate #E15A16
RGB
CMYK
RGB Variations
Color information
#E15A16 (or 0xE15A16) is known color: Chocolate. HEX triplet: E1, 5A and 16. RGB value is (225,90,22). Sum of RGB (Red+Green+Blue) = 225+90+22=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15A16 is #1EA5E9. Grayscale: #7B7B7B. Windows color (decimal): -2008554 or 1465057. OLE color: 1465057.
HSL color Cylindrical-coordinate representation of color #E15A16: hue angle of 20.1º 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 #E15A16 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 22 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.12 |
| HSL | 20.1º | 0.82% | 0.48% | - |
| HSV(B) | 20.1º | 0.9% | 0.88% | - |
| XYZ | 34.85 | 23.38 | 3.43 | - |
| YUV | 122.61 | 71.23 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 22 | 0 | 0.60 | 0.90 | 0.12 | 20.1 | 0.82 | 0.48 |
| Hex | E1 | 5A | 16 | 0 | 3C | 5A | C | 14 | 52 | 30 |
| Octal | 341 | 132 | 26 | 0 | 74 | 132 | 14 | 24 | 122 | 60 |
| Binary | 11100001 | 1011010 | 10110 | 0 | 111100 | 1011010 | 1100 | 10100 | 1010010 | 110000 |
Color Harmonies of #E15A16
Complementary color
Monochromatic Colors of #E15A16
Black with #E15A16
Text Example
Text Example
White with #E15A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15A16; }
p { color: rgb(225,90,22); }
H1.HeaderClassName
{
color: #E15A16;
}
.AnyTagClassName
{
color: #E15A16;
}
</style>
background-color css
<style>
a { background-color: #E15A16; }
a { background-color: rgb(225,90,22); }
div.DivClassName
{
background-color: #E15A16;
}
.BgClassName
{
background-color: #E15A16;
}
</style>
border-color css
<style>
span { border-color: #E15A16; }
span { border-color: rgb(225,90,22); }
td.TdClassName
{
border-color: #E15A16;
}
.TagClassName
{
border-color: #E15A16;
}
</style>