Shades of Harvest Gold #EDBC68
Tints of Harvest Gold #EDBC68
RGB
CMYK
RGB Variations
Color information
#EDBC68 (or 0xEDBC68) is known color: Harvest Gold. HEX triplet: ED, BC and 68. RGB value is (237,188,104). Sum of RGB (Red+Green+Blue) = 237+188+104=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC68 is #124397. Grayscale: #C1C1C1. Windows color (decimal): -1196952 or 6864109. OLE color: 6864109.
HSL color Cylindrical-coordinate representation of color #EDBC68: hue angle of 37.89º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDBC68 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 104 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.07 |
| HSL | 37.89º | 0.79% | 0.67% | - |
| HSV(B) | 37.89º | 0.56% | 0.93% | - |
| XYZ | 55.41 | 54.97 | 20.79 | - |
| YUV | 193.08 | 77.73 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 104 | 0 | 0.21 | 0.56 | 0.07 | 37.89 | 0.79 | 0.67 |
| Hex | ED | BC | 68 | 0 | 15 | 38 | 7 | 26 | 4F | 43 |
| Octal | 355 | 274 | 150 | 0 | 25 | 70 | 7 | 46 | 117 | 103 |
| Binary | 11101101 | 10111100 | 1101000 | 0 | 10101 | 111000 | 111 | 100110 | 1001111 | 1000011 |
Color Harmonies of #EDBC68
Complementary color
Monochromatic Colors of #EDBC68
Black with #EDBC68
Text Example
Text Example
White with #EDBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC68; }
p { color: rgb(237,188,104); }
H1.HeaderClassName
{
color: #EDBC68;
}
.AnyTagClassName
{
color: #EDBC68;
}
</style>
background-color css
<style>
a { background-color: #EDBC68; }
a { background-color: rgb(237,188,104); }
div.DivClassName
{
background-color: #EDBC68;
}
.BgClassName
{
background-color: #EDBC68;
}
</style>
border-color css
<style>
span { border-color: #EDBC68; }
span { border-color: rgb(237,188,104); }
td.TdClassName
{
border-color: #EDBC68;
}
.TagClassName
{
border-color: #EDBC68;
}
</style>