Shades of Harvest Gold #ECB964
Tints of Harvest Gold #ECB964
RGB
CMYK
RGB Variations
Color information
#ECB964 (or 0xECB964) is known color: Harvest Gold. HEX triplet: EC, B9 and 64. RGB value is (236,185,100). Sum of RGB (Red+Green+Blue) = 236+185+100=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB964 is #13469B. Grayscale: #BEBEBE. Windows color (decimal): -1263260 or 6601196. OLE color: 6601196.
HSL color Cylindrical-coordinate representation of color #ECB964: hue angle of 37.5º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECB964 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 100 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.07 |
| HSL | 37.5º | 0.78% | 0.66% | - |
| HSV(B) | 37.5º | 0.58% | 0.93% | - |
| XYZ | 54.24 | 53.45 | 19.51 | - |
| YUV | 190.56 | 76.9 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 100 | 0 | 0.22 | 0.58 | 0.07 | 37.5 | 0.78 | 0.66 |
| Hex | EC | B9 | 64 | 0 | 16 | 3A | 7 | 26 | 4E | 42 |
| Octal | 354 | 271 | 144 | 0 | 26 | 72 | 7 | 46 | 116 | 102 |
| Binary | 11101100 | 10111001 | 1100100 | 0 | 10110 | 111010 | 111 | 100110 | 1001110 | 1000010 |
Color Harmonies of #ECB964
Complementary color
Monochromatic Colors of #ECB964
Black with #ECB964
Text Example
Text Example
White with #ECB964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB964; }
p { color: rgb(236,185,100); }
H1.HeaderClassName
{
color: #ECB964;
}
.AnyTagClassName
{
color: #ECB964;
}
</style>
background-color css
<style>
a { background-color: #ECB964; }
a { background-color: rgb(236,185,100); }
div.DivClassName
{
background-color: #ECB964;
}
.BgClassName
{
background-color: #ECB964;
}
</style>
border-color css
<style>
span { border-color: #ECB964; }
span { border-color: rgb(236,185,100); }
td.TdClassName
{
border-color: #ECB964;
}
.TagClassName
{
border-color: #ECB964;
}
</style>