Shades of Chocolate #E07516
Tints of Chocolate #E07516
RGB
CMYK
RGB Variations
Color information
#E07516 (or 0xE07516) is known color: Chocolate. HEX triplet: E0, 75 and 16. RGB value is (224,117,22). Sum of RGB (Red+Green+Blue) = 224+117+22=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E07516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07516 is #1F8AE9. Grayscale: #8A8A8A. Windows color (decimal): -2067178 or 1471968. OLE color: 1471968.
HSL color Cylindrical-coordinate representation of color #E07516: hue angle of 28.22º 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 #E07516 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 22 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.12 |
| HSL | 28.22º | 0.82% | 0.48% | - |
| HSV(B) | 28.22º | 0.9% | 0.88% | - |
| XYZ | 37.25 | 28.63 | 4.32 | - |
| YUV | 138.16 | 62.45 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 22 | 0 | 0.48 | 0.90 | 0.12 | 28.22 | 0.82 | 0.48 |
| Hex | E0 | 75 | 16 | 0 | 30 | 5A | C | 1C | 52 | 30 |
| Octal | 340 | 165 | 26 | 0 | 60 | 132 | 14 | 34 | 122 | 60 |
| Binary | 11100000 | 1110101 | 10110 | 0 | 110000 | 1011010 | 1100 | 11100 | 1010010 | 110000 |
Color Harmonies of #E07516
Complementary color
Monochromatic Colors of #E07516
Black with #E07516
Text Example
Text Example
White with #E07516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07516; }
p { color: rgb(224,117,22); }
H1.HeaderClassName
{
color: #E07516;
}
.AnyTagClassName
{
color: #E07516;
}
</style>
background-color css
<style>
a { background-color: #E07516; }
a { background-color: rgb(224,117,22); }
div.DivClassName
{
background-color: #E07516;
}
.BgClassName
{
background-color: #E07516;
}
</style>
border-color css
<style>
span { border-color: #E07516; }
span { border-color: rgb(224,117,22); }
td.TdClassName
{
border-color: #E07516;
}
.TagClassName
{
border-color: #E07516;
}
</style>