Shades of Chocolate #E06721
Tints of Chocolate #E06721
RGB
CMYK
RGB Variations
Color information
#E06721 (or 0xE06721) is known color: Chocolate. HEX triplet: E0, 67 and 21. RGB value is (224,103,33). Sum of RGB (Red+Green+Blue) = 224+103+33=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E06721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06721 is #1F98DE. Grayscale: #838383. Windows color (decimal): -2070751 or 2189280. OLE color: 2189280.
HSL color Cylindrical-coordinate representation of color #E06721: hue angle of 21.99º 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 #E06721 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 33 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.12 |
| HSL | 21.99º | 0.75% | 0.5% | - |
| HSV(B) | 21.99º | 0.85% | 0.88% | - |
| XYZ | 35.87 | 25.66 | 4.5 | - |
| YUV | 131.2 | 72.59 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 33 | 0 | 0.54 | 0.85 | 0.12 | 21.99 | 0.75 | 0.5 |
| Hex | E0 | 67 | 21 | 0 | 36 | 55 | C | 16 | 4B | 32 |
| Octal | 340 | 147 | 41 | 0 | 66 | 125 | 14 | 26 | 113 | 62 |
| Binary | 11100000 | 1100111 | 100001 | 0 | 110110 | 1010101 | 1100 | 10110 | 1001011 | 110010 |
Color Harmonies of #E06721
Complementary color
Monochromatic Colors of #E06721
Black with #E06721
Text Example
Text Example
White with #E06721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06721; }
p { color: rgb(224,103,33); }
H1.HeaderClassName
{
color: #E06721;
}
.AnyTagClassName
{
color: #E06721;
}
</style>
background-color css
<style>
a { background-color: #E06721; }
a { background-color: rgb(224,103,33); }
div.DivClassName
{
background-color: #E06721;
}
.BgClassName
{
background-color: #E06721;
}
</style>
border-color css
<style>
span { border-color: #E06721; }
span { border-color: rgb(224,103,33); }
td.TdClassName
{
border-color: #E06721;
}
.TagClassName
{
border-color: #E06721;
}
</style>