Shades of Chocolate #E06321
Tints of Chocolate #E06321
RGB
CMYK
RGB Variations
Color information
#E06321 (or 0xE06321) is known color: Chocolate. HEX triplet: E0, 63 and 21. RGB value is (224,99,33). Sum of RGB (Red+Green+Blue) = 224+99+33=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E06321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06321 is #1F9CDE. Grayscale: #818181. Windows color (decimal): -2071775 or 2188256. OLE color: 2188256.
HSL color Cylindrical-coordinate representation of color #E06321: hue angle of 20.73º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E06321 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 33 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.12 |
| HSL | 20.73º | 0.75% | 0.5% | - |
| HSV(B) | 20.73º | 0.85% | 0.88% | - |
| XYZ | 35.48 | 24.88 | 4.37 | - |
| YUV | 128.85 | 73.91 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 33 | 0 | 0.56 | 0.85 | 0.12 | 20.73 | 0.75 | 0.5 |
| Hex | E0 | 63 | 21 | 0 | 38 | 55 | C | 15 | 4B | 32 |
| Octal | 340 | 143 | 41 | 0 | 70 | 125 | 14 | 25 | 113 | 62 |
| Binary | 11100000 | 1100011 | 100001 | 0 | 111000 | 1010101 | 1100 | 10101 | 1001011 | 110010 |
Color Harmonies of #E06321
Complementary color
Monochromatic Colors of #E06321
Black with #E06321
Text Example
Text Example
White with #E06321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06321; }
p { color: rgb(224,99,33); }
H1.HeaderClassName
{
color: #E06321;
}
.AnyTagClassName
{
color: #E06321;
}
</style>
background-color css
<style>
a { background-color: #E06321; }
a { background-color: rgb(224,99,33); }
div.DivClassName
{
background-color: #E06321;
}
.BgClassName
{
background-color: #E06321;
}
</style>
border-color css
<style>
span { border-color: #E06321; }
span { border-color: rgb(224,99,33); }
td.TdClassName
{
border-color: #E06321;
}
.TagClassName
{
border-color: #E06321;
}
</style>