Shades of Harvest Gold #ECAC6C
Tints of Harvest Gold #ECAC6C
RGB
CMYK
RGB Variations
Color information
#ECAC6C (or 0xECAC6C) is known color: Harvest Gold. HEX triplet: EC, AC and 6C. RGB value is (236,172,108). Sum of RGB (Red+Green+Blue) = 236+172+108=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC6C is #135393. Grayscale: #B8B8B8. Windows color (decimal): -1266580 or 7122156. OLE color: 7122156.
HSL color Cylindrical-coordinate representation of color #ECAC6C: hue angle of 30º 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 #ECAC6C is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 108 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.07 |
| HSL | 30º | 0.77% | 0.67% | - |
| HSV(B) | 30º | 0.54% | 0.93% | - |
| XYZ | 52.05 | 48.42 | 20.79 | - |
| YUV | 183.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 108 | 0 | 0.27 | 0.54 | 0.07 | 30 | 0.77 | 0.67 |
| Hex | EC | AC | 6C | 0 | 1B | 36 | 7 | 1E | 4D | 43 |
| Octal | 354 | 254 | 154 | 0 | 33 | 66 | 7 | 36 | 115 | 103 |
| Binary | 11101100 | 10101100 | 1101100 | 0 | 11011 | 110110 | 111 | 11110 | 1001101 | 1000011 |
Color Harmonies of #ECAC6C
Complementary color
Monochromatic Colors of #ECAC6C
Black with #ECAC6C
Text Example
Text Example
White with #ECAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC6C; }
p { color: rgb(236,172,108); }
H1.HeaderClassName
{
color: #ECAC6C;
}
.AnyTagClassName
{
color: #ECAC6C;
}
</style>
background-color css
<style>
a { background-color: #ECAC6C; }
a { background-color: rgb(236,172,108); }
div.DivClassName
{
background-color: #ECAC6C;
}
.BgClassName
{
background-color: #ECAC6C;
}
</style>
border-color css
<style>
span { border-color: #ECAC6C; }
span { border-color: rgb(236,172,108); }
td.TdClassName
{
border-color: #ECAC6C;
}
.TagClassName
{
border-color: #ECAC6C;
}
</style>