Shades of Chocolate #E06F14
Tints of Chocolate #E06F14
RGB
CMYK
RGB Variations
Color information
#E06F14 (or 0xE06F14) is known color: Chocolate. HEX triplet: E0, 6F and 14. RGB value is (224,111,20). Sum of RGB (Red+Green+Blue) = 224+111+20=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06F14 is #1F90EB. Grayscale: #868686. Windows color (decimal): -2068716 or 1339360. OLE color: 1339360.
HSL color Cylindrical-coordinate representation of color #E06F14: hue angle of 26.76º 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 #E06F14 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 20 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.12 |
| HSL | 26.76º | 0.84% | 0.48% | - |
| HSV(B) | 26.76º | 0.91% | 0.88% | - |
| XYZ | 36.55 | 27.27 | 4 | - |
| YUV | 134.41 | 63.44 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 20 | 0 | 0.50 | 0.91 | 0.12 | 26.76 | 0.84 | 0.48 |
| Hex | E0 | 6F | 14 | 0 | 32 | 5B | C | 1B | 54 | 30 |
| Octal | 340 | 157 | 24 | 0 | 62 | 133 | 14 | 33 | 124 | 60 |
| Binary | 11100000 | 1101111 | 10100 | 0 | 110010 | 1011011 | 1100 | 11011 | 1010100 | 110000 |
Color Harmonies of #E06F14
Complementary color
Monochromatic Colors of #E06F14
Black with #E06F14
Text Example
Text Example
White with #E06F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F14; }
p { color: rgb(224,111,20); }
H1.HeaderClassName
{
color: #E06F14;
}
.AnyTagClassName
{
color: #E06F14;
}
</style>
background-color css
<style>
a { background-color: #E06F14; }
a { background-color: rgb(224,111,20); }
div.DivClassName
{
background-color: #E06F14;
}
.BgClassName
{
background-color: #E06F14;
}
</style>
border-color css
<style>
span { border-color: #E06F14; }
span { border-color: rgb(224,111,20); }
td.TdClassName
{
border-color: #E06F14;
}
.TagClassName
{
border-color: #E06F14;
}
</style>