Shades of Harvest Gold #ECB86C
Tints of Harvest Gold #ECB86C
RGB
CMYK
RGB Variations
Color information
#ECB86C (or 0xECB86C) is known color: Harvest Gold. HEX triplet: EC, B8 and 6C. RGB value is (236,184,108). Sum of RGB (Red+Green+Blue) = 236+184+108=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB86C is #134793. Grayscale: #BFBFBF. Windows color (decimal): -1263508 or 7125228. OLE color: 7125228.
HSL color Cylindrical-coordinate representation of color #ECB86C: hue angle of 35.62º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECB86C is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 108 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.07 |
| HSL | 35.63º | 0.77% | 0.67% | - |
| HSV(B) | 35.63º | 0.54% | 0.93% | - |
| XYZ | 54.44 | 53.2 | 21.59 | - |
| YUV | 190.88 | 81.23 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 108 | 0 | 0.22 | 0.54 | 0.07 | 35.63 | 0.77 | 0.67 |
| Hex | EC | B8 | 6C | 0 | 16 | 36 | 7 | 24 | 4D | 43 |
| Octal | 354 | 270 | 154 | 0 | 26 | 66 | 7 | 44 | 115 | 103 |
| Binary | 11101100 | 10111000 | 1101100 | 0 | 10110 | 110110 | 111 | 100100 | 1001101 | 1000011 |
Color Harmonies of #ECB86C
Complementary color
Monochromatic Colors of #ECB86C
Black with #ECB86C
Text Example
Text Example
White with #ECB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB86C; }
p { color: rgb(236,184,108); }
H1.HeaderClassName
{
color: #ECB86C;
}
.AnyTagClassName
{
color: #ECB86C;
}
</style>
background-color css
<style>
a { background-color: #ECB86C; }
a { background-color: rgb(236,184,108); }
div.DivClassName
{
background-color: #ECB86C;
}
.BgClassName
{
background-color: #ECB86C;
}
</style>
border-color css
<style>
span { border-color: #ECB86C; }
span { border-color: rgb(236,184,108); }
td.TdClassName
{
border-color: #ECB86C;
}
.TagClassName
{
border-color: #ECB86C;
}
</style>