Shades of Chocolate #E06A18
Tints of Chocolate #E06A18
RGB
CMYK
RGB Variations
Color information
#E06A18 (or 0xE06A18) is known color: Chocolate. HEX triplet: E0, 6A and 18. RGB value is (224,106,24). Sum of RGB (Red+Green+Blue) = 224+106+24=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06A18 is #1F95E7. Grayscale: #848484. Windows color (decimal): -2069992 or 1600224. OLE color: 1600224.
HSL color Cylindrical-coordinate representation of color #E06A18: hue angle of 24.6º 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 #E06A18 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 24 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.12 |
| HSL | 24.6º | 0.81% | 0.49% | - |
| HSV(B) | 24.6º | 0.89% | 0.88% | - |
| XYZ | 36.06 | 26.22 | 4.02 | - |
| YUV | 131.93 | 67.09 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 24 | 0 | 0.53 | 0.89 | 0.12 | 24.6 | 0.81 | 0.49 |
| Hex | E0 | 6A | 18 | 0 | 35 | 59 | C | 19 | 51 | 31 |
| Octal | 340 | 152 | 30 | 0 | 65 | 131 | 14 | 31 | 121 | 61 |
| Binary | 11100000 | 1101010 | 11000 | 0 | 110101 | 1011001 | 1100 | 11001 | 1010001 | 110001 |
Color Harmonies of #E06A18
Complementary color
Monochromatic Colors of #E06A18
Black with #E06A18
Text Example
Text Example
White with #E06A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06A18; }
p { color: rgb(224,106,24); }
H1.HeaderClassName
{
color: #E06A18;
}
.AnyTagClassName
{
color: #E06A18;
}
</style>
background-color css
<style>
a { background-color: #E06A18; }
a { background-color: rgb(224,106,24); }
div.DivClassName
{
background-color: #E06A18;
}
.BgClassName
{
background-color: #E06A18;
}
</style>
border-color css
<style>
span { border-color: #E06A18; }
span { border-color: rgb(224,106,24); }
td.TdClassName
{
border-color: #E06A18;
}
.TagClassName
{
border-color: #E06A18;
}
</style>