Shades of Chocolate #E07415
Tints of Chocolate #E07415
RGB
CMYK
RGB Variations
Color information
#E07415 (or 0xE07415) is known color: Chocolate. HEX triplet: E0, 74 and 15. RGB value is (224,116,21). Sum of RGB (Red+Green+Blue) = 224+116+21=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E07415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07415 is #1F8BEA. Grayscale: #898989. Windows color (decimal): -2067435 or 1406176. OLE color: 1406176.
HSL color Cylindrical-coordinate representation of color #E07415: hue angle of 28.08º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E07415 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 116 | 21 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.12 |
| HSL | 28.08º | 0.83% | 0.48% | - |
| HSV(B) | 28.08º | 0.91% | 0.88% | - |
| XYZ | 37.12 | 28.39 | 4.23 | - |
| YUV | 137.46 | 62.28 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 21 | 0 | 0.48 | 0.91 | 0.12 | 28.08 | 0.83 | 0.48 |
| Hex | E0 | 74 | 15 | 0 | 30 | 5B | C | 1C | 53 | 30 |
| Octal | 340 | 164 | 25 | 0 | 60 | 133 | 14 | 34 | 123 | 60 |
| Binary | 11100000 | 1110100 | 10101 | 0 | 110000 | 1011011 | 1100 | 11100 | 1010011 | 110000 |
Color Harmonies of #E07415
Complementary color
Monochromatic Colors of #E07415
Black with #E07415
Text Example
Text Example
White with #E07415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07415; }
p { color: rgb(224,116,21); }
H1.HeaderClassName
{
color: #E07415;
}
.AnyTagClassName
{
color: #E07415;
}
</style>
background-color css
<style>
a { background-color: #E07415; }
a { background-color: rgb(224,116,21); }
div.DivClassName
{
background-color: #E07415;
}
.BgClassName
{
background-color: #E07415;
}
</style>
border-color css
<style>
span { border-color: #E07415; }
span { border-color: rgb(224,116,21); }
td.TdClassName
{
border-color: #E07415;
}
.TagClassName
{
border-color: #E07415;
}
</style>