Shades of Harvest Gold #ECBE6C
Tints of Harvest Gold #ECBE6C
RGB
CMYK
RGB Variations
Color information
#ECBE6C (or 0xECBE6C) is known color: Harvest Gold. HEX triplet: EC, BE and 6C. RGB value is (236,190,108). Sum of RGB (Red+Green+Blue) = 236+190+108=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBE6C is #134193. Grayscale: #C2C2C2. Windows color (decimal): -1261972 or 7126764. OLE color: 7126764.
HSL color Cylindrical-coordinate representation of color #ECBE6C: hue angle of 38.44º 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 #ECBE6C is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 108 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.07 |
| HSL | 38.44º | 0.77% | 0.67% | - |
| HSV(B) | 38.44º | 0.54% | 0.93% | - |
| XYZ | 55.71 | 55.74 | 22.01 | - |
| YUV | 194.41 | 79.24 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 108 | 0 | 0.19 | 0.54 | 0.07 | 38.44 | 0.77 | 0.67 |
| Hex | EC | BE | 6C | 0 | 13 | 36 | 7 | 26 | 4D | 43 |
| Octal | 354 | 276 | 154 | 0 | 23 | 66 | 7 | 46 | 115 | 103 |
| Binary | 11101100 | 10111110 | 1101100 | 0 | 10011 | 110110 | 111 | 100110 | 1001101 | 1000011 |
Color Harmonies of #ECBE6C
Complementary color
Monochromatic Colors of #ECBE6C
Black with #ECBE6C
Text Example
Text Example
White with #ECBE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE6C; }
p { color: rgb(236,190,108); }
H1.HeaderClassName
{
color: #ECBE6C;
}
.AnyTagClassName
{
color: #ECBE6C;
}
</style>
background-color css
<style>
a { background-color: #ECBE6C; }
a { background-color: rgb(236,190,108); }
div.DivClassName
{
background-color: #ECBE6C;
}
.BgClassName
{
background-color: #ECBE6C;
}
</style>
border-color css
<style>
span { border-color: #ECBE6C; }
span { border-color: rgb(236,190,108); }
td.TdClassName
{
border-color: #ECBE6C;
}
.TagClassName
{
border-color: #ECBE6C;
}
</style>