Shades of Chocolate #E06C1A
Tints of Chocolate #E06C1A
RGB
CMYK
RGB Variations
Color information
#E06C1A (or 0xE06C1A) is known color: Chocolate. HEX triplet: E0, 6C and 1A. RGB value is (224,108,26). Sum of RGB (Red+Green+Blue) = 224+108+26=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06C1A is #1F93E5. Grayscale: #858585. Windows color (decimal): -2069478 or 1731808. OLE color: 1731808.
HSL color Cylindrical-coordinate representation of color #E06C1A: hue angle of 24.85º degrees, saturation: 0.79, 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 #E06C1A is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 26 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.12 |
| HSL | 24.85º | 0.79% | 0.49% | - |
| HSV(B) | 24.85º | 0.88% | 0.88% | - |
| XYZ | 36.29 | 26.65 | 4.21 | - |
| YUV | 133.34 | 67.43 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 26 | 0 | 0.52 | 0.88 | 0.12 | 24.85 | 0.79 | 0.49 |
| Hex | E0 | 6C | 1A | 0 | 34 | 58 | C | 19 | 4F | 31 |
| Octal | 340 | 154 | 32 | 0 | 64 | 130 | 14 | 31 | 117 | 61 |
| Binary | 11100000 | 1101100 | 11010 | 0 | 110100 | 1011000 | 1100 | 11001 | 1001111 | 110001 |
Color Harmonies of #E06C1A
Complementary color
Monochromatic Colors of #E06C1A
Black with #E06C1A
Text Example
Text Example
White with #E06C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C1A; }
p { color: rgb(224,108,26); }
H1.HeaderClassName
{
color: #E06C1A;
}
.AnyTagClassName
{
color: #E06C1A;
}
</style>
background-color css
<style>
a { background-color: #E06C1A; }
a { background-color: rgb(224,108,26); }
div.DivClassName
{
background-color: #E06C1A;
}
.BgClassName
{
background-color: #E06C1A;
}
</style>
border-color css
<style>
span { border-color: #E06C1A; }
span { border-color: rgb(224,108,26); }
td.TdClassName
{
border-color: #E06C1A;
}
.TagClassName
{
border-color: #E06C1A;
}
</style>