Shades of Harvest Gold #EDBC6C
Tints of Harvest Gold #EDBC6C
RGB
CMYK
RGB Variations
Color information
#EDBC6C (or 0xEDBC6C) is known color: Harvest Gold. HEX triplet: ED, BC and 6C. RGB value is (237,188,108). Sum of RGB (Red+Green+Blue) = 237+188+108=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC6C is #124393. Grayscale: #C1C1C1. Windows color (decimal): -1196948 or 7126253. OLE color: 7126253.
HSL color Cylindrical-coordinate representation of color #EDBC6C: hue angle of 37.21º 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 #EDBC6C is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 108 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.07 |
| HSL | 37.21º | 0.78% | 0.68% | - |
| HSV(B) | 37.21º | 0.54% | 0.93% | - |
| XYZ | 55.62 | 55.05 | 21.88 | - |
| YUV | 193.53 | 79.73 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 108 | 0 | 0.21 | 0.54 | 0.07 | 37.21 | 0.78 | 0.68 |
| Hex | ED | BC | 6C | 0 | 15 | 36 | 7 | 25 | 4E | 44 |
| Octal | 355 | 274 | 154 | 0 | 25 | 66 | 7 | 45 | 116 | 104 |
| Binary | 11101101 | 10111100 | 1101100 | 0 | 10101 | 110110 | 111 | 100101 | 1001110 | 1000100 |
Color Harmonies of #EDBC6C
Complementary color
Monochromatic Colors of #EDBC6C
Black with #EDBC6C
Text Example
Text Example
White with #EDBC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC6C; }
p { color: rgb(237,188,108); }
H1.HeaderClassName
{
color: #EDBC6C;
}
.AnyTagClassName
{
color: #EDBC6C;
}
</style>
background-color css
<style>
a { background-color: #EDBC6C; }
a { background-color: rgb(237,188,108); }
div.DivClassName
{
background-color: #EDBC6C;
}
.BgClassName
{
background-color: #EDBC6C;
}
</style>
border-color css
<style>
span { border-color: #EDBC6C; }
span { border-color: rgb(237,188,108); }
td.TdClassName
{
border-color: #EDBC6C;
}
.TagClassName
{
border-color: #EDBC6C;
}
</style>