Shades of Chocolate #E06613
Tints of Chocolate #E06613
RGB
CMYK
RGB Variations
Color information
#E06613 (or 0xE06613) is known color: Chocolate. HEX triplet: E0, 66 and 13. RGB value is (224,102,19). Sum of RGB (Red+Green+Blue) = 224+102+19=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E06613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06613 is #1F99EC. Grayscale: #818181. Windows color (decimal): -2071021 or 1271520. OLE color: 1271520.
HSL color Cylindrical-coordinate representation of color #E06613: hue angle of 24.29º 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 #E06613 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 19 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.12 |
| HSL | 24.29º | 0.84% | 0.48% | - |
| HSV(B) | 24.29º | 0.92% | 0.88% | - |
| XYZ | 35.61 | 25.4 | 3.64 | - |
| YUV | 129.02 | 65.92 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 19 | 0 | 0.54 | 0.92 | 0.12 | 24.29 | 0.84 | 0.48 |
| Hex | E0 | 66 | 13 | 0 | 36 | 5C | C | 18 | 54 | 30 |
| Octal | 340 | 146 | 23 | 0 | 66 | 134 | 14 | 30 | 124 | 60 |
| Binary | 11100000 | 1100110 | 10011 | 0 | 110110 | 1011100 | 1100 | 11000 | 1010100 | 110000 |
Color Harmonies of #E06613
Complementary color
Monochromatic Colors of #E06613
Black with #E06613
Text Example
Text Example
White with #E06613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06613; }
p { color: rgb(224,102,19); }
H1.HeaderClassName
{
color: #E06613;
}
.AnyTagClassName
{
color: #E06613;
}
</style>
background-color css
<style>
a { background-color: #E06613; }
a { background-color: rgb(224,102,19); }
div.DivClassName
{
background-color: #E06613;
}
.BgClassName
{
background-color: #E06613;
}
</style>
border-color css
<style>
span { border-color: #E06613; }
span { border-color: rgb(224,102,19); }
td.TdClassName
{
border-color: #E06613;
}
.TagClassName
{
border-color: #E06613;
}
</style>