Shades of Chocolate #E06E1C
Tints of Chocolate #E06E1C
RGB
CMYK
RGB Variations
Color information
#E06E1C (or 0xE06E1C) is known color: Chocolate. HEX triplet: E0, 6E and 1C. RGB value is (224,110,28). Sum of RGB (Red+Green+Blue) = 224+110+28=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06E1C is #1F91E3. Grayscale: #878787. Windows color (decimal): -2068964 or 1863392. OLE color: 1863392.
HSL color Cylindrical-coordinate representation of color #E06E1C: hue angle of 25.1º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E06E1C is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 28 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.12 |
| HSL | 25.1º | 0.78% | 0.49% | - |
| HSV(B) | 25.1º | 0.88% | 0.88% | - |
| XYZ | 36.53 | 27.08 | 4.4 | - |
| YUV | 134.74 | 67.77 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 28 | 0 | 0.51 | 0.88 | 0.12 | 25.1 | 0.78 | 0.49 |
| Hex | E0 | 6E | 1C | 0 | 33 | 58 | C | 19 | 4E | 31 |
| Octal | 340 | 156 | 34 | 0 | 63 | 130 | 14 | 31 | 116 | 61 |
| Binary | 11100000 | 1101110 | 11100 | 0 | 110011 | 1011000 | 1100 | 11001 | 1001110 | 110001 |
Color Harmonies of #E06E1C
Complementary color
Monochromatic Colors of #E06E1C
Black with #E06E1C
Text Example
Text Example
White with #E06E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E1C; }
p { color: rgb(224,110,28); }
H1.HeaderClassName
{
color: #E06E1C;
}
.AnyTagClassName
{
color: #E06E1C;
}
</style>
background-color css
<style>
a { background-color: #E06E1C; }
a { background-color: rgb(224,110,28); }
div.DivClassName
{
background-color: #E06E1C;
}
.BgClassName
{
background-color: #E06E1C;
}
</style>
border-color css
<style>
span { border-color: #E06E1C; }
span { border-color: rgb(224,110,28); }
td.TdClassName
{
border-color: #E06E1C;
}
.TagClassName
{
border-color: #E06E1C;
}
</style>