Shades of Chocolate #E05E23
Tints of Chocolate #E05E23
RGB
CMYK
RGB Variations
Color information
#E05E23 (or 0xE05E23) is known color: Chocolate. HEX triplet: E0, 5E and 23. RGB value is (224,94,35). Sum of RGB (Red+Green+Blue) = 224+94+35=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05E23 is #1FA1DC. Grayscale: #7E7E7E. Windows color (decimal): -2073053 or 2318048. OLE color: 2318048.
HSL color Cylindrical-coordinate representation of color #E05E23: hue angle of 18.73º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E05E23 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 35 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.12 |
| HSL | 18.73º | 0.75% | 0.51% | - |
| HSV(B) | 18.73º | 0.84% | 0.88% | - |
| XYZ | 35.05 | 23.97 | 4.37 | - |
| YUV | 126.14 | 76.57 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 35 | 0 | 0.58 | 0.84 | 0.12 | 18.73 | 0.75 | 0.51 |
| Hex | E0 | 5E | 23 | 0 | 3A | 54 | C | 13 | 4B | 33 |
| Octal | 340 | 136 | 43 | 0 | 72 | 124 | 14 | 23 | 113 | 63 |
| Binary | 11100000 | 1011110 | 100011 | 0 | 111010 | 1010100 | 1100 | 10011 | 1001011 | 110011 |
Color Harmonies of #E05E23
Complementary color
Monochromatic Colors of #E05E23
Black with #E05E23
Text Example
Text Example
White with #E05E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05E23; }
p { color: rgb(224,94,35); }
H1.HeaderClassName
{
color: #E05E23;
}
.AnyTagClassName
{
color: #E05E23;
}
</style>
background-color css
<style>
a { background-color: #E05E23; }
a { background-color: rgb(224,94,35); }
div.DivClassName
{
background-color: #E05E23;
}
.BgClassName
{
background-color: #E05E23;
}
</style>
border-color css
<style>
span { border-color: #E05E23; }
span { border-color: rgb(224,94,35); }
td.TdClassName
{
border-color: #E05E23;
}
.TagClassName
{
border-color: #E05E23;
}
</style>