Shades of Chocolate #E05F1C
Tints of Chocolate #E05F1C
RGB
CMYK
RGB Variations
Color information
#E05F1C (or 0xE05F1C) is known color: Chocolate. HEX triplet: E0, 5F and 1C. RGB value is (224,95,28). Sum of RGB (Red+Green+Blue) = 224+95+28=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05F1C is #1FA0E3. Grayscale: #7E7E7E. Windows color (decimal): -2072804 or 1859552. OLE color: 1859552.
HSL color Cylindrical-coordinate representation of color #E05F1C: hue angle of 20.51º 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 #E05F1C is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 28 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.12 |
| HSL | 20.51º | 0.78% | 0.49% | - |
| HSV(B) | 20.51º | 0.88% | 0.88% | - |
| XYZ | 35.04 | 24.12 | 3.91 | - |
| YUV | 125.93 | 72.74 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 28 | 0 | 0.58 | 0.88 | 0.12 | 20.51 | 0.78 | 0.49 |
| Hex | E0 | 5F | 1C | 0 | 3A | 58 | C | 15 | 4E | 31 |
| Octal | 340 | 137 | 34 | 0 | 72 | 130 | 14 | 25 | 116 | 61 |
| Binary | 11100000 | 1011111 | 11100 | 0 | 111010 | 1011000 | 1100 | 10101 | 1001110 | 110001 |
Color Harmonies of #E05F1C
Complementary color
Monochromatic Colors of #E05F1C
Black with #E05F1C
Text Example
Text Example
White with #E05F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F1C; }
p { color: rgb(224,95,28); }
H1.HeaderClassName
{
color: #E05F1C;
}
.AnyTagClassName
{
color: #E05F1C;
}
</style>
background-color css
<style>
a { background-color: #E05F1C; }
a { background-color: rgb(224,95,28); }
div.DivClassName
{
background-color: #E05F1C;
}
.BgClassName
{
background-color: #E05F1C;
}
</style>
border-color css
<style>
span { border-color: #E05F1C; }
span { border-color: rgb(224,95,28); }
td.TdClassName
{
border-color: #E05F1C;
}
.TagClassName
{
border-color: #E05F1C;
}
</style>