Shades of Chocolate #E06620
Tints of Chocolate #E06620
RGB
CMYK
RGB Variations
Color information
#E06620 (or 0xE06620) is known color: Chocolate. HEX triplet: E0, 66 and 20. RGB value is (224,102,32). Sum of RGB (Red+Green+Blue) = 224+102+32=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E06620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06620 is #1F99DF. Grayscale: #828282. Windows color (decimal): -2071008 or 2123488. OLE color: 2123488.
HSL color Cylindrical-coordinate representation of color #E06620: hue angle of 21.88º 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 #E06620 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 32 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.12 |
| HSL | 21.88º | 0.76% | 0.5% | - |
| HSV(B) | 21.88º | 0.86% | 0.88% | - |
| XYZ | 35.75 | 25.45 | 4.4 | - |
| YUV | 130.5 | 72.42 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 32 | 0 | 0.54 | 0.86 | 0.12 | 21.88 | 0.76 | 0.5 |
| Hex | E0 | 66 | 20 | 0 | 36 | 56 | C | 16 | 4C | 32 |
| Octal | 340 | 146 | 40 | 0 | 66 | 126 | 14 | 26 | 114 | 62 |
| Binary | 11100000 | 1100110 | 100000 | 0 | 110110 | 1010110 | 1100 | 10110 | 1001100 | 110010 |
Color Harmonies of #E06620
Complementary color
Monochromatic Colors of #E06620
Black with #E06620
Text Example
Text Example
White with #E06620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06620; }
p { color: rgb(224,102,32); }
H1.HeaderClassName
{
color: #E06620;
}
.AnyTagClassName
{
color: #E06620;
}
</style>
background-color css
<style>
a { background-color: #E06620; }
a { background-color: rgb(224,102,32); }
div.DivClassName
{
background-color: #E06620;
}
.BgClassName
{
background-color: #E06620;
}
</style>
border-color css
<style>
span { border-color: #E06620; }
span { border-color: rgb(224,102,32); }
td.TdClassName
{
border-color: #E06620;
}
.TagClassName
{
border-color: #E06620;
}
</style>