Shades of Chocolate #E06C1D
Tints of Chocolate #E06C1D
RGB
CMYK
RGB Variations
Color information
#E06C1D (or 0xE06C1D) is known color: Chocolate. HEX triplet: E0, 6C and 1D. RGB value is (224,108,29). Sum of RGB (Red+Green+Blue) = 224+108+29=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06C1D is #1F93E2. Grayscale: #868686. Windows color (decimal): -2069475 or 1928416. OLE color: 1928416.
HSL color Cylindrical-coordinate representation of color #E06C1D: hue angle of 24.31º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E06C1D is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 29 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.12 |
| HSL | 24.31º | 0.77% | 0.5% | - |
| HSV(B) | 24.31º | 0.87% | 0.88% | - |
| XYZ | 36.32 | 26.66 | 4.39 | - |
| YUV | 133.68 | 68.93 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 29 | 0 | 0.52 | 0.87 | 0.12 | 24.31 | 0.77 | 0.5 |
| Hex | E0 | 6C | 1D | 0 | 34 | 57 | C | 18 | 4D | 32 |
| Octal | 340 | 154 | 35 | 0 | 64 | 127 | 14 | 30 | 115 | 62 |
| Binary | 11100000 | 1101100 | 11101 | 0 | 110100 | 1010111 | 1100 | 11000 | 1001101 | 110010 |
Color Harmonies of #E06C1D
Complementary color
Monochromatic Colors of #E06C1D
Black with #E06C1D
Text Example
Text Example
White with #E06C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C1D; }
p { color: rgb(224,108,29); }
H1.HeaderClassName
{
color: #E06C1D;
}
.AnyTagClassName
{
color: #E06C1D;
}
</style>
background-color css
<style>
a { background-color: #E06C1D; }
a { background-color: rgb(224,108,29); }
div.DivClassName
{
background-color: #E06C1D;
}
.BgClassName
{
background-color: #E06C1D;
}
</style>
border-color css
<style>
span { border-color: #E06C1D; }
span { border-color: rgb(224,108,29); }
td.TdClassName
{
border-color: #E06C1D;
}
.TagClassName
{
border-color: #E06C1D;
}
</style>