Shades of Harvest Gold #ECAF68
Tints of Harvest Gold #ECAF68
RGB
CMYK
RGB Variations
Color information
#ECAF68 (or 0xECAF68) is known color: Harvest Gold. HEX triplet: EC, AF and 68. RGB value is (236,175,104). Sum of RGB (Red+Green+Blue) = 236+175+104=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF68 is #135097. Grayscale: #B9B9B9. Windows color (decimal): -1265816 or 6860780. OLE color: 6860780.
HSL color Cylindrical-coordinate representation of color #ECAF68: hue angle of 32.27º 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 #ECAF68 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 104 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.07 |
| HSL | 32.27º | 0.78% | 0.67% | - |
| HSV(B) | 32.27º | 0.56% | 0.93% | - |
| XYZ | 52.42 | 49.49 | 19.89 | - |
| YUV | 185.15 | 82.21 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 104 | 0 | 0.26 | 0.56 | 0.07 | 32.27 | 0.78 | 0.67 |
| Hex | EC | AF | 68 | 0 | 1A | 38 | 7 | 20 | 4E | 43 |
| Octal | 354 | 257 | 150 | 0 | 32 | 70 | 7 | 40 | 116 | 103 |
| Binary | 11101100 | 10101111 | 1101000 | 0 | 11010 | 111000 | 111 | 100000 | 1001110 | 1000011 |
Color Harmonies of #ECAF68
Complementary color
Monochromatic Colors of #ECAF68
Black with #ECAF68
Text Example
Text Example
White with #ECAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF68; }
p { color: rgb(236,175,104); }
H1.HeaderClassName
{
color: #ECAF68;
}
.AnyTagClassName
{
color: #ECAF68;
}
</style>
background-color css
<style>
a { background-color: #ECAF68; }
a { background-color: rgb(236,175,104); }
div.DivClassName
{
background-color: #ECAF68;
}
.BgClassName
{
background-color: #ECAF68;
}
</style>
border-color css
<style>
span { border-color: #ECAF68; }
span { border-color: rgb(236,175,104); }
td.TdClassName
{
border-color: #ECAF68;
}
.TagClassName
{
border-color: #ECAF68;
}
</style>