Shades of Chocolate #E06C14
Tints of Chocolate #E06C14
RGB
CMYK
RGB Variations
Color information
#E06C14 (or 0xE06C14) is known color: Chocolate. HEX triplet: E0, 6C and 14. RGB value is (224,108,20). Sum of RGB (Red+Green+Blue) = 224+108+20=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06C14 is #1F93EB. Grayscale: #858585. Windows color (decimal): -2069484 or 1338592. OLE color: 1338592.
HSL color Cylindrical-coordinate representation of color #E06C14: hue angle of 25.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E06C14 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 20 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.12 |
| HSL | 25.88º | 0.84% | 0.48% | - |
| HSV(B) | 25.88º | 0.91% | 0.88% | - |
| XYZ | 36.23 | 26.62 | 3.89 | - |
| YUV | 132.65 | 64.43 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 20 | 0 | 0.52 | 0.91 | 0.12 | 25.88 | 0.84 | 0.48 |
| Hex | E0 | 6C | 14 | 0 | 34 | 5B | C | 1A | 54 | 30 |
| Octal | 340 | 154 | 24 | 0 | 64 | 133 | 14 | 32 | 124 | 60 |
| Binary | 11100000 | 1101100 | 10100 | 0 | 110100 | 1011011 | 1100 | 11010 | 1010100 | 110000 |
Color Harmonies of #E06C14
Complementary color
Monochromatic Colors of #E06C14
Black with #E06C14
Text Example
Text Example
White with #E06C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C14; }
p { color: rgb(224,108,20); }
H1.HeaderClassName
{
color: #E06C14;
}
.AnyTagClassName
{
color: #E06C14;
}
</style>
background-color css
<style>
a { background-color: #E06C14; }
a { background-color: rgb(224,108,20); }
div.DivClassName
{
background-color: #E06C14;
}
.BgClassName
{
background-color: #E06C14;
}
</style>
border-color css
<style>
span { border-color: #E06C14; }
span { border-color: rgb(224,108,20); }
td.TdClassName
{
border-color: #E06C14;
}
.TagClassName
{
border-color: #E06C14;
}
</style>