Shades of Chocolate #E05D1E
Tints of Chocolate #E05D1E
RGB
CMYK
RGB Variations
Color information
#E05D1E (or 0xE05D1E) is known color: Chocolate. HEX triplet: E0, 5D and 1E. RGB value is (224,93,30). Sum of RGB (Red+Green+Blue) = 224+93+30=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05D1E is #1FA2E1. Grayscale: #7D7D7D. Windows color (decimal): -2073314 or 1990112. OLE color: 1990112.
HSL color Cylindrical-coordinate representation of color #E05D1E: hue angle of 19.48º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E05D1E is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 30 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.12 |
| HSL | 19.48º | 0.76% | 0.5% | - |
| HSV(B) | 19.48º | 0.87% | 0.88% | - |
| XYZ | 34.89 | 23.77 | 3.98 | - |
| YUV | 124.99 | 74.4 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 30 | 0 | 0.58 | 0.87 | 0.12 | 19.48 | 0.76 | 0.5 |
| Hex | E0 | 5D | 1E | 0 | 3A | 57 | C | 13 | 4C | 32 |
| Octal | 340 | 135 | 36 | 0 | 72 | 127 | 14 | 23 | 114 | 62 |
| Binary | 11100000 | 1011101 | 11110 | 0 | 111010 | 1010111 | 1100 | 10011 | 1001100 | 110010 |
Color Harmonies of #E05D1E
Complementary color
Monochromatic Colors of #E05D1E
Black with #E05D1E
Text Example
Text Example
White with #E05D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D1E; }
p { color: rgb(224,93,30); }
H1.HeaderClassName
{
color: #E05D1E;
}
.AnyTagClassName
{
color: #E05D1E;
}
</style>
background-color css
<style>
a { background-color: #E05D1E; }
a { background-color: rgb(224,93,30); }
div.DivClassName
{
background-color: #E05D1E;
}
.BgClassName
{
background-color: #E05D1E;
}
</style>
border-color css
<style>
span { border-color: #E05D1E; }
span { border-color: rgb(224,93,30); }
td.TdClassName
{
border-color: #E05D1E;
}
.TagClassName
{
border-color: #E05D1E;
}
</style>