Shades of Chocolate #E06420
Tints of Chocolate #E06420
RGB
CMYK
RGB Variations
Color information
#E06420 (or 0xE06420) is known color: Chocolate. HEX triplet: E0, 64 and 20. RGB value is (224,100,32). Sum of RGB (Red+Green+Blue) = 224+100+32=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E06420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06420 is #1F9BDF. Grayscale: #818181. Windows color (decimal): -2071520 or 2122976. OLE color: 2122976.
HSL color Cylindrical-coordinate representation of color #E06420: hue angle of 21.25º 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 #E06420 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 32 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.12 |
| HSL | 21.25º | 0.76% | 0.5% | - |
| HSV(B) | 21.25º | 0.86% | 0.88% | - |
| XYZ | 35.56 | 25.07 | 4.33 | - |
| YUV | 129.32 | 73.08 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 32 | 0 | 0.55 | 0.86 | 0.12 | 21.25 | 0.76 | 0.5 |
| Hex | E0 | 64 | 20 | 0 | 37 | 56 | C | 15 | 4C | 32 |
| Octal | 340 | 144 | 40 | 0 | 67 | 126 | 14 | 25 | 114 | 62 |
| Binary | 11100000 | 1100100 | 100000 | 0 | 110111 | 1010110 | 1100 | 10101 | 1001100 | 110010 |
Color Harmonies of #E06420
Complementary color
Monochromatic Colors of #E06420
Black with #E06420
Text Example
Text Example
White with #E06420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06420; }
p { color: rgb(224,100,32); }
H1.HeaderClassName
{
color: #E06420;
}
.AnyTagClassName
{
color: #E06420;
}
</style>
background-color css
<style>
a { background-color: #E06420; }
a { background-color: rgb(224,100,32); }
div.DivClassName
{
background-color: #E06420;
}
.BgClassName
{
background-color: #E06420;
}
</style>
border-color css
<style>
span { border-color: #E06420; }
span { border-color: rgb(224,100,32); }
td.TdClassName
{
border-color: #E06420;
}
.TagClassName
{
border-color: #E06420;
}
</style>