Shades of Harvest Gold #ECC26C
Tints of Harvest Gold #ECC26C
RGB
CMYK
RGB Variations
Color information
#ECC26C (or 0xECC26C) is known color: Harvest Gold. HEX triplet: EC, C2 and 6C. RGB value is (236,194,108). Sum of RGB (Red+Green+Blue) = 236+194+108=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC26C is #133D93. Grayscale: #C5C5C5. Windows color (decimal): -1260948 or 7127788. OLE color: 7127788.
HSL color Cylindrical-coordinate representation of color #ECC26C: hue angle of 40.31º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECC26C is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 108 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.07 |
| HSL | 40.31º | 0.77% | 0.67% | - |
| HSV(B) | 40.31º | 0.54% | 0.93% | - |
| XYZ | 56.59 | 57.5 | 22.3 | - |
| YUV | 196.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 108 | 0 | 0.18 | 0.54 | 0.07 | 40.31 | 0.77 | 0.67 |
| Hex | EC | C2 | 6C | 0 | 12 | 36 | 7 | 28 | 4D | 43 |
| Octal | 354 | 302 | 154 | 0 | 22 | 66 | 7 | 50 | 115 | 103 |
| Binary | 11101100 | 11000010 | 1101100 | 0 | 10010 | 110110 | 111 | 101000 | 1001101 | 1000011 |
Color Harmonies of #ECC26C
Complementary color
Monochromatic Colors of #ECC26C
Black with #ECC26C
Text Example
Text Example
White with #ECC26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC26C; }
p { color: rgb(236,194,108); }
H1.HeaderClassName
{
color: #ECC26C;
}
.AnyTagClassName
{
color: #ECC26C;
}
</style>
background-color css
<style>
a { background-color: #ECC26C; }
a { background-color: rgb(236,194,108); }
div.DivClassName
{
background-color: #ECC26C;
}
.BgClassName
{
background-color: #ECC26C;
}
</style>
border-color css
<style>
span { border-color: #ECC26C; }
span { border-color: rgb(236,194,108); }
td.TdClassName
{
border-color: #ECC26C;
}
.TagClassName
{
border-color: #ECC26C;
}
</style>