Shades of Harvest Gold #EDB76F
Tints of Harvest Gold #EDB76F
RGB
CMYK
RGB Variations
Color information
#EDB76F (or 0xEDB76F) is known color: Harvest Gold. HEX triplet: ED, B7 and 6F. RGB value is (237,183,111). Sum of RGB (Red+Green+Blue) = 237+183+111=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB76F is #124890. Grayscale: #BFBFBF. Windows color (decimal): -1198225 or 7321581. OLE color: 7321581.
HSL color Cylindrical-coordinate representation of color #EDB76F: hue angle of 34.29º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDB76F is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 111 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.07 |
| HSL | 34.29º | 0.78% | 0.68% | - |
| HSV(B) | 34.29º | 0.53% | 0.93% | - |
| XYZ | 54.73 | 53.02 | 22.39 | - |
| YUV | 190.94 | 82.89 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 111 | 0 | 0.23 | 0.53 | 0.07 | 34.29 | 0.78 | 0.68 |
| Hex | ED | B7 | 6F | 0 | 17 | 35 | 7 | 22 | 4E | 44 |
| Octal | 355 | 267 | 157 | 0 | 27 | 65 | 7 | 42 | 116 | 104 |
| Binary | 11101101 | 10110111 | 1101111 | 0 | 10111 | 110101 | 111 | 100010 | 1001110 | 1000100 |
Color Harmonies of #EDB76F
Complementary color
Monochromatic Colors of #EDB76F
Black with #EDB76F
Text Example
Text Example
White with #EDB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB76F; }
p { color: rgb(237,183,111); }
H1.HeaderClassName
{
color: #EDB76F;
}
.AnyTagClassName
{
color: #EDB76F;
}
</style>
background-color css
<style>
a { background-color: #EDB76F; }
a { background-color: rgb(237,183,111); }
div.DivClassName
{
background-color: #EDB76F;
}
.BgClassName
{
background-color: #EDB76F;
}
</style>
border-color css
<style>
span { border-color: #EDB76F; }
span { border-color: rgb(237,183,111); }
td.TdClassName
{
border-color: #EDB76F;
}
.TagClassName
{
border-color: #EDB76F;
}
</style>