Shades of Chocolate #E06122
Tints of Chocolate #E06122
RGB
CMYK
RGB Variations
Color information
#E06122 (or 0xE06122) is known color: Chocolate. HEX triplet: E0, 61 and 22. RGB value is (224,97,34). Sum of RGB (Red+Green+Blue) = 224+97+34=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E06122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06122 is #1F9EDD. Grayscale: #808080. Windows color (decimal): -2072286 or 2253280. OLE color: 2253280.
HSL color Cylindrical-coordinate representation of color #E06122: hue angle of 19.89º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E06122 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 34 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.12 |
| HSL | 19.89º | 0.75% | 0.51% | - |
| HSV(B) | 19.89º | 0.85% | 0.88% | - |
| XYZ | 35.3 | 24.51 | 4.38 | - |
| YUV | 127.79 | 75.08 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 34 | 0 | 0.57 | 0.85 | 0.12 | 19.89 | 0.75 | 0.51 |
| Hex | E0 | 61 | 22 | 0 | 39 | 55 | C | 14 | 4B | 33 |
| Octal | 340 | 141 | 42 | 0 | 71 | 125 | 14 | 24 | 113 | 63 |
| Binary | 11100000 | 1100001 | 100010 | 0 | 111001 | 1010101 | 1100 | 10100 | 1001011 | 110011 |
Color Harmonies of #E06122
Complementary color
Monochromatic Colors of #E06122
Black with #E06122
Text Example
Text Example
White with #E06122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06122; }
p { color: rgb(224,97,34); }
H1.HeaderClassName
{
color: #E06122;
}
.AnyTagClassName
{
color: #E06122;
}
</style>
background-color css
<style>
a { background-color: #E06122; }
a { background-color: rgb(224,97,34); }
div.DivClassName
{
background-color: #E06122;
}
.BgClassName
{
background-color: #E06122;
}
</style>
border-color css
<style>
span { border-color: #E06122; }
span { border-color: rgb(224,97,34); }
td.TdClassName
{
border-color: #E06122;
}
.TagClassName
{
border-color: #E06122;
}
</style>