Shades of Chocolate #E06118
Tints of Chocolate #E06118
RGB
CMYK
RGB Variations
Color information
#E06118 (or 0xE06118) is known color: Chocolate. HEX triplet: E0, 61 and 18. RGB value is (224,97,24). Sum of RGB (Red+Green+Blue) = 224+97+24=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E06118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06118 is #1F9EE7. Grayscale: #7F7F7F. Windows color (decimal): -2072296 or 1597920. OLE color: 1597920.
HSL color Cylindrical-coordinate representation of color #E06118: hue angle of 21.9º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E06118 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 24 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.12 |
| HSL | 21.9º | 0.81% | 0.49% | - |
| HSV(B) | 21.9º | 0.89% | 0.88% | - |
| XYZ | 35.18 | 24.46 | 3.73 | - |
| YUV | 126.65 | 70.08 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 24 | 0 | 0.57 | 0.89 | 0.12 | 21.9 | 0.81 | 0.49 |
| Hex | E0 | 61 | 18 | 0 | 39 | 59 | C | 16 | 51 | 31 |
| Octal | 340 | 141 | 30 | 0 | 71 | 131 | 14 | 26 | 121 | 61 |
| Binary | 11100000 | 1100001 | 11000 | 0 | 111001 | 1011001 | 1100 | 10110 | 1010001 | 110001 |
Color Harmonies of #E06118
Complementary color
Monochromatic Colors of #E06118
Black with #E06118
Text Example
Text Example
White with #E06118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06118; }
p { color: rgb(224,97,24); }
H1.HeaderClassName
{
color: #E06118;
}
.AnyTagClassName
{
color: #E06118;
}
</style>
background-color css
<style>
a { background-color: #E06118; }
a { background-color: rgb(224,97,24); }
div.DivClassName
{
background-color: #E06118;
}
.BgClassName
{
background-color: #E06118;
}
</style>
border-color css
<style>
span { border-color: #E06118; }
span { border-color: rgb(224,97,24); }
td.TdClassName
{
border-color: #E06118;
}
.TagClassName
{
border-color: #E06118;
}
</style>