Shades of Harvest Gold #ECAE68
Tints of Harvest Gold #ECAE68
RGB
CMYK
RGB Variations
Color information
#ECAE68 (or 0xECAE68) is known color: Harvest Gold. HEX triplet: EC, AE and 68. RGB value is (236,174,104). Sum of RGB (Red+Green+Blue) = 236+174+104=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAE68 is #135197. Grayscale: #B8B8B8. Windows color (decimal): -1266072 or 6860524. OLE color: 6860524.
HSL color Cylindrical-coordinate representation of color #ECAE68: hue angle of 31.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECAE68 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 104 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.07 |
| HSL | 31.82º | 0.78% | 0.67% | - |
| HSV(B) | 31.82º | 0.56% | 0.93% | - |
| XYZ | 52.23 | 49.1 | 19.82 | - |
| YUV | 184.56 | 82.54 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 104 | 0 | 0.26 | 0.56 | 0.07 | 31.82 | 0.78 | 0.67 |
| Hex | EC | AE | 68 | 0 | 1A | 38 | 7 | 20 | 4E | 43 |
| Octal | 354 | 256 | 150 | 0 | 32 | 70 | 7 | 40 | 116 | 103 |
| Binary | 11101100 | 10101110 | 1101000 | 0 | 11010 | 111000 | 111 | 100000 | 1001110 | 1000011 |
Color Harmonies of #ECAE68
Complementary color
Monochromatic Colors of #ECAE68
Black with #ECAE68
Text Example
Text Example
White with #ECAE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE68; }
p { color: rgb(236,174,104); }
H1.HeaderClassName
{
color: #ECAE68;
}
.AnyTagClassName
{
color: #ECAE68;
}
</style>
background-color css
<style>
a { background-color: #ECAE68; }
a { background-color: rgb(236,174,104); }
div.DivClassName
{
background-color: #ECAE68;
}
.BgClassName
{
background-color: #ECAE68;
}
</style>
border-color css
<style>
span { border-color: #ECAE68; }
span { border-color: rgb(236,174,104); }
td.TdClassName
{
border-color: #ECAE68;
}
.TagClassName
{
border-color: #ECAE68;
}
</style>