Shades of Harvest Gold #ECC26E
Tints of Harvest Gold #ECC26E
RGB
CMYK
RGB Variations
Color information
#ECC26E (or 0xECC26E) is known color: Harvest Gold. HEX triplet: EC, C2 and 6E. RGB value is (236,194,110). Sum of RGB (Red+Green+Blue) = 236+194+110=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 110 (43.36% from 255 or 20.37% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC26E is #133D91. Grayscale: #C5C5C5. Windows color (decimal): -1260946 or 7258860. OLE color: 7258860.
HSL color Cylindrical-coordinate representation of color #ECC26E: hue angle of 40º 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 #ECC26E is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 110 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.07 |
| HSL | 40º | 0.77% | 0.68% | - |
| HSV(B) | 40º | 0.53% | 0.93% | - |
| XYZ | 56.7 | 57.54 | 22.87 | - |
| YUV | 196.98 | 78.91 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 110 | 0 | 0.18 | 0.53 | 0.07 | 40 | 0.77 | 0.68 |
| Hex | EC | C2 | 6E | 0 | 12 | 35 | 7 | 28 | 4D | 44 |
| Octal | 354 | 302 | 156 | 0 | 22 | 65 | 7 | 50 | 115 | 104 |
| Binary | 11101100 | 11000010 | 1101110 | 0 | 10010 | 110101 | 111 | 101000 | 1001101 | 1000100 |
Color Harmonies of #ECC26E
Complementary color
Monochromatic Colors of #ECC26E
Black with #ECC26E
Text Example
Text Example
White with #ECC26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC26E; }
p { color: rgb(236,194,110); }
H1.HeaderClassName
{
color: #ECC26E;
}
.AnyTagClassName
{
color: #ECC26E;
}
</style>
background-color css
<style>
a { background-color: #ECC26E; }
a { background-color: rgb(236,194,110); }
div.DivClassName
{
background-color: #ECC26E;
}
.BgClassName
{
background-color: #ECC26E;
}
</style>
border-color css
<style>
span { border-color: #ECC26E; }
span { border-color: rgb(236,194,110); }
td.TdClassName
{
border-color: #ECC26E;
}
.TagClassName
{
border-color: #ECC26E;
}
</style>