Shades of Chocolate #E06D17
Tints of Chocolate #E06D17
RGB
CMYK
RGB Variations
Color information
#E06D17 (or 0xE06D17) is known color: Chocolate. HEX triplet: E0, 6D and 17. RGB value is (224,109,23). Sum of RGB (Red+Green+Blue) = 224+109+23=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06D17 is #1F92E8. Grayscale: #868686. Windows color (decimal): -2069225 or 1535456. OLE color: 1535456.
HSL color Cylindrical-coordinate representation of color #E06D17: hue angle of 25.67º 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 #E06D17 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 23 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.12 |
| HSL | 25.67º | 0.81% | 0.48% | - |
| HSV(B) | 25.67º | 0.9% | 0.88% | - |
| XYZ | 36.36 | 26.85 | 4.08 | - |
| YUV | 133.58 | 65.6 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 23 | 0 | 0.51 | 0.90 | 0.12 | 25.67 | 0.81 | 0.48 |
| Hex | E0 | 6D | 17 | 0 | 33 | 5A | C | 1A | 51 | 30 |
| Octal | 340 | 155 | 27 | 0 | 63 | 132 | 14 | 32 | 121 | 60 |
| Binary | 11100000 | 1101101 | 10111 | 0 | 110011 | 1011010 | 1100 | 11010 | 1010001 | 110000 |
Color Harmonies of #E06D17
Complementary color
Monochromatic Colors of #E06D17
Black with #E06D17
Text Example
Text Example
White with #E06D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D17; }
p { color: rgb(224,109,23); }
H1.HeaderClassName
{
color: #E06D17;
}
.AnyTagClassName
{
color: #E06D17;
}
</style>
background-color css
<style>
a { background-color: #E06D17; }
a { background-color: rgb(224,109,23); }
div.DivClassName
{
background-color: #E06D17;
}
.BgClassName
{
background-color: #E06D17;
}
</style>
border-color css
<style>
span { border-color: #E06D17; }
span { border-color: rgb(224,109,23); }
td.TdClassName
{
border-color: #E06D17;
}
.TagClassName
{
border-color: #E06D17;
}
</style>