Shades of Harvest Gold #ECC16B
Tints of Harvest Gold #ECC16B
RGB
CMYK
RGB Variations
Color information
#ECC16B (or 0xECC16B) is known color: Harvest Gold. HEX triplet: EC, C1 and 6B. RGB value is (236,193,107). Sum of RGB (Red+Green+Blue) = 236+193+107=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC16B is #133E94. Grayscale: #C4C4C4. Windows color (decimal): -1261205 or 7061996. OLE color: 7061996.
HSL color Cylindrical-coordinate representation of color #ECC16B: hue angle of 40º 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 #ECC16B is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 107 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.07 |
| HSL | 40º | 0.77% | 0.67% | - |
| HSV(B) | 40º | 0.55% | 0.93% | - |
| XYZ | 56.32 | 57.03 | 21.95 | - |
| YUV | 196.05 | 77.75 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 107 | 0 | 0.18 | 0.55 | 0.07 | 40 | 0.77 | 0.67 |
| Hex | EC | C1 | 6B | 0 | 12 | 37 | 7 | 28 | 4D | 43 |
| Octal | 354 | 301 | 153 | 0 | 22 | 67 | 7 | 50 | 115 | 103 |
| Binary | 11101100 | 11000001 | 1101011 | 0 | 10010 | 110111 | 111 | 101000 | 1001101 | 1000011 |
Color Harmonies of #ECC16B
Complementary color
Monochromatic Colors of #ECC16B
Black with #ECC16B
Text Example
Text Example
White with #ECC16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC16B; }
p { color: rgb(236,193,107); }
H1.HeaderClassName
{
color: #ECC16B;
}
.AnyTagClassName
{
color: #ECC16B;
}
</style>
background-color css
<style>
a { background-color: #ECC16B; }
a { background-color: rgb(236,193,107); }
div.DivClassName
{
background-color: #ECC16B;
}
.BgClassName
{
background-color: #ECC16B;
}
</style>
border-color css
<style>
span { border-color: #ECC16B; }
span { border-color: rgb(236,193,107); }
td.TdClassName
{
border-color: #ECC16B;
}
.TagClassName
{
border-color: #ECC16B;
}
</style>