Shades of Chocolate #E07217
Tints of Chocolate #E07217
RGB
CMYK
RGB Variations
Color information
#E07217 (or 0xE07217) is known color: Chocolate. HEX triplet: E0, 72 and 17. RGB value is (224,114,23). Sum of RGB (Red+Green+Blue) = 224+114+23=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E07217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07217 is #1F8DE8. Grayscale: #888888. Windows color (decimal): -2067945 or 1536736. OLE color: 1536736.
HSL color Cylindrical-coordinate representation of color #E07217: hue angle of 27.16º 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 #E07217 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 23 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.12 |
| HSL | 27.16º | 0.81% | 0.48% | - |
| HSV(B) | 27.16º | 0.9% | 0.88% | - |
| XYZ | 36.91 | 27.94 | 4.26 | - |
| YUV | 136.52 | 63.94 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 23 | 0 | 0.49 | 0.90 | 0.12 | 27.16 | 0.81 | 0.48 |
| Hex | E0 | 72 | 17 | 0 | 31 | 5A | C | 1B | 51 | 30 |
| Octal | 340 | 162 | 27 | 0 | 61 | 132 | 14 | 33 | 121 | 60 |
| Binary | 11100000 | 1110010 | 10111 | 0 | 110001 | 1011010 | 1100 | 11011 | 1010001 | 110000 |
Color Harmonies of #E07217
Complementary color
Monochromatic Colors of #E07217
Black with #E07217
Text Example
Text Example
White with #E07217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07217; }
p { color: rgb(224,114,23); }
H1.HeaderClassName
{
color: #E07217;
}
.AnyTagClassName
{
color: #E07217;
}
</style>
background-color css
<style>
a { background-color: #E07217; }
a { background-color: rgb(224,114,23); }
div.DivClassName
{
background-color: #E07217;
}
.BgClassName
{
background-color: #E07217;
}
</style>
border-color css
<style>
span { border-color: #E07217; }
span { border-color: rgb(224,114,23); }
td.TdClassName
{
border-color: #E07217;
}
.TagClassName
{
border-color: #E07217;
}
</style>