Shades of Chocolate #E06713
Tints of Chocolate #E06713
RGB
CMYK
RGB Variations
Color information
#E06713 (or 0xE06713) is known color: Chocolate. HEX triplet: E0, 67 and 13. RGB value is (224,103,19). Sum of RGB (Red+Green+Blue) = 224+103+19=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E06713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06713 is #1F98EC. Grayscale: #828282. Windows color (decimal): -2070765 or 1271776. OLE color: 1271776.
HSL color Cylindrical-coordinate representation of color #E06713: hue angle of 24.59º 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 #E06713 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 19 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.12 |
| HSL | 24.59º | 0.84% | 0.48% | - |
| HSV(B) | 24.59º | 0.92% | 0.88% | - |
| XYZ | 35.71 | 25.59 | 3.67 | - |
| YUV | 129.6 | 65.59 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 19 | 0 | 0.54 | 0.92 | 0.12 | 24.59 | 0.84 | 0.48 |
| Hex | E0 | 67 | 13 | 0 | 36 | 5C | C | 19 | 54 | 30 |
| Octal | 340 | 147 | 23 | 0 | 66 | 134 | 14 | 31 | 124 | 60 |
| Binary | 11100000 | 1100111 | 10011 | 0 | 110110 | 1011100 | 1100 | 11001 | 1010100 | 110000 |
Color Harmonies of #E06713
Complementary color
Monochromatic Colors of #E06713
Black with #E06713
Text Example
Text Example
White with #E06713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06713; }
p { color: rgb(224,103,19); }
H1.HeaderClassName
{
color: #E06713;
}
.AnyTagClassName
{
color: #E06713;
}
</style>
background-color css
<style>
a { background-color: #E06713; }
a { background-color: rgb(224,103,19); }
div.DivClassName
{
background-color: #E06713;
}
.BgClassName
{
background-color: #E06713;
}
</style>
border-color css
<style>
span { border-color: #E06713; }
span { border-color: rgb(224,103,19); }
td.TdClassName
{
border-color: #E06713;
}
.TagClassName
{
border-color: #E06713;
}
</style>