Shades of Harvest Gold #ECC26A
Tints of Harvest Gold #ECC26A
RGB
CMYK
RGB Variations
Color information
#ECC26A (or 0xECC26A) is known color: Harvest Gold. HEX triplet: EC, C2 and 6A. RGB value is (236,194,106). Sum of RGB (Red+Green+Blue) = 236+194+106=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC26A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC26A is #133D95. Grayscale: #C4C4C4. Windows color (decimal): -1260950 or 6996716. OLE color: 6996716.
HSL color Cylindrical-coordinate representation of color #ECC26A: hue angle of 40.62º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECC26A is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 106 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.07 |
| HSL | 40.62º | 0.77% | 0.67% | - |
| HSV(B) | 40.62º | 0.55% | 0.93% | - |
| XYZ | 56.49 | 57.46 | 21.75 | - |
| YUV | 196.53 | 76.91 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 106 | 0 | 0.18 | 0.55 | 0.07 | 40.62 | 0.77 | 0.67 |
| Hex | EC | C2 | 6A | 0 | 12 | 37 | 7 | 29 | 4D | 43 |
| Octal | 354 | 302 | 152 | 0 | 22 | 67 | 7 | 51 | 115 | 103 |
| Binary | 11101100 | 11000010 | 1101010 | 0 | 10010 | 110111 | 111 | 101001 | 1001101 | 1000011 |
Color Harmonies of #ECC26A
Complementary color
Monochromatic Colors of #ECC26A
Black with #ECC26A
Text Example
Text Example
White with #ECC26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC26A; }
p { color: rgb(236,194,106); }
H1.HeaderClassName
{
color: #ECC26A;
}
.AnyTagClassName
{
color: #ECC26A;
}
</style>
background-color css
<style>
a { background-color: #ECC26A; }
a { background-color: rgb(236,194,106); }
div.DivClassName
{
background-color: #ECC26A;
}
.BgClassName
{
background-color: #ECC26A;
}
</style>
border-color css
<style>
span { border-color: #ECC26A; }
span { border-color: rgb(236,194,106); }
td.TdClassName
{
border-color: #ECC26A;
}
.TagClassName
{
border-color: #ECC26A;
}
</style>