Shades of Harvest Gold #EDB86D
Tints of Harvest Gold #EDB86D
RGB
CMYK
RGB Variations
Color information
#EDB86D (or 0xEDB86D) is known color: Harvest Gold. HEX triplet: ED, B8 and 6D. RGB value is (237,184,109). Sum of RGB (Red+Green+Blue) = 237+184+109=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB86D is #124792. Grayscale: #BFBFBF. Windows color (decimal): -1197971 or 7190765. OLE color: 7190765.
HSL color Cylindrical-coordinate representation of color #EDB86D: hue angle of 35.16º 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 #EDB86D is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 109 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.07 |
| HSL | 35.16º | 0.78% | 0.68% | - |
| HSV(B) | 35.16º | 0.54% | 0.93% | - |
| XYZ | 54.83 | 53.39 | 21.88 | - |
| YUV | 191.3 | 81.56 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 109 | 0 | 0.22 | 0.54 | 0.07 | 35.16 | 0.78 | 0.68 |
| Hex | ED | B8 | 6D | 0 | 16 | 36 | 7 | 23 | 4E | 44 |
| Octal | 355 | 270 | 155 | 0 | 26 | 66 | 7 | 43 | 116 | 104 |
| Binary | 11101101 | 10111000 | 1101101 | 0 | 10110 | 110110 | 111 | 100011 | 1001110 | 1000100 |
Color Harmonies of #EDB86D
Complementary color
Monochromatic Colors of #EDB86D
Black with #EDB86D
Text Example
Text Example
White with #EDB86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB86D; }
p { color: rgb(237,184,109); }
H1.HeaderClassName
{
color: #EDB86D;
}
.AnyTagClassName
{
color: #EDB86D;
}
</style>
background-color css
<style>
a { background-color: #EDB86D; }
a { background-color: rgb(237,184,109); }
div.DivClassName
{
background-color: #EDB86D;
}
.BgClassName
{
background-color: #EDB86D;
}
</style>
border-color css
<style>
span { border-color: #EDB86D; }
span { border-color: rgb(237,184,109); }
td.TdClassName
{
border-color: #EDB86D;
}
.TagClassName
{
border-color: #EDB86D;
}
</style>