Shades of Harvest Gold #ECBA63
Tints of Harvest Gold #ECBA63
RGB
CMYK
RGB Variations
Color information
#ECBA63 (or 0xECBA63) is known color: Harvest Gold. HEX triplet: EC, BA and 63. RGB value is (236,186,99). Sum of RGB (Red+Green+Blue) = 236+186+99=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA63 is #13459C. Grayscale: #BFBFBF. Windows color (decimal): -1263005 or 6535916. OLE color: 6535916.
HSL color Cylindrical-coordinate representation of color #ECBA63: hue angle of 38.1º 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 #ECBA63 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 99 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.07 |
| HSL | 38.1º | 0.78% | 0.66% | - |
| HSV(B) | 38.1º | 0.58% | 0.93% | - |
| XYZ | 54.4 | 53.85 | 19.33 | - |
| YUV | 191.03 | 76.07 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 99 | 0 | 0.21 | 0.58 | 0.07 | 38.1 | 0.78 | 0.66 |
| Hex | EC | BA | 63 | 0 | 15 | 3A | 7 | 26 | 4E | 42 |
| Octal | 354 | 272 | 143 | 0 | 25 | 72 | 7 | 46 | 116 | 102 |
| Binary | 11101100 | 10111010 | 1100011 | 0 | 10101 | 111010 | 111 | 100110 | 1001110 | 1000010 |
Color Harmonies of #ECBA63
Complementary color
Monochromatic Colors of #ECBA63
Black with #ECBA63
Text Example
Text Example
White with #ECBA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA63; }
p { color: rgb(236,186,99); }
H1.HeaderClassName
{
color: #ECBA63;
}
.AnyTagClassName
{
color: #ECBA63;
}
</style>
background-color css
<style>
a { background-color: #ECBA63; }
a { background-color: rgb(236,186,99); }
div.DivClassName
{
background-color: #ECBA63;
}
.BgClassName
{
background-color: #ECBA63;
}
</style>
border-color css
<style>
span { border-color: #ECBA63; }
span { border-color: rgb(236,186,99); }
td.TdClassName
{
border-color: #ECBA63;
}
.TagClassName
{
border-color: #ECBA63;
}
</style>