Shades of Harvest Gold #ECAF63
Tints of Harvest Gold #ECAF63
RGB
CMYK
RGB Variations
Color information
#ECAF63 (or 0xECAF63) is known color: Harvest Gold. HEX triplet: EC, AF and 63. RGB value is (236,175,99). Sum of RGB (Red+Green+Blue) = 236+175+99=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 99 (39.06% from 255 or 19.41% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF63 is #13509C. Grayscale: #B8B8B8. Windows color (decimal): -1265821 or 6533100. OLE color: 6533100.
HSL color Cylindrical-coordinate representation of color #ECAF63: hue angle of 33.28º 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 #ECAF63 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 99 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.07 |
| HSL | 33.28º | 0.78% | 0.66% | - |
| HSV(B) | 33.28º | 0.58% | 0.93% | - |
| XYZ | 52.17 | 49.39 | 18.59 | - |
| YUV | 184.58 | 79.71 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 99 | 0 | 0.26 | 0.58 | 0.07 | 33.28 | 0.78 | 0.66 |
| Hex | EC | AF | 63 | 0 | 1A | 3A | 7 | 21 | 4E | 42 |
| Octal | 354 | 257 | 143 | 0 | 32 | 72 | 7 | 41 | 116 | 102 |
| Binary | 11101100 | 10101111 | 1100011 | 0 | 11010 | 111010 | 111 | 100001 | 1001110 | 1000010 |
Color Harmonies of #ECAF63
Complementary color
Monochromatic Colors of #ECAF63
Black with #ECAF63
Text Example
Text Example
White with #ECAF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF63; }
p { color: rgb(236,175,99); }
H1.HeaderClassName
{
color: #ECAF63;
}
.AnyTagClassName
{
color: #ECAF63;
}
</style>
background-color css
<style>
a { background-color: #ECAF63; }
a { background-color: rgb(236,175,99); }
div.DivClassName
{
background-color: #ECAF63;
}
.BgClassName
{
background-color: #ECAF63;
}
</style>
border-color css
<style>
span { border-color: #ECAF63; }
span { border-color: rgb(236,175,99); }
td.TdClassName
{
border-color: #ECAF63;
}
.TagClassName
{
border-color: #ECAF63;
}
</style>