Shades of Chocolate #E05A20
Tints of Chocolate #E05A20
RGB
CMYK
RGB Variations
Color information
#E05A20 (or 0xE05A20) is known color: Chocolate. HEX triplet: E0, 5A and 20. RGB value is (224,90,32). Sum of RGB (Red+Green+Blue) = 224+90+32=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05A20 is #1FA5DF. Grayscale: #7B7B7B. Windows color (decimal): -2074080 or 2120416. OLE color: 2120416.
HSL color Cylindrical-coordinate representation of color #E05A20: hue angle of 18.12º 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 #E05A20 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 32 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.12 |
| HSL | 18.13º | 0.76% | 0.5% | - |
| HSV(B) | 18.13º | 0.86% | 0.88% | - |
| XYZ | 34.66 | 23.26 | 4.03 | - |
| YUV | 123.45 | 76.39 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 32 | 0 | 0.60 | 0.86 | 0.12 | 18.13 | 0.76 | 0.5 |
| Hex | E0 | 5A | 20 | 0 | 3C | 56 | C | 12 | 4C | 32 |
| Octal | 340 | 132 | 40 | 0 | 74 | 126 | 14 | 22 | 114 | 62 |
| Binary | 11100000 | 1011010 | 100000 | 0 | 111100 | 1010110 | 1100 | 10010 | 1001100 | 110010 |
Color Harmonies of #E05A20
Complementary color
Monochromatic Colors of #E05A20
Black with #E05A20
Text Example
Text Example
White with #E05A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05A20; }
p { color: rgb(224,90,32); }
H1.HeaderClassName
{
color: #E05A20;
}
.AnyTagClassName
{
color: #E05A20;
}
</style>
background-color css
<style>
a { background-color: #E05A20; }
a { background-color: rgb(224,90,32); }
div.DivClassName
{
background-color: #E05A20;
}
.BgClassName
{
background-color: #E05A20;
}
</style>
border-color css
<style>
span { border-color: #E05A20; }
span { border-color: rgb(224,90,32); }
td.TdClassName
{
border-color: #E05A20;
}
.TagClassName
{
border-color: #E05A20;
}
</style>