Shades of Harvest Gold #EDB96D
Tints of Harvest Gold #EDB96D
RGB
CMYK
RGB Variations
Color information
#EDB96D (or 0xEDB96D) is known color: Harvest Gold. HEX triplet: ED, B9 and 6D. RGB value is (237,185,109). Sum of RGB (Red+Green+Blue) = 237+185+109=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB96D is #124692. Grayscale: #C0C0C0. Windows color (decimal): -1197715 or 7191021. OLE color: 7191021.
HSL color Cylindrical-coordinate representation of color #EDB96D: hue angle of 35.62º 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 #EDB96D is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 109 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.07 |
| HSL | 35.63º | 0.78% | 0.68% | - |
| HSV(B) | 35.63º | 0.54% | 0.93% | - |
| XYZ | 55.03 | 53.81 | 21.95 | - |
| YUV | 191.88 | 81.23 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 109 | 0 | 0.22 | 0.54 | 0.07 | 35.63 | 0.78 | 0.68 |
| Hex | ED | B9 | 6D | 0 | 16 | 36 | 7 | 24 | 4E | 44 |
| Octal | 355 | 271 | 155 | 0 | 26 | 66 | 7 | 44 | 116 | 104 |
| Binary | 11101101 | 10111001 | 1101101 | 0 | 10110 | 110110 | 111 | 100100 | 1001110 | 1000100 |
Color Harmonies of #EDB96D
Complementary color
Monochromatic Colors of #EDB96D
Black with #EDB96D
Text Example
Text Example
White with #EDB96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB96D; }
p { color: rgb(237,185,109); }
H1.HeaderClassName
{
color: #EDB96D;
}
.AnyTagClassName
{
color: #EDB96D;
}
</style>
background-color css
<style>
a { background-color: #EDB96D; }
a { background-color: rgb(237,185,109); }
div.DivClassName
{
background-color: #EDB96D;
}
.BgClassName
{
background-color: #EDB96D;
}
</style>
border-color css
<style>
span { border-color: #EDB96D; }
span { border-color: rgb(237,185,109); }
td.TdClassName
{
border-color: #EDB96D;
}
.TagClassName
{
border-color: #EDB96D;
}
</style>