Shades of Harvest Gold #ECAC68
Tints of Harvest Gold #ECAC68
RGB
CMYK
RGB Variations
Color information
#ECAC68 (or 0xECAC68) is known color: Harvest Gold. HEX triplet: EC, AC and 68. RGB value is (236,172,104). Sum of RGB (Red+Green+Blue) = 236+172+104=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC68 is #135397. Grayscale: #B7B7B7. Windows color (decimal): -1266584 or 6860012. OLE color: 6860012.
HSL color Cylindrical-coordinate representation of color #ECAC68: hue angle of 30.91º 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 #ECAC68 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 104 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.07 |
| HSL | 30.91º | 0.78% | 0.67% | - |
| HSV(B) | 30.91º | 0.56% | 0.93% | - |
| XYZ | 51.84 | 48.34 | 19.69 | - |
| YUV | 183.38 | 83.2 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 104 | 0 | 0.27 | 0.56 | 0.07 | 30.91 | 0.78 | 0.67 |
| Hex | EC | AC | 68 | 0 | 1B | 38 | 7 | 1F | 4E | 43 |
| Octal | 354 | 254 | 150 | 0 | 33 | 70 | 7 | 37 | 116 | 103 |
| Binary | 11101100 | 10101100 | 1101000 | 0 | 11011 | 111000 | 111 | 11111 | 1001110 | 1000011 |
Color Harmonies of #ECAC68
Complementary color
Monochromatic Colors of #ECAC68
Black with #ECAC68
Text Example
Text Example
White with #ECAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC68; }
p { color: rgb(236,172,104); }
H1.HeaderClassName
{
color: #ECAC68;
}
.AnyTagClassName
{
color: #ECAC68;
}
</style>
background-color css
<style>
a { background-color: #ECAC68; }
a { background-color: rgb(236,172,104); }
div.DivClassName
{
background-color: #ECAC68;
}
.BgClassName
{
background-color: #ECAC68;
}
</style>
border-color css
<style>
span { border-color: #ECAC68; }
span { border-color: rgb(236,172,104); }
td.TdClassName
{
border-color: #ECAC68;
}
.TagClassName
{
border-color: #ECAC68;
}
</style>