Shades of Chocolate #E06C18
Tints of Chocolate #E06C18
RGB
CMYK
RGB Variations
Color information
#E06C18 (or 0xE06C18) is known color: Chocolate. HEX triplet: E0, 6C and 18. RGB value is (224,108,24). Sum of RGB (Red+Green+Blue) = 224+108+24=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06C18 is #1F93E7. Grayscale: #858585. Windows color (decimal): -2069480 or 1600736. OLE color: 1600736.
HSL color Cylindrical-coordinate representation of color #E06C18: hue angle of 25.2º 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 #E06C18 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 24 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.12 |
| HSL | 25.2º | 0.81% | 0.49% | - |
| HSV(B) | 25.2º | 0.89% | 0.88% | - |
| XYZ | 36.27 | 26.64 | 4.09 | - |
| YUV | 133.11 | 66.43 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 24 | 0 | 0.52 | 0.89 | 0.12 | 25.2 | 0.81 | 0.49 |
| Hex | E0 | 6C | 18 | 0 | 34 | 59 | C | 19 | 51 | 31 |
| Octal | 340 | 154 | 30 | 0 | 64 | 131 | 14 | 31 | 121 | 61 |
| Binary | 11100000 | 1101100 | 11000 | 0 | 110100 | 1011001 | 1100 | 11001 | 1010001 | 110001 |
Color Harmonies of #E06C18
Complementary color
Monochromatic Colors of #E06C18
Black with #E06C18
Text Example
Text Example
White with #E06C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C18; }
p { color: rgb(224,108,24); }
H1.HeaderClassName
{
color: #E06C18;
}
.AnyTagClassName
{
color: #E06C18;
}
</style>
background-color css
<style>
a { background-color: #E06C18; }
a { background-color: rgb(224,108,24); }
div.DivClassName
{
background-color: #E06C18;
}
.BgClassName
{
background-color: #E06C18;
}
</style>
border-color css
<style>
span { border-color: #E06C18; }
span { border-color: rgb(224,108,24); }
td.TdClassName
{
border-color: #E06C18;
}
.TagClassName
{
border-color: #E06C18;
}
</style>