Shades of Harvest Gold #ECBC64
Tints of Harvest Gold #ECBC64
RGB
CMYK
RGB Variations
Color information
#ECBC64 (or 0xECBC64) is known color: Harvest Gold. HEX triplet: EC, BC and 64. RGB value is (236,188,100). Sum of RGB (Red+Green+Blue) = 236+188+100=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC64 is #13439B. Grayscale: #C0C0C0. Windows color (decimal): -1262492 or 6601964. OLE color: 6601964.
HSL color Cylindrical-coordinate representation of color #ECBC64: hue angle of 38.82º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECBC64 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 100 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.07 |
| HSL | 38.82º | 0.78% | 0.66% | - |
| HSV(B) | 38.82º | 0.58% | 0.93% | - |
| XYZ | 54.88 | 54.72 | 19.73 | - |
| YUV | 192.32 | 75.9 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 100 | 0 | 0.20 | 0.58 | 0.07 | 38.82 | 0.78 | 0.66 |
| Hex | EC | BC | 64 | 0 | 14 | 3A | 7 | 27 | 4E | 42 |
| Octal | 354 | 274 | 144 | 0 | 24 | 72 | 7 | 47 | 116 | 102 |
| Binary | 11101100 | 10111100 | 1100100 | 0 | 10100 | 111010 | 111 | 100111 | 1001110 | 1000010 |
Color Harmonies of #ECBC64
Complementary color
Monochromatic Colors of #ECBC64
Black with #ECBC64
Text Example
Text Example
White with #ECBC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC64; }
p { color: rgb(236,188,100); }
H1.HeaderClassName
{
color: #ECBC64;
}
.AnyTagClassName
{
color: #ECBC64;
}
</style>
background-color css
<style>
a { background-color: #ECBC64; }
a { background-color: rgb(236,188,100); }
div.DivClassName
{
background-color: #ECBC64;
}
.BgClassName
{
background-color: #ECBC64;
}
</style>
border-color css
<style>
span { border-color: #ECBC64; }
span { border-color: rgb(236,188,100); }
td.TdClassName
{
border-color: #ECBC64;
}
.TagClassName
{
border-color: #ECBC64;
}
</style>