Shades of Harvest Gold #ECB76C
Tints of Harvest Gold #ECB76C
RGB
CMYK
RGB Variations
Color information
#ECB76C (or 0xECB76C) is known color: Harvest Gold. HEX triplet: EC, B7 and 6C. RGB value is (236,183,108). Sum of RGB (Red+Green+Blue) = 236+183+108=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB76C is #134893. Grayscale: #BEBEBE. Windows color (decimal): -1263764 or 7124972. OLE color: 7124972.
HSL color Cylindrical-coordinate representation of color #ECB76C: hue angle of 35.16º 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 #ECB76C is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 108 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.07 |
| HSL | 35.16º | 0.77% | 0.67% | - |
| HSV(B) | 35.16º | 0.54% | 0.93% | - |
| XYZ | 54.23 | 52.78 | 21.52 | - |
| YUV | 190.3 | 81.56 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 108 | 0 | 0.22 | 0.54 | 0.07 | 35.16 | 0.77 | 0.67 |
| Hex | EC | B7 | 6C | 0 | 16 | 36 | 7 | 23 | 4D | 43 |
| Octal | 354 | 267 | 154 | 0 | 26 | 66 | 7 | 43 | 115 | 103 |
| Binary | 11101100 | 10110111 | 1101100 | 0 | 10110 | 110110 | 111 | 100011 | 1001101 | 1000011 |
Color Harmonies of #ECB76C
Complementary color
Monochromatic Colors of #ECB76C
Black with #ECB76C
Text Example
Text Example
White with #ECB76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB76C; }
p { color: rgb(236,183,108); }
H1.HeaderClassName
{
color: #ECB76C;
}
.AnyTagClassName
{
color: #ECB76C;
}
</style>
background-color css
<style>
a { background-color: #ECB76C; }
a { background-color: rgb(236,183,108); }
div.DivClassName
{
background-color: #ECB76C;
}
.BgClassName
{
background-color: #ECB76C;
}
</style>
border-color css
<style>
span { border-color: #ECB76C; }
span { border-color: rgb(236,183,108); }
td.TdClassName
{
border-color: #ECB76C;
}
.TagClassName
{
border-color: #ECB76C;
}
</style>