Shades of Harvest Gold #ECC16A
Tints of Harvest Gold #ECC16A
RGB
CMYK
RGB Variations
Color information
#ECC16A (or 0xECC16A) is known color: Harvest Gold. HEX triplet: EC, C1 and 6A. RGB value is (236,193,106). Sum of RGB (Red+Green+Blue) = 236+193+106=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC16A is #133E95. Grayscale: #C4C4C4. Windows color (decimal): -1261206 or 6996460. OLE color: 6996460.
HSL color Cylindrical-coordinate representation of color #ECC16A: hue angle of 40.15º 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 #ECC16A is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 106 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.07 |
| HSL | 40.15º | 0.77% | 0.67% | - |
| HSV(B) | 40.15º | 0.55% | 0.93% | - |
| XYZ | 56.26 | 57.01 | 21.67 | - |
| YUV | 195.94 | 77.25 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 106 | 0 | 0.18 | 0.55 | 0.07 | 40.15 | 0.77 | 0.67 |
| Hex | EC | C1 | 6A | 0 | 12 | 37 | 7 | 28 | 4D | 43 |
| Octal | 354 | 301 | 152 | 0 | 22 | 67 | 7 | 50 | 115 | 103 |
| Binary | 11101100 | 11000001 | 1101010 | 0 | 10010 | 110111 | 111 | 101000 | 1001101 | 1000011 |
Color Harmonies of #ECC16A
Complementary color
Monochromatic Colors of #ECC16A
Black with #ECC16A
Text Example
Text Example
White with #ECC16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC16A; }
p { color: rgb(236,193,106); }
H1.HeaderClassName
{
color: #ECC16A;
}
.AnyTagClassName
{
color: #ECC16A;
}
</style>
background-color css
<style>
a { background-color: #ECC16A; }
a { background-color: rgb(236,193,106); }
div.DivClassName
{
background-color: #ECC16A;
}
.BgClassName
{
background-color: #ECC16A;
}
</style>
border-color css
<style>
span { border-color: #ECC16A; }
span { border-color: rgb(236,193,106); }
td.TdClassName
{
border-color: #ECC16A;
}
.TagClassName
{
border-color: #ECC16A;
}
</style>