Shades of Harvest Gold #EDBC6E
Tints of Harvest Gold #EDBC6E
RGB
CMYK
RGB Variations
Color information
#EDBC6E (or 0xEDBC6E) is known color: Harvest Gold. HEX triplet: ED, BC and 6E. RGB value is (237,188,110). Sum of RGB (Red+Green+Blue) = 237+188+110=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC6E is #124391. Grayscale: #C2C2C2. Windows color (decimal): -1196946 or 7257325. OLE color: 7257325.
HSL color Cylindrical-coordinate representation of color #EDBC6E: hue angle of 36.85º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDBC6E is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 110 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.07 |
| HSL | 36.85º | 0.78% | 0.68% | - |
| HSV(B) | 36.85º | 0.54% | 0.93% | - |
| XYZ | 55.72 | 55.1 | 22.45 | - |
| YUV | 193.76 | 80.73 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 110 | 0 | 0.21 | 0.54 | 0.07 | 36.85 | 0.78 | 0.68 |
| Hex | ED | BC | 6E | 0 | 15 | 36 | 7 | 25 | 4E | 44 |
| Octal | 355 | 274 | 156 | 0 | 25 | 66 | 7 | 45 | 116 | 104 |
| Binary | 11101101 | 10111100 | 1101110 | 0 | 10101 | 110110 | 111 | 100101 | 1001110 | 1000100 |
Color Harmonies of #EDBC6E
Complementary color
Monochromatic Colors of #EDBC6E
Black with #EDBC6E
Text Example
Text Example
White with #EDBC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC6E; }
p { color: rgb(237,188,110); }
H1.HeaderClassName
{
color: #EDBC6E;
}
.AnyTagClassName
{
color: #EDBC6E;
}
</style>
background-color css
<style>
a { background-color: #EDBC6E; }
a { background-color: rgb(237,188,110); }
div.DivClassName
{
background-color: #EDBC6E;
}
.BgClassName
{
background-color: #EDBC6E;
}
</style>
border-color css
<style>
span { border-color: #EDBC6E; }
span { border-color: rgb(237,188,110); }
td.TdClassName
{
border-color: #EDBC6E;
}
.TagClassName
{
border-color: #EDBC6E;
}
</style>