Shades of Harvest Gold #EDB86C
Tints of Harvest Gold #EDB86C
RGB
CMYK
RGB Variations
Color information
#EDB86C (or 0xEDB86C) is known color: Harvest Gold. HEX triplet: ED, B8 and 6C. RGB value is (237,184,108). Sum of RGB (Red+Green+Blue) = 237+184+108=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB86C is #124793. Grayscale: #BFBFBF. Windows color (decimal): -1197972 or 7125229. OLE color: 7125229.
HSL color Cylindrical-coordinate representation of color #EDB86C: hue angle of 35.35º 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 #EDB86C is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 108 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.07 |
| HSL | 35.35º | 0.78% | 0.68% | - |
| HSV(B) | 35.35º | 0.54% | 0.93% | - |
| XYZ | 54.77 | 53.37 | 21.6 | - |
| YUV | 191.18 | 81.06 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 108 | 0 | 0.22 | 0.54 | 0.07 | 35.35 | 0.78 | 0.68 |
| Hex | ED | B8 | 6C | 0 | 16 | 36 | 7 | 23 | 4E | 44 |
| Octal | 355 | 270 | 154 | 0 | 26 | 66 | 7 | 43 | 116 | 104 |
| Binary | 11101101 | 10111000 | 1101100 | 0 | 10110 | 110110 | 111 | 100011 | 1001110 | 1000100 |
Color Harmonies of #EDB86C
Complementary color
Monochromatic Colors of #EDB86C
Black with #EDB86C
Text Example
Text Example
White with #EDB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB86C; }
p { color: rgb(237,184,108); }
H1.HeaderClassName
{
color: #EDB86C;
}
.AnyTagClassName
{
color: #EDB86C;
}
</style>
background-color css
<style>
a { background-color: #EDB86C; }
a { background-color: rgb(237,184,108); }
div.DivClassName
{
background-color: #EDB86C;
}
.BgClassName
{
background-color: #EDB86C;
}
</style>
border-color css
<style>
span { border-color: #EDB86C; }
span { border-color: rgb(237,184,108); }
td.TdClassName
{
border-color: #EDB86C;
}
.TagClassName
{
border-color: #EDB86C;
}
</style>