Shades of Chocolate #E05A16
Tints of Chocolate #E05A16
RGB
CMYK
RGB Variations
Color information
#E05A16 (or 0xE05A16) is known color: Chocolate. HEX triplet: E0, 5A and 16. RGB value is (224,90,22). Sum of RGB (Red+Green+Blue) = 224+90+22=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05A16 is #1FA5E9. Grayscale: #7A7A7A. Windows color (decimal): -2074090 or 1465056. OLE color: 1465056.
HSL color Cylindrical-coordinate representation of color #E05A16: hue angle of 20.2º 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 #E05A16 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 22 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.12 |
| HSL | 20.2º | 0.82% | 0.48% | - |
| HSV(B) | 20.2º | 0.9% | 0.88% | - |
| XYZ | 34.54 | 23.22 | 3.42 | - |
| YUV | 122.31 | 71.39 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 22 | 0 | 0.60 | 0.90 | 0.12 | 20.2 | 0.82 | 0.48 |
| Hex | E0 | 5A | 16 | 0 | 3C | 5A | C | 14 | 52 | 30 |
| Octal | 340 | 132 | 26 | 0 | 74 | 132 | 14 | 24 | 122 | 60 |
| Binary | 11100000 | 1011010 | 10110 | 0 | 111100 | 1011010 | 1100 | 10100 | 1010010 | 110000 |
Color Harmonies of #E05A16
Complementary color
Monochromatic Colors of #E05A16
Black with #E05A16
Text Example
Text Example
White with #E05A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05A16; }
p { color: rgb(224,90,22); }
H1.HeaderClassName
{
color: #E05A16;
}
.AnyTagClassName
{
color: #E05A16;
}
</style>
background-color css
<style>
a { background-color: #E05A16; }
a { background-color: rgb(224,90,22); }
div.DivClassName
{
background-color: #E05A16;
}
.BgClassName
{
background-color: #E05A16;
}
</style>
border-color css
<style>
span { border-color: #E05A16; }
span { border-color: rgb(224,90,22); }
td.TdClassName
{
border-color: #E05A16;
}
.TagClassName
{
border-color: #E05A16;
}
</style>