Shades of Chocolate #E07315
Tints of Chocolate #E07315
RGB
CMYK
RGB Variations
Color information
#E07315 (or 0xE07315) is known color: Chocolate. HEX triplet: E0, 73 and 15. RGB value is (224,115,21). Sum of RGB (Red+Green+Blue) = 224+115+21=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E07315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07315 is #1F8CEA. Grayscale: #898989. Windows color (decimal): -2067691 or 1405920. OLE color: 1405920.
HSL color Cylindrical-coordinate representation of color #E07315: hue angle of 27.78º 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 #E07315 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 21 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.12 |
| HSL | 27.78º | 0.83% | 0.48% | - |
| HSV(B) | 27.78º | 0.91% | 0.88% | - |
| XYZ | 37.01 | 28.16 | 4.19 | - |
| YUV | 136.88 | 62.61 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 21 | 0 | 0.49 | 0.91 | 0.12 | 27.78 | 0.83 | 0.48 |
| Hex | E0 | 73 | 15 | 0 | 31 | 5B | C | 1C | 53 | 30 |
| Octal | 340 | 163 | 25 | 0 | 61 | 133 | 14 | 34 | 123 | 60 |
| Binary | 11100000 | 1110011 | 10101 | 0 | 110001 | 1011011 | 1100 | 11100 | 1010011 | 110000 |
Color Harmonies of #E07315
Complementary color
Monochromatic Colors of #E07315
Black with #E07315
Text Example
Text Example
White with #E07315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07315; }
p { color: rgb(224,115,21); }
H1.HeaderClassName
{
color: #E07315;
}
.AnyTagClassName
{
color: #E07315;
}
</style>
background-color css
<style>
a { background-color: #E07315; }
a { background-color: rgb(224,115,21); }
div.DivClassName
{
background-color: #E07315;
}
.BgClassName
{
background-color: #E07315;
}
</style>
border-color css
<style>
span { border-color: #E07315; }
span { border-color: rgb(224,115,21); }
td.TdClassName
{
border-color: #E07315;
}
.TagClassName
{
border-color: #E07315;
}
</style>