Shades of Harvest Gold #ECB96D
Tints of Harvest Gold #ECB96D
RGB
CMYK
RGB Variations
Color information
#ECB96D (or 0xECB96D) is known color: Harvest Gold. HEX triplet: EC, B9 and 6D. RGB value is (236,185,109). Sum of RGB (Red+Green+Blue) = 236+185+109=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB96D is #134692. Grayscale: #BFBFBF. Windows color (decimal): -1263251 or 7191020. OLE color: 7191020.
HSL color Cylindrical-coordinate representation of color #ECB96D: hue angle of 35.91º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECB96D is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 109 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.07 |
| HSL | 35.91º | 0.77% | 0.68% | - |
| HSV(B) | 35.91º | 0.54% | 0.93% | - |
| XYZ | 54.7 | 53.63 | 21.94 | - |
| YUV | 191.59 | 81.4 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 109 | 0 | 0.22 | 0.54 | 0.07 | 35.91 | 0.77 | 0.68 |
| Hex | EC | B9 | 6D | 0 | 16 | 36 | 7 | 24 | 4D | 44 |
| Octal | 354 | 271 | 155 | 0 | 26 | 66 | 7 | 44 | 115 | 104 |
| Binary | 11101100 | 10111001 | 1101101 | 0 | 10110 | 110110 | 111 | 100100 | 1001101 | 1000100 |
Color Harmonies of #ECB96D
Complementary color
Monochromatic Colors of #ECB96D
Black with #ECB96D
Text Example
Text Example
White with #ECB96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB96D; }
p { color: rgb(236,185,109); }
H1.HeaderClassName
{
color: #ECB96D;
}
.AnyTagClassName
{
color: #ECB96D;
}
</style>
background-color css
<style>
a { background-color: #ECB96D; }
a { background-color: rgb(236,185,109); }
div.DivClassName
{
background-color: #ECB96D;
}
.BgClassName
{
background-color: #ECB96D;
}
</style>
border-color css
<style>
span { border-color: #ECB96D; }
span { border-color: rgb(236,185,109); }
td.TdClassName
{
border-color: #ECB96D;
}
.TagClassName
{
border-color: #ECB96D;
}
</style>