Shades of Chocolate #E06312
Tints of Chocolate #E06312
RGB
CMYK
RGB Variations
Color information
#E06312 (or 0xE06312) is known color: Chocolate. HEX triplet: E0, 63 and 12. RGB value is (224,99,18). Sum of RGB (Red+Green+Blue) = 224+99+18=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E06312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06312 is #1F9CED. Grayscale: #7F7F7F. Windows color (decimal): -2071790 or 1205216. OLE color: 1205216.
HSL color Cylindrical-coordinate representation of color #E06312: hue angle of 23.59º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E06312 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 18 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.12 |
| HSL | 23.59º | 0.85% | 0.47% | - |
| HSV(B) | 23.59º | 0.92% | 0.88% | - |
| XYZ | 35.31 | 24.81 | 3.5 | - |
| YUV | 127.14 | 66.41 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 18 | 0 | 0.56 | 0.92 | 0.12 | 23.59 | 0.85 | 0.47 |
| Hex | E0 | 63 | 12 | 0 | 38 | 5C | C | 18 | 55 | 2F |
| Octal | 340 | 143 | 22 | 0 | 70 | 134 | 14 | 30 | 125 | 57 |
| Binary | 11100000 | 1100011 | 10010 | 0 | 111000 | 1011100 | 1100 | 11000 | 1010101 | 101111 |
Color Harmonies of #E06312
Complementary color
Monochromatic Colors of #E06312
Black with #E06312
Text Example
Text Example
White with #E06312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06312; }
p { color: rgb(224,99,18); }
H1.HeaderClassName
{
color: #E06312;
}
.AnyTagClassName
{
color: #E06312;
}
</style>
background-color css
<style>
a { background-color: #E06312; }
a { background-color: rgb(224,99,18); }
div.DivClassName
{
background-color: #E06312;
}
.BgClassName
{
background-color: #E06312;
}
</style>
border-color css
<style>
span { border-color: #E06312; }
span { border-color: rgb(224,99,18); }
td.TdClassName
{
border-color: #E06312;
}
.TagClassName
{
border-color: #E06312;
}
</style>