Shades of Harvest Gold #ECBF74
Tints of Harvest Gold #ECBF74
RGB
CMYK
RGB Variations
Color information
#ECBF74 (or 0xECBF74) is known color: Harvest Gold. HEX triplet: EC, BF and 74. RGB value is (236,191,116). Sum of RGB (Red+Green+Blue) = 236+191+116=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBF74 is #13408B. Grayscale: #C4C4C4. Windows color (decimal): -1261708 or 7651308. OLE color: 7651308.
HSL color Cylindrical-coordinate representation of color #ECBF74: hue angle of 37.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECBF74 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 116 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.07 |
| HSL | 37.5º | 0.76% | 0.69% | - |
| HSV(B) | 37.5º | 0.51% | 0.93% | - |
| XYZ | 56.38 | 56.36 | 24.43 | - |
| YUV | 195.91 | 82.91 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 116 | 0 | 0.19 | 0.51 | 0.07 | 37.5 | 0.76 | 0.69 |
| Hex | EC | BF | 74 | 0 | 13 | 33 | 7 | 26 | 4C | 45 |
| Octal | 354 | 277 | 164 | 0 | 23 | 63 | 7 | 46 | 114 | 105 |
| Binary | 11101100 | 10111111 | 1110100 | 0 | 10011 | 110011 | 111 | 100110 | 1001100 | 1000101 |
Color Harmonies of #ECBF74
Complementary color
Monochromatic Colors of #ECBF74
Black with #ECBF74
Text Example
Text Example
White with #ECBF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF74; }
p { color: rgb(236,191,116); }
H1.HeaderClassName
{
color: #ECBF74;
}
.AnyTagClassName
{
color: #ECBF74;
}
</style>
background-color css
<style>
a { background-color: #ECBF74; }
a { background-color: rgb(236,191,116); }
div.DivClassName
{
background-color: #ECBF74;
}
.BgClassName
{
background-color: #ECBF74;
}
</style>
border-color css
<style>
span { border-color: #ECBF74; }
span { border-color: rgb(236,191,116); }
td.TdClassName
{
border-color: #ECBF74;
}
.TagClassName
{
border-color: #ECBF74;
}
</style>