Shades of Chocolate #E05F20
Tints of Chocolate #E05F20
RGB
CMYK
RGB Variations
Color information
#E05F20 (or 0xE05F20) is known color: Chocolate. HEX triplet: E0, 5F and 20. RGB value is (224,95,32). Sum of RGB (Red+Green+Blue) = 224+95+32=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05F20 is #1FA0DF. Grayscale: #7E7E7E. Windows color (decimal): -2072800 or 2121696. OLE color: 2121696.
HSL color Cylindrical-coordinate representation of color #E05F20: hue angle of 19.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E05F20 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 32 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.12 |
| HSL | 19.69º | 0.76% | 0.5% | - |
| HSV(B) | 19.69º | 0.86% | 0.88% | - |
| XYZ | 35.09 | 24.14 | 4.18 | - |
| YUV | 126.39 | 74.74 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 32 | 0 | 0.58 | 0.86 | 0.12 | 19.69 | 0.76 | 0.5 |
| Hex | E0 | 5F | 20 | 0 | 3A | 56 | C | 14 | 4C | 32 |
| Octal | 340 | 137 | 40 | 0 | 72 | 126 | 14 | 24 | 114 | 62 |
| Binary | 11100000 | 1011111 | 100000 | 0 | 111010 | 1010110 | 1100 | 10100 | 1001100 | 110010 |
Color Harmonies of #E05F20
Complementary color
Monochromatic Colors of #E05F20
Black with #E05F20
Text Example
Text Example
White with #E05F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F20; }
p { color: rgb(224,95,32); }
H1.HeaderClassName
{
color: #E05F20;
}
.AnyTagClassName
{
color: #E05F20;
}
</style>
background-color css
<style>
a { background-color: #E05F20; }
a { background-color: rgb(224,95,32); }
div.DivClassName
{
background-color: #E05F20;
}
.BgClassName
{
background-color: #E05F20;
}
</style>
border-color css
<style>
span { border-color: #E05F20; }
span { border-color: rgb(224,95,32); }
td.TdClassName
{
border-color: #E05F20;
}
.TagClassName
{
border-color: #E05F20;
}
</style>