Shades of Harvest Gold #ECC266
Tints of Harvest Gold #ECC266
RGB
CMYK
RGB Variations
Color information
#ECC266 (or 0xECC266) is known color: Harvest Gold. HEX triplet: EC, C2 and 66. RGB value is (236,194,102). Sum of RGB (Red+Green+Blue) = 236+194+102=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC266 is #133D99. Grayscale: #C4C4C4. Windows color (decimal): -1260954 or 6734572. OLE color: 6734572.
HSL color Cylindrical-coordinate representation of color #ECC266: hue angle of 41.19º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ECC266 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 102 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.07 |
| HSL | 41.19º | 0.78% | 0.66% | - |
| HSV(B) | 41.19º | 0.57% | 0.93% | - |
| XYZ | 56.28 | 57.38 | 20.68 | - |
| YUV | 196.07 | 74.91 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 102 | 0 | 0.18 | 0.57 | 0.07 | 41.19 | 0.78 | 0.66 |
| Hex | EC | C2 | 66 | 0 | 12 | 39 | 7 | 29 | 4E | 42 |
| Octal | 354 | 302 | 146 | 0 | 22 | 71 | 7 | 51 | 116 | 102 |
| Binary | 11101100 | 11000010 | 1100110 | 0 | 10010 | 111001 | 111 | 101001 | 1001110 | 1000010 |
Color Harmonies of #ECC266
Complementary color
Monochromatic Colors of #ECC266
Black with #ECC266
Text Example
Text Example
White with #ECC266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC266; }
p { color: rgb(236,194,102); }
H1.HeaderClassName
{
color: #ECC266;
}
.AnyTagClassName
{
color: #ECC266;
}
</style>
background-color css
<style>
a { background-color: #ECC266; }
a { background-color: rgb(236,194,102); }
div.DivClassName
{
background-color: #ECC266;
}
.BgClassName
{
background-color: #ECC266;
}
</style>
border-color css
<style>
span { border-color: #ECC266; }
span { border-color: rgb(236,194,102); }
td.TdClassName
{
border-color: #ECC266;
}
.TagClassName
{
border-color: #ECC266;
}
</style>