Shades of Chocolate #E06B13
Tints of Chocolate #E06B13
RGB
CMYK
RGB Variations
Color information
#E06B13 (or 0xE06B13) is known color: Chocolate. HEX triplet: E0, 6B and 13. RGB value is (224,107,19). Sum of RGB (Red+Green+Blue) = 224+107+19=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06B13 is #1F94EC. Grayscale: #848484. Windows color (decimal): -2069741 or 1272800. OLE color: 1272800.
HSL color Cylindrical-coordinate representation of color #E06B13: hue angle of 25.76º 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 #E06B13 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 19 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.12 |
| HSL | 25.76º | 0.84% | 0.48% | - |
| HSV(B) | 25.76º | 0.92% | 0.88% | - |
| XYZ | 36.12 | 26.41 | 3.81 | - |
| YUV | 131.95 | 64.26 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 19 | 0 | 0.52 | 0.92 | 0.12 | 25.76 | 0.84 | 0.48 |
| Hex | E0 | 6B | 13 | 0 | 34 | 5C | C | 1A | 54 | 30 |
| Octal | 340 | 153 | 23 | 0 | 64 | 134 | 14 | 32 | 124 | 60 |
| Binary | 11100000 | 1101011 | 10011 | 0 | 110100 | 1011100 | 1100 | 11010 | 1010100 | 110000 |
Color Harmonies of #E06B13
Complementary color
Monochromatic Colors of #E06B13
Black with #E06B13
Text Example
Text Example
White with #E06B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B13; }
p { color: rgb(224,107,19); }
H1.HeaderClassName
{
color: #E06B13;
}
.AnyTagClassName
{
color: #E06B13;
}
</style>
background-color css
<style>
a { background-color: #E06B13; }
a { background-color: rgb(224,107,19); }
div.DivClassName
{
background-color: #E06B13;
}
.BgClassName
{
background-color: #E06B13;
}
</style>
border-color css
<style>
span { border-color: #E06B13; }
span { border-color: rgb(224,107,19); }
td.TdClassName
{
border-color: #E06B13;
}
.TagClassName
{
border-color: #E06B13;
}
</style>