Shades of Chocolate #E05821
Tints of Chocolate #E05821
RGB
CMYK
RGB Variations
Color information
#E05821 (or 0xE05821) is known color: Chocolate. HEX triplet: E0, 58 and 21. RGB value is (224,88,33). Sum of RGB (Red+Green+Blue) = 224+88+33=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E05821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05821 is #1FA7DE. Grayscale: #7A7A7A. Windows color (decimal): -2074591 or 2185440. OLE color: 2185440.
HSL color Cylindrical-coordinate representation of color #E05821: hue angle of 17.28º 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 #E05821 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 33 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.12 |
| HSL | 17.28º | 0.75% | 0.5% | - |
| HSV(B) | 17.28º | 0.85% | 0.88% | - |
| XYZ | 34.5 | 22.94 | 4.05 | - |
| YUV | 122.39 | 77.56 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 33 | 0 | 0.61 | 0.85 | 0.12 | 17.28 | 0.75 | 0.5 |
| Hex | E0 | 58 | 21 | 0 | 3D | 55 | C | 11 | 4B | 32 |
| Octal | 340 | 130 | 41 | 0 | 75 | 125 | 14 | 21 | 113 | 62 |
| Binary | 11100000 | 1011000 | 100001 | 0 | 111101 | 1010101 | 1100 | 10001 | 1001011 | 110010 |
Color Harmonies of #E05821
Complementary color
Monochromatic Colors of #E05821
Black with #E05821
Text Example
Text Example
White with #E05821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05821; }
p { color: rgb(224,88,33); }
H1.HeaderClassName
{
color: #E05821;
}
.AnyTagClassName
{
color: #E05821;
}
</style>
background-color css
<style>
a { background-color: #E05821; }
a { background-color: rgb(224,88,33); }
div.DivClassName
{
background-color: #E05821;
}
.BgClassName
{
background-color: #E05821;
}
</style>
border-color css
<style>
span { border-color: #E05821; }
span { border-color: rgb(224,88,33); }
td.TdClassName
{
border-color: #E05821;
}
.TagClassName
{
border-color: #E05821;
}
</style>