Shades of Chocolate #E06521
Tints of Chocolate #E06521
RGB
CMYK
RGB Variations
Color information
#E06521 (or 0xE06521) is known color: Chocolate. HEX triplet: E0, 65 and 21. RGB value is (224,101,33). Sum of RGB (Red+Green+Blue) = 224+101+33=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E06521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06521 is #1F9ADE. Grayscale: #828282. Windows color (decimal): -2071263 or 2188768. OLE color: 2188768.
HSL color Cylindrical-coordinate representation of color #E06521: hue angle of 21.36º 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 #E06521 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 33 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.12 |
| HSL | 21.36º | 0.75% | 0.5% | - |
| HSV(B) | 21.36º | 0.85% | 0.88% | - |
| XYZ | 35.67 | 25.26 | 4.44 | - |
| YUV | 130.03 | 73.25 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 33 | 0 | 0.55 | 0.85 | 0.12 | 21.36 | 0.75 | 0.5 |
| Hex | E0 | 65 | 21 | 0 | 37 | 55 | C | 15 | 4B | 32 |
| Octal | 340 | 145 | 41 | 0 | 67 | 125 | 14 | 25 | 113 | 62 |
| Binary | 11100000 | 1100101 | 100001 | 0 | 110111 | 1010101 | 1100 | 10101 | 1001011 | 110010 |
Color Harmonies of #E06521
Complementary color
Monochromatic Colors of #E06521
Black with #E06521
Text Example
Text Example
White with #E06521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06521; }
p { color: rgb(224,101,33); }
H1.HeaderClassName
{
color: #E06521;
}
.AnyTagClassName
{
color: #E06521;
}
</style>
background-color css
<style>
a { background-color: #E06521; }
a { background-color: rgb(224,101,33); }
div.DivClassName
{
background-color: #E06521;
}
.BgClassName
{
background-color: #E06521;
}
</style>
border-color css
<style>
span { border-color: #E06521; }
span { border-color: rgb(224,101,33); }
td.TdClassName
{
border-color: #E06521;
}
.TagClassName
{
border-color: #E06521;
}
</style>