Shades of Chocolate #E06F17
Tints of Chocolate #E06F17
RGB
CMYK
RGB Variations
Color information
#E06F17 (or 0xE06F17) is known color: Chocolate. HEX triplet: E0, 6F and 17. RGB value is (224,111,23). Sum of RGB (Red+Green+Blue) = 224+111+23=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06F17 is #1F90E8. Grayscale: #878787. Windows color (decimal): -2068713 or 1535968. OLE color: 1535968.
HSL color Cylindrical-coordinate representation of color #E06F17: hue angle of 26.27º 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 #E06F17 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 23 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.12 |
| HSL | 26.27º | 0.81% | 0.48% | - |
| HSV(B) | 26.27º | 0.9% | 0.88% | - |
| XYZ | 36.58 | 27.28 | 4.15 | - |
| YUV | 134.76 | 64.94 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 23 | 0 | 0.50 | 0.90 | 0.12 | 26.27 | 0.81 | 0.48 |
| Hex | E0 | 6F | 17 | 0 | 32 | 5A | C | 1A | 51 | 30 |
| Octal | 340 | 157 | 27 | 0 | 62 | 132 | 14 | 32 | 121 | 60 |
| Binary | 11100000 | 1101111 | 10111 | 0 | 110010 | 1011010 | 1100 | 11010 | 1010001 | 110000 |
Color Harmonies of #E06F17
Complementary color
Monochromatic Colors of #E06F17
Black with #E06F17
Text Example
Text Example
White with #E06F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F17; }
p { color: rgb(224,111,23); }
H1.HeaderClassName
{
color: #E06F17;
}
.AnyTagClassName
{
color: #E06F17;
}
</style>
background-color css
<style>
a { background-color: #E06F17; }
a { background-color: rgb(224,111,23); }
div.DivClassName
{
background-color: #E06F17;
}
.BgClassName
{
background-color: #E06F17;
}
</style>
border-color css
<style>
span { border-color: #E06F17; }
span { border-color: rgb(224,111,23); }
td.TdClassName
{
border-color: #E06F17;
}
.TagClassName
{
border-color: #E06F17;
}
</style>