Shades of Harvest Gold #EDBD6E
Tints of Harvest Gold #EDBD6E
RGB
CMYK
RGB Variations
Color information
#EDBD6E (or 0xEDBD6E) is known color: Harvest Gold. HEX triplet: ED, BD and 6E. RGB value is (237,189,110). Sum of RGB (Red+Green+Blue) = 237+189+110=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBD6E is #124291. Grayscale: #C2C2C2. Windows color (decimal): -1196690 or 7257581. OLE color: 7257581.
HSL color Cylindrical-coordinate representation of color #EDBD6E: hue angle of 37.32º 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 #EDBD6E is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 110 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.07 |
| HSL | 37.32º | 0.78% | 0.68% | - |
| HSV(B) | 37.32º | 0.54% | 0.93% | - |
| XYZ | 55.94 | 55.53 | 22.52 | - |
| YUV | 194.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 110 | 0 | 0.20 | 0.54 | 0.07 | 37.32 | 0.78 | 0.68 |
| Hex | ED | BD | 6E | 0 | 14 | 36 | 7 | 25 | 4E | 44 |
| Octal | 355 | 275 | 156 | 0 | 24 | 66 | 7 | 45 | 116 | 104 |
| Binary | 11101101 | 10111101 | 1101110 | 0 | 10100 | 110110 | 111 | 100101 | 1001110 | 1000100 |
Color Harmonies of #EDBD6E
Complementary color
Monochromatic Colors of #EDBD6E
Black with #EDBD6E
Text Example
Text Example
White with #EDBD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBD6E; }
p { color: rgb(237,189,110); }
H1.HeaderClassName
{
color: #EDBD6E;
}
.AnyTagClassName
{
color: #EDBD6E;
}
</style>
background-color css
<style>
a { background-color: #EDBD6E; }
a { background-color: rgb(237,189,110); }
div.DivClassName
{
background-color: #EDBD6E;
}
.BgClassName
{
background-color: #EDBD6E;
}
</style>
border-color css
<style>
span { border-color: #EDBD6E; }
span { border-color: rgb(237,189,110); }
td.TdClassName
{
border-color: #EDBD6E;
}
.TagClassName
{
border-color: #EDBD6E;
}
</style>