Shades of Chocolate #E06322
Tints of Chocolate #E06322
RGB
CMYK
RGB Variations
Color information
#E06322 (or 0xE06322) is known color: Chocolate. HEX triplet: E0, 63 and 22. RGB value is (224,99,34). Sum of RGB (Red+Green+Blue) = 224+99+34=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E06322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06322 is #1F9CDD. Grayscale: #818181. Windows color (decimal): -2071774 or 2253792. OLE color: 2253792.
HSL color Cylindrical-coordinate representation of color #E06322: hue angle of 20.53º 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 #E06322 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 34 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.12 |
| HSL | 20.53º | 0.75% | 0.51% | - |
| HSV(B) | 20.53º | 0.85% | 0.88% | - |
| XYZ | 35.49 | 24.89 | 4.45 | - |
| YUV | 128.97 | 74.41 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 34 | 0 | 0.56 | 0.85 | 0.12 | 20.53 | 0.75 | 0.51 |
| Hex | E0 | 63 | 22 | 0 | 38 | 55 | C | 15 | 4B | 33 |
| Octal | 340 | 143 | 42 | 0 | 70 | 125 | 14 | 25 | 113 | 63 |
| Binary | 11100000 | 1100011 | 100010 | 0 | 111000 | 1010101 | 1100 | 10101 | 1001011 | 110011 |
Color Harmonies of #E06322
Complementary color
Monochromatic Colors of #E06322
Black with #E06322
Text Example
Text Example
White with #E06322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06322; }
p { color: rgb(224,99,34); }
H1.HeaderClassName
{
color: #E06322;
}
.AnyTagClassName
{
color: #E06322;
}
</style>
background-color css
<style>
a { background-color: #E06322; }
a { background-color: rgb(224,99,34); }
div.DivClassName
{
background-color: #E06322;
}
.BgClassName
{
background-color: #E06322;
}
</style>
border-color css
<style>
span { border-color: #E06322; }
span { border-color: rgb(224,99,34); }
td.TdClassName
{
border-color: #E06322;
}
.TagClassName
{
border-color: #E06322;
}
</style>