Shades of Chocolate #E06316
Tints of Chocolate #E06316
RGB
CMYK
RGB Variations
Color information
#E06316 (or 0xE06316) is known color: Chocolate. HEX triplet: E0, 63 and 16. RGB value is (224,99,22). Sum of RGB (Red+Green+Blue) = 224+99+22=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E06316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06316 is #1F9CE9. Grayscale: #808080. Windows color (decimal): -2071786 or 1467360. OLE color: 1467360.
HSL color Cylindrical-coordinate representation of color #E06316: hue angle of 22.87º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E06316 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 22 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.12 |
| HSL | 22.87º | 0.82% | 0.48% | - |
| HSV(B) | 22.87º | 0.9% | 0.88% | - |
| XYZ | 35.35 | 24.83 | 3.69 | - |
| YUV | 127.6 | 68.41 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 22 | 0 | 0.56 | 0.90 | 0.12 | 22.87 | 0.82 | 0.48 |
| Hex | E0 | 63 | 16 | 0 | 38 | 5A | C | 17 | 52 | 30 |
| Octal | 340 | 143 | 26 | 0 | 70 | 132 | 14 | 27 | 122 | 60 |
| Binary | 11100000 | 1100011 | 10110 | 0 | 111000 | 1011010 | 1100 | 10111 | 1010010 | 110000 |
Color Harmonies of #E06316
Complementary color
Monochromatic Colors of #E06316
Black with #E06316
Text Example
Text Example
White with #E06316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06316; }
p { color: rgb(224,99,22); }
H1.HeaderClassName
{
color: #E06316;
}
.AnyTagClassName
{
color: #E06316;
}
</style>
background-color css
<style>
a { background-color: #E06316; }
a { background-color: rgb(224,99,22); }
div.DivClassName
{
background-color: #E06316;
}
.BgClassName
{
background-color: #E06316;
}
</style>
border-color css
<style>
span { border-color: #E06316; }
span { border-color: rgb(224,99,22); }
td.TdClassName
{
border-color: #E06316;
}
.TagClassName
{
border-color: #E06316;
}
</style>