Shades of Chocolate #E07417
Tints of Chocolate #E07417
RGB
CMYK
RGB Variations
Color information
#E07417 (or 0xE07417) is known color: Chocolate. HEX triplet: E0, 74 and 17. RGB value is (224,116,23). Sum of RGB (Red+Green+Blue) = 224+116+23=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E07417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07417 is #1F8BE8. Grayscale: #8A8A8A. Windows color (decimal): -2067433 or 1537248. OLE color: 1537248.
HSL color Cylindrical-coordinate representation of color #E07417: hue angle of 27.76º degrees, saturation: 0.81, 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 #E07417 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 23 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.12 |
| HSL | 27.76º | 0.81% | 0.48% | - |
| HSV(B) | 27.76º | 0.9% | 0.88% | - |
| XYZ | 37.14 | 28.4 | 4.33 | - |
| YUV | 137.69 | 63.28 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 23 | 0 | 0.48 | 0.90 | 0.12 | 27.76 | 0.81 | 0.48 |
| Hex | E0 | 74 | 17 | 0 | 30 | 5A | C | 1C | 51 | 30 |
| Octal | 340 | 164 | 27 | 0 | 60 | 132 | 14 | 34 | 121 | 60 |
| Binary | 11100000 | 1110100 | 10111 | 0 | 110000 | 1011010 | 1100 | 11100 | 1010001 | 110000 |
Color Harmonies of #E07417
Complementary color
Monochromatic Colors of #E07417
Black with #E07417
Text Example
Text Example
White with #E07417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07417; }
p { color: rgb(224,116,23); }
H1.HeaderClassName
{
color: #E07417;
}
.AnyTagClassName
{
color: #E07417;
}
</style>
background-color css
<style>
a { background-color: #E07417; }
a { background-color: rgb(224,116,23); }
div.DivClassName
{
background-color: #E07417;
}
.BgClassName
{
background-color: #E07417;
}
</style>
border-color css
<style>
span { border-color: #E07417; }
span { border-color: rgb(224,116,23); }
td.TdClassName
{
border-color: #E07417;
}
.TagClassName
{
border-color: #E07417;
}
</style>