Shades of Chocolate #E05D1C
Tints of Chocolate #E05D1C
RGB
CMYK
RGB Variations
Color information
#E05D1C (or 0xE05D1C) is known color: Chocolate. HEX triplet: E0, 5D and 1C. RGB value is (224,93,28). Sum of RGB (Red+Green+Blue) = 224+93+28=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05D1C is #1FA2E3. Grayscale: #7D7D7D. Windows color (decimal): -2073316 or 1859040. OLE color: 1859040.
HSL color Cylindrical-coordinate representation of color #E05D1C: hue angle of 19.9º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E05D1C is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 28 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.12 |
| HSL | 19.9º | 0.78% | 0.49% | - |
| HSV(B) | 19.9º | 0.88% | 0.88% | - |
| XYZ | 34.86 | 23.76 | 3.85 | - |
| YUV | 124.76 | 73.4 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 28 | 0 | 0.58 | 0.88 | 0.12 | 19.9 | 0.78 | 0.49 |
| Hex | E0 | 5D | 1C | 0 | 3A | 58 | C | 14 | 4E | 31 |
| Octal | 340 | 135 | 34 | 0 | 72 | 130 | 14 | 24 | 116 | 61 |
| Binary | 11100000 | 1011101 | 11100 | 0 | 111010 | 1011000 | 1100 | 10100 | 1001110 | 110001 |
Color Harmonies of #E05D1C
Complementary color
Monochromatic Colors of #E05D1C
Black with #E05D1C
Text Example
Text Example
White with #E05D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D1C; }
p { color: rgb(224,93,28); }
H1.HeaderClassName
{
color: #E05D1C;
}
.AnyTagClassName
{
color: #E05D1C;
}
</style>
background-color css
<style>
a { background-color: #E05D1C; }
a { background-color: rgb(224,93,28); }
div.DivClassName
{
background-color: #E05D1C;
}
.BgClassName
{
background-color: #E05D1C;
}
</style>
border-color css
<style>
span { border-color: #E05D1C; }
span { border-color: rgb(224,93,28); }
td.TdClassName
{
border-color: #E05D1C;
}
.TagClassName
{
border-color: #E05D1C;
}
</style>