Shades of Harvest Gold #ECBD63
Tints of Harvest Gold #ECBD63
RGB
CMYK
RGB Variations
Color information
#ECBD63 (or 0xECBD63) is known color: Harvest Gold. HEX triplet: EC, BD and 63. RGB value is (236,189,99). Sum of RGB (Red+Green+Blue) = 236+189+99=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD63 is #13429C. Grayscale: #C1C1C1. Windows color (decimal): -1262237 or 6536684. OLE color: 6536684.
HSL color Cylindrical-coordinate representation of color #ECBD63: hue angle of 39.42º 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 #ECBD63 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 99 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.07 |
| HSL | 39.42º | 0.78% | 0.66% | - |
| HSV(B) | 39.42º | 0.58% | 0.93% | - |
| XYZ | 55.04 | 55.13 | 19.54 | - |
| YUV | 192.79 | 75.07 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 99 | 0 | 0.20 | 0.58 | 0.07 | 39.42 | 0.78 | 0.66 |
| Hex | EC | BD | 63 | 0 | 14 | 3A | 7 | 27 | 4E | 42 |
| Octal | 354 | 275 | 143 | 0 | 24 | 72 | 7 | 47 | 116 | 102 |
| Binary | 11101100 | 10111101 | 1100011 | 0 | 10100 | 111010 | 111 | 100111 | 1001110 | 1000010 |
Color Harmonies of #ECBD63
Complementary color
Monochromatic Colors of #ECBD63
Black with #ECBD63
Text Example
Text Example
White with #ECBD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD63; }
p { color: rgb(236,189,99); }
H1.HeaderClassName
{
color: #ECBD63;
}
.AnyTagClassName
{
color: #ECBD63;
}
</style>
background-color css
<style>
a { background-color: #ECBD63; }
a { background-color: rgb(236,189,99); }
div.DivClassName
{
background-color: #ECBD63;
}
.BgClassName
{
background-color: #ECBD63;
}
</style>
border-color css
<style>
span { border-color: #ECBD63; }
span { border-color: rgb(236,189,99); }
td.TdClassName
{
border-color: #ECBD63;
}
.TagClassName
{
border-color: #ECBD63;
}
</style>