Shades of Harvest Gold #EDBC73
Tints of Harvest Gold #EDBC73
RGB
CMYK
RGB Variations
Color information
#EDBC73 (or 0xEDBC73) is known color: Harvest Gold. HEX triplet: ED, BC and 73. RGB value is (237,188,115). Sum of RGB (Red+Green+Blue) = 237+188+115=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC73 is #12438C. Grayscale: #C2C2C2. Windows color (decimal): -1196941 or 7585005. OLE color: 7585005.
HSL color Cylindrical-coordinate representation of color #EDBC73: hue angle of 35.9º degrees, saturation: 0.77, 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 #EDBC73 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 115 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.07 |
| HSL | 35.9º | 0.77% | 0.69% | - |
| HSV(B) | 35.9º | 0.51% | 0.93% | - |
| XYZ | 56 | 55.21 | 23.92 | - |
| YUV | 194.33 | 83.23 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 115 | 0 | 0.21 | 0.51 | 0.07 | 35.9 | 0.77 | 0.69 |
| Hex | ED | BC | 73 | 0 | 15 | 33 | 7 | 24 | 4D | 45 |
| Octal | 355 | 274 | 163 | 0 | 25 | 63 | 7 | 44 | 115 | 105 |
| Binary | 11101101 | 10111100 | 1110011 | 0 | 10101 | 110011 | 111 | 100100 | 1001101 | 1000101 |
Color Harmonies of #EDBC73
Complementary color
Monochromatic Colors of #EDBC73
Black with #EDBC73
Text Example
Text Example
White with #EDBC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC73; }
p { color: rgb(237,188,115); }
H1.HeaderClassName
{
color: #EDBC73;
}
.AnyTagClassName
{
color: #EDBC73;
}
</style>
background-color css
<style>
a { background-color: #EDBC73; }
a { background-color: rgb(237,188,115); }
div.DivClassName
{
background-color: #EDBC73;
}
.BgClassName
{
background-color: #EDBC73;
}
</style>
border-color css
<style>
span { border-color: #EDBC73; }
span { border-color: rgb(237,188,115); }
td.TdClassName
{
border-color: #EDBC73;
}
.TagClassName
{
border-color: #EDBC73;
}
</style>