Shades of Harvest Gold #ECBF6C
Tints of Harvest Gold #ECBF6C
RGB
CMYK
RGB Variations
Color information
#ECBF6C (or 0xECBF6C) is known color: Harvest Gold. HEX triplet: EC, BF and 6C. RGB value is (236,191,108). Sum of RGB (Red+Green+Blue) = 236+191+108=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBF6C is #134093. Grayscale: #C3C3C3. Windows color (decimal): -1261716 or 7127020. OLE color: 7127020.
HSL color Cylindrical-coordinate representation of color #ECBF6C: hue angle of 38.91º 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 #ECBF6C is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 108 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.07 |
| HSL | 38.91º | 0.77% | 0.67% | - |
| HSV(B) | 38.91º | 0.54% | 0.93% | - |
| XYZ | 55.93 | 56.18 | 22.08 | - |
| YUV | 194.99 | 78.91 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 108 | 0 | 0.19 | 0.54 | 0.07 | 38.91 | 0.77 | 0.67 |
| Hex | EC | BF | 6C | 0 | 13 | 36 | 7 | 27 | 4D | 43 |
| Octal | 354 | 277 | 154 | 0 | 23 | 66 | 7 | 47 | 115 | 103 |
| Binary | 11101100 | 10111111 | 1101100 | 0 | 10011 | 110110 | 111 | 100111 | 1001101 | 1000011 |
Color Harmonies of #ECBF6C
Complementary color
Monochromatic Colors of #ECBF6C
Black with #ECBF6C
Text Example
Text Example
White with #ECBF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF6C; }
p { color: rgb(236,191,108); }
H1.HeaderClassName
{
color: #ECBF6C;
}
.AnyTagClassName
{
color: #ECBF6C;
}
</style>
background-color css
<style>
a { background-color: #ECBF6C; }
a { background-color: rgb(236,191,108); }
div.DivClassName
{
background-color: #ECBF6C;
}
.BgClassName
{
background-color: #ECBF6C;
}
</style>
border-color css
<style>
span { border-color: #ECBF6C; }
span { border-color: rgb(236,191,108); }
td.TdClassName
{
border-color: #ECBF6C;
}
.TagClassName
{
border-color: #ECBF6C;
}
</style>