Shades of Harvest Gold #ECB960
Tints of Harvest Gold #ECB960
RGB
CMYK
RGB Variations
Color information
#ECB960 (or 0xECB960) is known color: Harvest Gold. HEX triplet: EC, B9 and 60. RGB value is (236,185,96). Sum of RGB (Red+Green+Blue) = 236+185+96=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB960 is #13469F. Grayscale: #BEBEBE. Windows color (decimal): -1263264 or 6339052. OLE color: 6339052.
HSL color Cylindrical-coordinate representation of color #ECB960: hue angle of 38.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECB960 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 96 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.07 |
| HSL | 38.14º | 0.79% | 0.65% | - |
| HSV(B) | 38.14º | 0.59% | 0.93% | - |
| XYZ | 54.05 | 53.38 | 18.52 | - |
| YUV | 190.1 | 74.9 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 96 | 0 | 0.22 | 0.59 | 0.07 | 38.14 | 0.79 | 0.65 |
| Hex | EC | B9 | 60 | 0 | 16 | 3B | 7 | 26 | 4F | 41 |
| Octal | 354 | 271 | 140 | 0 | 26 | 73 | 7 | 46 | 117 | 101 |
| Binary | 11101100 | 10111001 | 1100000 | 0 | 10110 | 111011 | 111 | 100110 | 1001111 | 1000001 |
Color Harmonies of #ECB960
Complementary color
Monochromatic Colors of #ECB960
Black with #ECB960
Text Example
Text Example
White with #ECB960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB960; }
p { color: rgb(236,185,96); }
H1.HeaderClassName
{
color: #ECB960;
}
.AnyTagClassName
{
color: #ECB960;
}
</style>
background-color css
<style>
a { background-color: #ECB960; }
a { background-color: rgb(236,185,96); }
div.DivClassName
{
background-color: #ECB960;
}
.BgClassName
{
background-color: #ECB960;
}
</style>
border-color css
<style>
span { border-color: #ECB960; }
span { border-color: rgb(236,185,96); }
td.TdClassName
{
border-color: #ECB960;
}
.TagClassName
{
border-color: #ECB960;
}
</style>