Shades of Chocolate #E05C16
Tints of Chocolate #E05C16
RGB
CMYK
RGB Variations
Color information
#E05C16 (or 0xE05C16) is known color: Chocolate. HEX triplet: E0, 5C and 16. RGB value is (224,92,22). Sum of RGB (Red+Green+Blue) = 224+92+22=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05C16 is #1FA3E9. Grayscale: #7B7B7B. Windows color (decimal): -2073578 or 1465568. OLE color: 1465568.
HSL color Cylindrical-coordinate representation of color #E05C16: hue angle of 20.79º 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 #E05C16 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 22 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.12 |
| HSL | 20.79º | 0.82% | 0.48% | - |
| HSV(B) | 20.79º | 0.9% | 0.88% | - |
| XYZ | 34.71 | 23.56 | 3.48 | - |
| YUV | 123.49 | 70.73 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 22 | 0 | 0.59 | 0.90 | 0.12 | 20.79 | 0.82 | 0.48 |
| Hex | E0 | 5C | 16 | 0 | 3B | 5A | C | 15 | 52 | 30 |
| Octal | 340 | 134 | 26 | 0 | 73 | 132 | 14 | 25 | 122 | 60 |
| Binary | 11100000 | 1011100 | 10110 | 0 | 111011 | 1011010 | 1100 | 10101 | 1010010 | 110000 |
Color Harmonies of #E05C16
Complementary color
Monochromatic Colors of #E05C16
Black with #E05C16
Text Example
Text Example
White with #E05C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05C16; }
p { color: rgb(224,92,22); }
H1.HeaderClassName
{
color: #E05C16;
}
.AnyTagClassName
{
color: #E05C16;
}
</style>
background-color css
<style>
a { background-color: #E05C16; }
a { background-color: rgb(224,92,22); }
div.DivClassName
{
background-color: #E05C16;
}
.BgClassName
{
background-color: #E05C16;
}
</style>
border-color css
<style>
span { border-color: #E05C16; }
span { border-color: rgb(224,92,22); }
td.TdClassName
{
border-color: #E05C16;
}
.TagClassName
{
border-color: #E05C16;
}
</style>