Shades of Harvest Gold #ECBE73
Tints of Harvest Gold #ECBE73
RGB
CMYK
RGB Variations
Color information
#ECBE73 (or 0xECBE73) is known color: Harvest Gold. HEX triplet: EC, BE and 73. RGB value is (236,190,115). Sum of RGB (Red+Green+Blue) = 236+190+115=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBE73 is #13418C. Grayscale: #C3C3C3. Windows color (decimal): -1261965 or 7585516. OLE color: 7585516.
HSL color Cylindrical-coordinate representation of color #ECBE73: hue angle of 37.19º 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 #ECBE73 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 115 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.07 |
| HSL | 37.19º | 0.76% | 0.69% | - |
| HSV(B) | 37.19º | 0.51% | 0.93% | - |
| XYZ | 56.1 | 55.9 | 24.05 | - |
| YUV | 195.2 | 82.74 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 115 | 0 | 0.19 | 0.51 | 0.07 | 37.19 | 0.76 | 0.69 |
| Hex | EC | BE | 73 | 0 | 13 | 33 | 7 | 25 | 4C | 45 |
| Octal | 354 | 276 | 163 | 0 | 23 | 63 | 7 | 45 | 114 | 105 |
| Binary | 11101100 | 10111110 | 1110011 | 0 | 10011 | 110011 | 111 | 100101 | 1001100 | 1000101 |
Color Harmonies of #ECBE73
Complementary color
Monochromatic Colors of #ECBE73
Black with #ECBE73
Text Example
Text Example
White with #ECBE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE73; }
p { color: rgb(236,190,115); }
H1.HeaderClassName
{
color: #ECBE73;
}
.AnyTagClassName
{
color: #ECBE73;
}
</style>
background-color css
<style>
a { background-color: #ECBE73; }
a { background-color: rgb(236,190,115); }
div.DivClassName
{
background-color: #ECBE73;
}
.BgClassName
{
background-color: #ECBE73;
}
</style>
border-color css
<style>
span { border-color: #ECBE73; }
span { border-color: rgb(236,190,115); }
td.TdClassName
{
border-color: #ECBE73;
}
.TagClassName
{
border-color: #ECBE73;
}
</style>