Shades of Harvest Gold #ECC06E
Tints of Harvest Gold #ECC06E
RGB
CMYK
RGB Variations
Color information
#ECC06E (or 0xECC06E) is known color: Harvest Gold. HEX triplet: EC, C0 and 6E. RGB value is (236,192,110). Sum of RGB (Red+Green+Blue) = 236+192+110=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC06E is #133F91. Grayscale: #C4C4C4. Windows color (decimal): -1261458 or 7258348. OLE color: 7258348.
HSL color Cylindrical-coordinate representation of color #ECC06E: hue angle of 39.05º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECC06E is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 110 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.07 |
| HSL | 39.05º | 0.77% | 0.68% | - |
| HSV(B) | 39.05º | 0.53% | 0.93% | - |
| XYZ | 56.26 | 56.66 | 22.72 | - |
| YUV | 195.81 | 79.58 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 110 | 0 | 0.19 | 0.53 | 0.07 | 39.05 | 0.77 | 0.68 |
| Hex | EC | C0 | 6E | 0 | 13 | 35 | 7 | 27 | 4D | 44 |
| Octal | 354 | 300 | 156 | 0 | 23 | 65 | 7 | 47 | 115 | 104 |
| Binary | 11101100 | 11000000 | 1101110 | 0 | 10011 | 110101 | 111 | 100111 | 1001101 | 1000100 |
Color Harmonies of #ECC06E
Complementary color
Monochromatic Colors of #ECC06E
Black with #ECC06E
Text Example
Text Example
White with #ECC06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC06E; }
p { color: rgb(236,192,110); }
H1.HeaderClassName
{
color: #ECC06E;
}
.AnyTagClassName
{
color: #ECC06E;
}
</style>
background-color css
<style>
a { background-color: #ECC06E; }
a { background-color: rgb(236,192,110); }
div.DivClassName
{
background-color: #ECC06E;
}
.BgClassName
{
background-color: #ECC06E;
}
</style>
border-color css
<style>
span { border-color: #ECC06E; }
span { border-color: rgb(236,192,110); }
td.TdClassName
{
border-color: #ECC06E;
}
.TagClassName
{
border-color: #ECC06E;
}
</style>