Shades of Harvest Gold #ECAF65
Tints of Harvest Gold #ECAF65
RGB
CMYK
RGB Variations
Color information
#ECAF65 (or 0xECAF65) is known color: Harvest Gold. HEX triplet: EC, AF and 65. RGB value is (236,175,101). Sum of RGB (Red+Green+Blue) = 236+175+101=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF65 is #13509A. Grayscale: #B9B9B9. Windows color (decimal): -1265819 or 6664172. OLE color: 6664172.
HSL color Cylindrical-coordinate representation of color #ECAF65: hue angle of 32.89º 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 #ECAF65 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 101 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.07 |
| HSL | 32.89º | 0.78% | 0.66% | - |
| HSV(B) | 32.89º | 0.57% | 0.93% | - |
| XYZ | 52.27 | 49.43 | 19.1 | - |
| YUV | 184.8 | 80.71 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 101 | 0 | 0.26 | 0.57 | 0.07 | 32.89 | 0.78 | 0.66 |
| Hex | EC | AF | 65 | 0 | 1A | 39 | 7 | 21 | 4E | 42 |
| Octal | 354 | 257 | 145 | 0 | 32 | 71 | 7 | 41 | 116 | 102 |
| Binary | 11101100 | 10101111 | 1100101 | 0 | 11010 | 111001 | 111 | 100001 | 1001110 | 1000010 |
Color Harmonies of #ECAF65
Complementary color
Monochromatic Colors of #ECAF65
Black with #ECAF65
Text Example
Text Example
White with #ECAF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF65; }
p { color: rgb(236,175,101); }
H1.HeaderClassName
{
color: #ECAF65;
}
.AnyTagClassName
{
color: #ECAF65;
}
</style>
background-color css
<style>
a { background-color: #ECAF65; }
a { background-color: rgb(236,175,101); }
div.DivClassName
{
background-color: #ECAF65;
}
.BgClassName
{
background-color: #ECAF65;
}
</style>
border-color css
<style>
span { border-color: #ECAF65; }
span { border-color: rgb(236,175,101); }
td.TdClassName
{
border-color: #ECAF65;
}
.TagClassName
{
border-color: #ECAF65;
}
</style>