Shades of Harvest Gold #ECBB64
Tints of Harvest Gold #ECBB64
RGB
CMYK
RGB Variations
Color information
#ECBB64 (or 0xECBB64) is known color: Harvest Gold. HEX triplet: EC, BB and 64. RGB value is (236,187,100). Sum of RGB (Red+Green+Blue) = 236+187+100=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBB64 is #13449B. Grayscale: #C0C0C0. Windows color (decimal): -1262748 or 6601708. OLE color: 6601708.
HSL color Cylindrical-coordinate representation of color #ECBB64: hue angle of 38.38º 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 #ECBB64 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 100 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.07 |
| HSL | 38.38º | 0.78% | 0.66% | - |
| HSV(B) | 38.38º | 0.58% | 0.93% | - |
| XYZ | 54.66 | 54.29 | 19.66 | - |
| YUV | 191.73 | 76.23 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 100 | 0 | 0.21 | 0.58 | 0.07 | 38.38 | 0.78 | 0.66 |
| Hex | EC | BB | 64 | 0 | 15 | 3A | 7 | 26 | 4E | 42 |
| Octal | 354 | 273 | 144 | 0 | 25 | 72 | 7 | 46 | 116 | 102 |
| Binary | 11101100 | 10111011 | 1100100 | 0 | 10101 | 111010 | 111 | 100110 | 1001110 | 1000010 |
Color Harmonies of #ECBB64
Complementary color
Monochromatic Colors of #ECBB64
Black with #ECBB64
Text Example
Text Example
White with #ECBB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBB64; }
p { color: rgb(236,187,100); }
H1.HeaderClassName
{
color: #ECBB64;
}
.AnyTagClassName
{
color: #ECBB64;
}
</style>
background-color css
<style>
a { background-color: #ECBB64; }
a { background-color: rgb(236,187,100); }
div.DivClassName
{
background-color: #ECBB64;
}
.BgClassName
{
background-color: #ECBB64;
}
</style>
border-color css
<style>
span { border-color: #ECBB64; }
span { border-color: rgb(236,187,100); }
td.TdClassName
{
border-color: #ECBB64;
}
.TagClassName
{
border-color: #ECBB64;
}
</style>