Shades of Harvest Gold #EDB86E
Tints of Harvest Gold #EDB86E
RGB
CMYK
RGB Variations
Color information
#EDB86E (or 0xEDB86E) is known color: Harvest Gold. HEX triplet: ED, B8 and 6E. RGB value is (237,184,110). Sum of RGB (Red+Green+Blue) = 237+184+110=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB86E is #124791. Grayscale: #BFBFBF. Windows color (decimal): -1197970 or 7256301. OLE color: 7256301.
HSL color Cylindrical-coordinate representation of color #EDB86E: hue angle of 34.96º 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 #EDB86E is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 110 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.07 |
| HSL | 34.96º | 0.78% | 0.68% | - |
| HSV(B) | 34.96º | 0.54% | 0.93% | - |
| XYZ | 54.88 | 53.41 | 22.17 | - |
| YUV | 191.41 | 82.06 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 110 | 0 | 0.22 | 0.54 | 0.07 | 34.96 | 0.78 | 0.68 |
| Hex | ED | B8 | 6E | 0 | 16 | 36 | 7 | 23 | 4E | 44 |
| Octal | 355 | 270 | 156 | 0 | 26 | 66 | 7 | 43 | 116 | 104 |
| Binary | 11101101 | 10111000 | 1101110 | 0 | 10110 | 110110 | 111 | 100011 | 1001110 | 1000100 |
Color Harmonies of #EDB86E
Complementary color
Monochromatic Colors of #EDB86E
Black with #EDB86E
Text Example
Text Example
White with #EDB86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB86E; }
p { color: rgb(237,184,110); }
H1.HeaderClassName
{
color: #EDB86E;
}
.AnyTagClassName
{
color: #EDB86E;
}
</style>
background-color css
<style>
a { background-color: #EDB86E; }
a { background-color: rgb(237,184,110); }
div.DivClassName
{
background-color: #EDB86E;
}
.BgClassName
{
background-color: #EDB86E;
}
</style>
border-color css
<style>
span { border-color: #EDB86E; }
span { border-color: rgb(237,184,110); }
td.TdClassName
{
border-color: #EDB86E;
}
.TagClassName
{
border-color: #EDB86E;
}
</style>