Shades of Harvest Gold #ECB961
Tints of Harvest Gold #ECB961
RGB
CMYK
RGB Variations
Color information
#ECB961 (or 0xECB961) is known color: Harvest Gold. HEX triplet: EC, B9 and 61. RGB value is (236,185,97). Sum of RGB (Red+Green+Blue) = 236+185+97=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB961 is #13469E. Grayscale: #BEBEBE. Windows color (decimal): -1263263 or 6404588. OLE color: 6404588.
HSL color Cylindrical-coordinate representation of color #ECB961: hue angle of 37.99º 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 #ECB961 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 97 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.07 |
| HSL | 37.99º | 0.79% | 0.65% | - |
| HSV(B) | 37.99º | 0.59% | 0.93% | - |
| XYZ | 54.1 | 53.39 | 18.76 | - |
| YUV | 190.22 | 75.4 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 97 | 0 | 0.22 | 0.59 | 0.07 | 37.99 | 0.79 | 0.65 |
| Hex | EC | B9 | 61 | 0 | 16 | 3B | 7 | 26 | 4F | 41 |
| Octal | 354 | 271 | 141 | 0 | 26 | 73 | 7 | 46 | 117 | 101 |
| Binary | 11101100 | 10111001 | 1100001 | 0 | 10110 | 111011 | 111 | 100110 | 1001111 | 1000001 |
Color Harmonies of #ECB961
Complementary color
Monochromatic Colors of #ECB961
Black with #ECB961
Text Example
Text Example
White with #ECB961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB961; }
p { color: rgb(236,185,97); }
H1.HeaderClassName
{
color: #ECB961;
}
.AnyTagClassName
{
color: #ECB961;
}
</style>
background-color css
<style>
a { background-color: #ECB961; }
a { background-color: rgb(236,185,97); }
div.DivClassName
{
background-color: #ECB961;
}
.BgClassName
{
background-color: #ECB961;
}
</style>
border-color css
<style>
span { border-color: #ECB961; }
span { border-color: rgb(236,185,97); }
td.TdClassName
{
border-color: #ECB961;
}
.TagClassName
{
border-color: #ECB961;
}
</style>