Shades of Chocolate #E06215
Tints of Chocolate #E06215
RGB
CMYK
RGB Variations
Color information
#E06215 (or 0xE06215) is known color: Chocolate. HEX triplet: E0, 62 and 15. RGB value is (224,98,21). Sum of RGB (Red+Green+Blue) = 224+98+21=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E06215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06215 is #1F9DEA. Grayscale: #7F7F7F. Windows color (decimal): -2072043 or 1401568. OLE color: 1401568.
HSL color Cylindrical-coordinate representation of color #E06215: hue angle of 22.76º 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 #E06215 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 21 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.12 |
| HSL | 22.76º | 0.83% | 0.48% | - |
| HSV(B) | 22.76º | 0.91% | 0.88% | - |
| XYZ | 35.24 | 24.64 | 3.61 | - |
| YUV | 126.9 | 68.24 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 21 | 0 | 0.56 | 0.91 | 0.12 | 22.76 | 0.83 | 0.48 |
| Hex | E0 | 62 | 15 | 0 | 38 | 5B | C | 17 | 53 | 30 |
| Octal | 340 | 142 | 25 | 0 | 70 | 133 | 14 | 27 | 123 | 60 |
| Binary | 11100000 | 1100010 | 10101 | 0 | 111000 | 1011011 | 1100 | 10111 | 1010011 | 110000 |
Color Harmonies of #E06215
Complementary color
Monochromatic Colors of #E06215
Black with #E06215
Text Example
Text Example
White with #E06215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06215; }
p { color: rgb(224,98,21); }
H1.HeaderClassName
{
color: #E06215;
}
.AnyTagClassName
{
color: #E06215;
}
</style>
background-color css
<style>
a { background-color: #E06215; }
a { background-color: rgb(224,98,21); }
div.DivClassName
{
background-color: #E06215;
}
.BgClassName
{
background-color: #E06215;
}
</style>
border-color css
<style>
span { border-color: #E06215; }
span { border-color: rgb(224,98,21); }
td.TdClassName
{
border-color: #E06215;
}
.TagClassName
{
border-color: #E06215;
}
</style>