Shades of Harvest Gold #ECAF6C
Tints of Harvest Gold #ECAF6C
RGB
CMYK
RGB Variations
Color information
#ECAF6C (or 0xECAF6C) is known color: Harvest Gold. HEX triplet: EC, AF and 6C. RGB value is (236,175,108). Sum of RGB (Red+Green+Blue) = 236+175+108=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF6C is #135093. Grayscale: #B9B9B9. Windows color (decimal): -1265812 or 7122924. OLE color: 7122924.
HSL color Cylindrical-coordinate representation of color #ECAF6C: hue angle of 31.41º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECAF6C is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 108 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.07 |
| HSL | 31.41º | 0.77% | 0.67% | - |
| HSV(B) | 31.41º | 0.54% | 0.93% | - |
| XYZ | 52.63 | 49.58 | 20.98 | - |
| YUV | 185.6 | 84.21 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 108 | 0 | 0.26 | 0.54 | 0.07 | 31.41 | 0.77 | 0.67 |
| Hex | EC | AF | 6C | 0 | 1A | 36 | 7 | 1F | 4D | 43 |
| Octal | 354 | 257 | 154 | 0 | 32 | 66 | 7 | 37 | 115 | 103 |
| Binary | 11101100 | 10101111 | 1101100 | 0 | 11010 | 110110 | 111 | 11111 | 1001101 | 1000011 |
Color Harmonies of #ECAF6C
Complementary color
Monochromatic Colors of #ECAF6C
Black with #ECAF6C
Text Example
Text Example
White with #ECAF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF6C; }
p { color: rgb(236,175,108); }
H1.HeaderClassName
{
color: #ECAF6C;
}
.AnyTagClassName
{
color: #ECAF6C;
}
</style>
background-color css
<style>
a { background-color: #ECAF6C; }
a { background-color: rgb(236,175,108); }
div.DivClassName
{
background-color: #ECAF6C;
}
.BgClassName
{
background-color: #ECAF6C;
}
</style>
border-color css
<style>
span { border-color: #ECAF6C; }
span { border-color: rgb(236,175,108); }
td.TdClassName
{
border-color: #ECAF6C;
}
.TagClassName
{
border-color: #ECAF6C;
}
</style>