Shades of Harvest Gold #ECBF70
Tints of Harvest Gold #ECBF70
RGB
CMYK
RGB Variations
Color information
#ECBF70 (or 0xECBF70) is known color: Harvest Gold. HEX triplet: EC, BF and 70. RGB value is (236,191,112). Sum of RGB (Red+Green+Blue) = 236+191+112=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBF70 is #13408F. Grayscale: #C3C3C3. Windows color (decimal): -1261712 or 7389164. OLE color: 7389164.
HSL color Cylindrical-coordinate representation of color #ECBF70: hue angle of 38.23º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECBF70 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 112 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.07 |
| HSL | 38.23º | 0.77% | 0.68% | - |
| HSV(B) | 38.23º | 0.53% | 0.93% | - |
| XYZ | 56.15 | 56.26 | 23.23 | - |
| YUV | 195.45 | 80.91 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 112 | 0 | 0.19 | 0.53 | 0.07 | 38.23 | 0.77 | 0.68 |
| Hex | EC | BF | 70 | 0 | 13 | 35 | 7 | 26 | 4D | 44 |
| Octal | 354 | 277 | 160 | 0 | 23 | 65 | 7 | 46 | 115 | 104 |
| Binary | 11101100 | 10111111 | 1110000 | 0 | 10011 | 110101 | 111 | 100110 | 1001101 | 1000100 |
Color Harmonies of #ECBF70
Complementary color
Monochromatic Colors of #ECBF70
Black with #ECBF70
Text Example
Text Example
White with #ECBF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF70; }
p { color: rgb(236,191,112); }
H1.HeaderClassName
{
color: #ECBF70;
}
.AnyTagClassName
{
color: #ECBF70;
}
</style>
background-color css
<style>
a { background-color: #ECBF70; }
a { background-color: rgb(236,191,112); }
div.DivClassName
{
background-color: #ECBF70;
}
.BgClassName
{
background-color: #ECBF70;
}
</style>
border-color css
<style>
span { border-color: #ECBF70; }
span { border-color: rgb(236,191,112); }
td.TdClassName
{
border-color: #ECBF70;
}
.TagClassName
{
border-color: #ECBF70;
}
</style>