Shades of Chocolate #E07219
Tints of Chocolate #E07219
RGB
CMYK
RGB Variations
Color information
#E07219 (or 0xE07219) is known color: Chocolate. HEX triplet: E0, 72 and 19. RGB value is (224,114,25). Sum of RGB (Red+Green+Blue) = 224+114+25=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E07219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07219 is #1F8DE6. Grayscale: #898989. Windows color (decimal): -2067943 or 1667808. OLE color: 1667808.
HSL color Cylindrical-coordinate representation of color #E07219: hue angle of 26.83º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E07219 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 25 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.12 |
| HSL | 26.83º | 0.8% | 0.49% | - |
| HSV(B) | 26.83º | 0.89% | 0.88% | - |
| XYZ | 36.93 | 27.95 | 4.37 | - |
| YUV | 136.74 | 64.94 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 25 | 0 | 0.49 | 0.89 | 0.12 | 26.83 | 0.8 | 0.49 |
| Hex | E0 | 72 | 19 | 0 | 31 | 59 | C | 1B | 50 | 31 |
| Octal | 340 | 162 | 31 | 0 | 61 | 131 | 14 | 33 | 120 | 61 |
| Binary | 11100000 | 1110010 | 11001 | 0 | 110001 | 1011001 | 1100 | 11011 | 1010000 | 110001 |
Color Harmonies of #E07219
Complementary color
Monochromatic Colors of #E07219
Black with #E07219
Text Example
Text Example
White with #E07219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07219; }
p { color: rgb(224,114,25); }
H1.HeaderClassName
{
color: #E07219;
}
.AnyTagClassName
{
color: #E07219;
}
</style>
background-color css
<style>
a { background-color: #E07219; }
a { background-color: rgb(224,114,25); }
div.DivClassName
{
background-color: #E07219;
}
.BgClassName
{
background-color: #E07219;
}
</style>
border-color css
<style>
span { border-color: #E07219; }
span { border-color: rgb(224,114,25); }
td.TdClassName
{
border-color: #E07219;
}
.TagClassName
{
border-color: #E07219;
}
</style>