Shades of Harvest Gold #ECC064
Tints of Harvest Gold #ECC064
RGB
CMYK
RGB Variations
Color information
#ECC064 (or 0xECC064) is known color: Harvest Gold. HEX triplet: EC, C0 and 64. RGB value is (236,192,100). Sum of RGB (Red+Green+Blue) = 236+192+100=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC064 is #133F9B. Grayscale: #C3C3C3. Windows color (decimal): -1261468 or 6602988. OLE color: 6602988.
HSL color Cylindrical-coordinate representation of color #ECC064: hue angle of 40.59º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECC064 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 100 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.07 |
| HSL | 40.59º | 0.78% | 0.66% | - |
| HSV(B) | 40.59º | 0.58% | 0.93% | - |
| XYZ | 55.74 | 56.45 | 20.02 | - |
| YUV | 194.67 | 74.58 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 100 | 0 | 0.19 | 0.58 | 0.07 | 40.59 | 0.78 | 0.66 |
| Hex | EC | C0 | 64 | 0 | 13 | 3A | 7 | 29 | 4E | 42 |
| Octal | 354 | 300 | 144 | 0 | 23 | 72 | 7 | 51 | 116 | 102 |
| Binary | 11101100 | 11000000 | 1100100 | 0 | 10011 | 111010 | 111 | 101001 | 1001110 | 1000010 |
Color Harmonies of #ECC064
Complementary color
Monochromatic Colors of #ECC064
Black with #ECC064
Text Example
Text Example
White with #ECC064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC064; }
p { color: rgb(236,192,100); }
H1.HeaderClassName
{
color: #ECC064;
}
.AnyTagClassName
{
color: #ECC064;
}
</style>
background-color css
<style>
a { background-color: #ECC064; }
a { background-color: rgb(236,192,100); }
div.DivClassName
{
background-color: #ECC064;
}
.BgClassName
{
background-color: #ECC064;
}
</style>
border-color css
<style>
span { border-color: #ECC064; }
span { border-color: rgb(236,192,100); }
td.TdClassName
{
border-color: #ECC064;
}
.TagClassName
{
border-color: #ECC064;
}
</style>