Shades of Harvest Gold #ECB96E
Tints of Harvest Gold #ECB96E
RGB
CMYK
RGB Variations
Color information
#ECB96E (or 0xECB96E) is known color: Harvest Gold. HEX triplet: EC, B9 and 6E. RGB value is (236,185,110). Sum of RGB (Red+Green+Blue) = 236+185+110=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB96E is #134691. Grayscale: #C0C0C0. Windows color (decimal): -1263250 or 7256556. OLE color: 7256556.
HSL color Cylindrical-coordinate representation of color #ECB96E: hue angle of 35.71º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECB96E is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 110 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.07 |
| HSL | 35.71º | 0.77% | 0.68% | - |
| HSV(B) | 35.71º | 0.53% | 0.93% | - |
| XYZ | 54.76 | 53.66 | 22.22 | - |
| YUV | 191.7 | 81.9 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 110 | 0 | 0.22 | 0.53 | 0.07 | 35.71 | 0.77 | 0.68 |
| Hex | EC | B9 | 6E | 0 | 16 | 35 | 7 | 24 | 4D | 44 |
| Octal | 354 | 271 | 156 | 0 | 26 | 65 | 7 | 44 | 115 | 104 |
| Binary | 11101100 | 10111001 | 1101110 | 0 | 10110 | 110101 | 111 | 100100 | 1001101 | 1000100 |
Color Harmonies of #ECB96E
Complementary color
Monochromatic Colors of #ECB96E
Black with #ECB96E
Text Example
Text Example
White with #ECB96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB96E; }
p { color: rgb(236,185,110); }
H1.HeaderClassName
{
color: #ECB96E;
}
.AnyTagClassName
{
color: #ECB96E;
}
</style>
background-color css
<style>
a { background-color: #ECB96E; }
a { background-color: rgb(236,185,110); }
div.DivClassName
{
background-color: #ECB96E;
}
.BgClassName
{
background-color: #ECB96E;
}
</style>
border-color css
<style>
span { border-color: #ECB96E; }
span { border-color: rgb(236,185,110); }
td.TdClassName
{
border-color: #ECB96E;
}
.TagClassName
{
border-color: #ECB96E;
}
</style>