Shades of Harvest Gold #ECC26D
Tints of Harvest Gold #ECC26D
RGB
CMYK
RGB Variations
Color information
#ECC26D (or 0xECC26D) is known color: Harvest Gold. HEX triplet: EC, C2 and 6D. RGB value is (236,194,109). Sum of RGB (Red+Green+Blue) = 236+194+109=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC26D is #133D92. Grayscale: #C5C5C5. Windows color (decimal): -1260947 or 7193324. OLE color: 7193324.
HSL color Cylindrical-coordinate representation of color #ECC26D: hue angle of 40.16º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECC26D is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 109 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.07 |
| HSL | 40.16º | 0.77% | 0.68% | - |
| HSV(B) | 40.16º | 0.54% | 0.93% | - |
| XYZ | 56.64 | 57.52 | 22.59 | - |
| YUV | 196.87 | 78.41 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 109 | 0 | 0.18 | 0.54 | 0.07 | 40.16 | 0.77 | 0.68 |
| Hex | EC | C2 | 6D | 0 | 12 | 36 | 7 | 28 | 4D | 44 |
| Octal | 354 | 302 | 155 | 0 | 22 | 66 | 7 | 50 | 115 | 104 |
| Binary | 11101100 | 11000010 | 1101101 | 0 | 10010 | 110110 | 111 | 101000 | 1001101 | 1000100 |
Color Harmonies of #ECC26D
Complementary color
Monochromatic Colors of #ECC26D
Black with #ECC26D
Text Example
Text Example
White with #ECC26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC26D; }
p { color: rgb(236,194,109); }
H1.HeaderClassName
{
color: #ECC26D;
}
.AnyTagClassName
{
color: #ECC26D;
}
</style>
background-color css
<style>
a { background-color: #ECC26D; }
a { background-color: rgb(236,194,109); }
div.DivClassName
{
background-color: #ECC26D;
}
.BgClassName
{
background-color: #ECC26D;
}
</style>
border-color css
<style>
span { border-color: #ECC26D; }
span { border-color: rgb(236,194,109); }
td.TdClassName
{
border-color: #ECC26D;
}
.TagClassName
{
border-color: #ECC26D;
}
</style>