Shades of Chocolate #E06915
Tints of Chocolate #E06915
RGB
CMYK
RGB Variations
Color information
#E06915 (or 0xE06915) is known color: Chocolate. HEX triplet: E0, 69 and 15. RGB value is (224,105,21). Sum of RGB (Red+Green+Blue) = 224+105+21=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E06915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06915 is #1F96EA. Grayscale: #838383. Windows color (decimal): -2070251 or 1403360. OLE color: 1403360.
HSL color Cylindrical-coordinate representation of color #E06915: hue angle of 24.83º 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 #E06915 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 21 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.12 |
| HSL | 24.83º | 0.83% | 0.48% | - |
| HSV(B) | 24.83º | 0.91% | 0.88% | - |
| XYZ | 35.93 | 26 | 3.84 | - |
| YUV | 131.01 | 65.92 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 21 | 0 | 0.53 | 0.91 | 0.12 | 24.83 | 0.83 | 0.48 |
| Hex | E0 | 69 | 15 | 0 | 35 | 5B | C | 19 | 53 | 30 |
| Octal | 340 | 151 | 25 | 0 | 65 | 133 | 14 | 31 | 123 | 60 |
| Binary | 11100000 | 1101001 | 10101 | 0 | 110101 | 1011011 | 1100 | 11001 | 1010011 | 110000 |
Color Harmonies of #E06915
Complementary color
Monochromatic Colors of #E06915
Black with #E06915
Text Example
Text Example
White with #E06915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06915; }
p { color: rgb(224,105,21); }
H1.HeaderClassName
{
color: #E06915;
}
.AnyTagClassName
{
color: #E06915;
}
</style>
background-color css
<style>
a { background-color: #E06915; }
a { background-color: rgb(224,105,21); }
div.DivClassName
{
background-color: #E06915;
}
.BgClassName
{
background-color: #E06915;
}
</style>
border-color css
<style>
span { border-color: #E06915; }
span { border-color: rgb(224,105,21); }
td.TdClassName
{
border-color: #E06915;
}
.TagClassName
{
border-color: #E06915;
}
</style>