Shades of Harvest Gold #ECAD64
Tints of Harvest Gold #ECAD64
RGB
CMYK
RGB Variations
Color information
#ECAD64 (or 0xECAD64) is known color: Harvest Gold. HEX triplet: EC, AD and 64. RGB value is (236,173,100). Sum of RGB (Red+Green+Blue) = 236+173+100=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAD64 is #13529B. Grayscale: #B7B7B7. Windows color (decimal): -1266332 or 6598124. OLE color: 6598124.
HSL color Cylindrical-coordinate representation of color #ECAD64: hue angle of 32.21º 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 #ECAD64 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 100 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.07 |
| HSL | 32.21º | 0.78% | 0.66% | - |
| HSV(B) | 32.21º | 0.58% | 0.93% | - |
| XYZ | 51.84 | 48.64 | 18.71 | - |
| YUV | 183.52 | 80.87 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 100 | 0 | 0.27 | 0.58 | 0.07 | 32.21 | 0.78 | 0.66 |
| Hex | EC | AD | 64 | 0 | 1B | 3A | 7 | 20 | 4E | 42 |
| Octal | 354 | 255 | 144 | 0 | 33 | 72 | 7 | 40 | 116 | 102 |
| Binary | 11101100 | 10101101 | 1100100 | 0 | 11011 | 111010 | 111 | 100000 | 1001110 | 1000010 |
Color Harmonies of #ECAD64
Complementary color
Monochromatic Colors of #ECAD64
Black with #ECAD64
Text Example
Text Example
White with #ECAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAD64; }
p { color: rgb(236,173,100); }
H1.HeaderClassName
{
color: #ECAD64;
}
.AnyTagClassName
{
color: #ECAD64;
}
</style>
background-color css
<style>
a { background-color: #ECAD64; }
a { background-color: rgb(236,173,100); }
div.DivClassName
{
background-color: #ECAD64;
}
.BgClassName
{
background-color: #ECAD64;
}
</style>
border-color css
<style>
span { border-color: #ECAD64; }
span { border-color: rgb(236,173,100); }
td.TdClassName
{
border-color: #ECAD64;
}
.TagClassName
{
border-color: #ECAD64;
}
</style>