Shades of Chocolate #E06C17
Tints of Chocolate #E06C17
RGB
CMYK
RGB Variations
Color information
#E06C17 (or 0xE06C17) is known color: Chocolate. HEX triplet: E0, 6C and 17. RGB value is (224,108,23). Sum of RGB (Red+Green+Blue) = 224+108+23=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06C17 is #1F93E8. Grayscale: #858585. Windows color (decimal): -2069481 or 1535200. OLE color: 1535200.
HSL color Cylindrical-coordinate representation of color #E06C17: hue angle of 25.37º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E06C17 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 23 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.12 |
| HSL | 25.37º | 0.81% | 0.48% | - |
| HSV(B) | 25.37º | 0.9% | 0.88% | - |
| XYZ | 36.26 | 26.63 | 4.04 | - |
| YUV | 132.99 | 65.93 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 23 | 0 | 0.52 | 0.90 | 0.12 | 25.37 | 0.81 | 0.48 |
| Hex | E0 | 6C | 17 | 0 | 34 | 5A | C | 19 | 51 | 30 |
| Octal | 340 | 154 | 27 | 0 | 64 | 132 | 14 | 31 | 121 | 60 |
| Binary | 11100000 | 1101100 | 10111 | 0 | 110100 | 1011010 | 1100 | 11001 | 1010001 | 110000 |
Color Harmonies of #E06C17
Complementary color
Monochromatic Colors of #E06C17
Black with #E06C17
Text Example
Text Example
White with #E06C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C17; }
p { color: rgb(224,108,23); }
H1.HeaderClassName
{
color: #E06C17;
}
.AnyTagClassName
{
color: #E06C17;
}
</style>
background-color css
<style>
a { background-color: #E06C17; }
a { background-color: rgb(224,108,23); }
div.DivClassName
{
background-color: #E06C17;
}
.BgClassName
{
background-color: #E06C17;
}
</style>
border-color css
<style>
span { border-color: #E06C17; }
span { border-color: rgb(224,108,23); }
td.TdClassName
{
border-color: #E06C17;
}
.TagClassName
{
border-color: #E06C17;
}
</style>