Shades of Harvest Gold #ECAE65
Tints of Harvest Gold #ECAE65
RGB
CMYK
RGB Variations
Color information
#ECAE65 (or 0xECAE65) is known color: Harvest Gold. HEX triplet: EC, AE and 65. RGB value is (236,174,101). Sum of RGB (Red+Green+Blue) = 236+174+101=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAE65 is #13519A. Grayscale: #B8B8B8. Windows color (decimal): -1266075 or 6663916. OLE color: 6663916.
HSL color Cylindrical-coordinate representation of color #ECAE65: hue angle of 32.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ECAE65 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 101 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.07 |
| HSL | 32.44º | 0.78% | 0.66% | - |
| HSV(B) | 32.44º | 0.57% | 0.93% | - |
| XYZ | 52.08 | 49.04 | 19.03 | - |
| YUV | 184.22 | 81.04 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 101 | 0 | 0.26 | 0.57 | 0.07 | 32.44 | 0.78 | 0.66 |
| Hex | EC | AE | 65 | 0 | 1A | 39 | 7 | 20 | 4E | 42 |
| Octal | 354 | 256 | 145 | 0 | 32 | 71 | 7 | 40 | 116 | 102 |
| Binary | 11101100 | 10101110 | 1100101 | 0 | 11010 | 111001 | 111 | 100000 | 1001110 | 1000010 |
Color Harmonies of #ECAE65
Complementary color
Monochromatic Colors of #ECAE65
Black with #ECAE65
Text Example
Text Example
White with #ECAE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE65; }
p { color: rgb(236,174,101); }
H1.HeaderClassName
{
color: #ECAE65;
}
.AnyTagClassName
{
color: #ECAE65;
}
</style>
background-color css
<style>
a { background-color: #ECAE65; }
a { background-color: rgb(236,174,101); }
div.DivClassName
{
background-color: #ECAE65;
}
.BgClassName
{
background-color: #ECAE65;
}
</style>
border-color css
<style>
span { border-color: #ECAE65; }
span { border-color: rgb(236,174,101); }
td.TdClassName
{
border-color: #ECAE65;
}
.TagClassName
{
border-color: #ECAE65;
}
</style>