Shades of Chocolate #E06D13
Tints of Chocolate #E06D13
RGB
CMYK
RGB Variations
Color information
#E06D13 (or 0xE06D13) is known color: Chocolate. HEX triplet: E0, 6D and 13. RGB value is (224,109,19). Sum of RGB (Red+Green+Blue) = 224+109+19=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06D13 is #1F92EC. Grayscale: #858585. Windows color (decimal): -2069229 or 1273312. OLE color: 1273312.
HSL color Cylindrical-coordinate representation of color #E06D13: hue angle of 26.34º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E06D13 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 19 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.12 |
| HSL | 26.34º | 0.84% | 0.48% | - |
| HSV(B) | 26.34º | 0.92% | 0.88% | - |
| XYZ | 36.33 | 26.83 | 3.88 | - |
| YUV | 133.13 | 63.6 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 19 | 0 | 0.51 | 0.92 | 0.12 | 26.34 | 0.84 | 0.48 |
| Hex | E0 | 6D | 13 | 0 | 33 | 5C | C | 1A | 54 | 30 |
| Octal | 340 | 155 | 23 | 0 | 63 | 134 | 14 | 32 | 124 | 60 |
| Binary | 11100000 | 1101101 | 10011 | 0 | 110011 | 1011100 | 1100 | 11010 | 1010100 | 110000 |
Color Harmonies of #E06D13
Complementary color
Monochromatic Colors of #E06D13
Black with #E06D13
Text Example
Text Example
White with #E06D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D13; }
p { color: rgb(224,109,19); }
H1.HeaderClassName
{
color: #E06D13;
}
.AnyTagClassName
{
color: #E06D13;
}
</style>
background-color css
<style>
a { background-color: #E06D13; }
a { background-color: rgb(224,109,19); }
div.DivClassName
{
background-color: #E06D13;
}
.BgClassName
{
background-color: #E06D13;
}
</style>
border-color css
<style>
span { border-color: #E06D13; }
span { border-color: rgb(224,109,19); }
td.TdClassName
{
border-color: #E06D13;
}
.TagClassName
{
border-color: #E06D13;
}
</style>