Shades of Harvest Gold #EDB06F
Tints of Harvest Gold #EDB06F
RGB
CMYK
RGB Variations
Color information
#EDB06F (or 0xEDB06F) is known color: Harvest Gold. HEX triplet: ED, B0 and 6F. RGB value is (237,176,111). Sum of RGB (Red+Green+Blue) = 237+176+111=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB06F is #124F90. Grayscale: #BBBBBB. Windows color (decimal): -1200017 or 7319789. OLE color: 7319789.
HSL color Cylindrical-coordinate representation of color #EDB06F: hue angle of 30.95º 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 #EDB06F is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 111 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.07 |
| HSL | 30.95º | 0.78% | 0.68% | - |
| HSV(B) | 30.95º | 0.53% | 0.93% | - |
| XYZ | 53.32 | 50.2 | 21.92 | - |
| YUV | 186.83 | 85.21 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 111 | 0 | 0.26 | 0.53 | 0.07 | 30.95 | 0.78 | 0.68 |
| Hex | ED | B0 | 6F | 0 | 1A | 35 | 7 | 1F | 4E | 44 |
| Octal | 355 | 260 | 157 | 0 | 32 | 65 | 7 | 37 | 116 | 104 |
| Binary | 11101101 | 10110000 | 1101111 | 0 | 11010 | 110101 | 111 | 11111 | 1001110 | 1000100 |
Color Harmonies of #EDB06F
Complementary color
Monochromatic Colors of #EDB06F
Black with #EDB06F
Text Example
Text Example
White with #EDB06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB06F; }
p { color: rgb(237,176,111); }
H1.HeaderClassName
{
color: #EDB06F;
}
.AnyTagClassName
{
color: #EDB06F;
}
</style>
background-color css
<style>
a { background-color: #EDB06F; }
a { background-color: rgb(237,176,111); }
div.DivClassName
{
background-color: #EDB06F;
}
.BgClassName
{
background-color: #EDB06F;
}
</style>
border-color css
<style>
span { border-color: #EDB06F; }
span { border-color: rgb(237,176,111); }
td.TdClassName
{
border-color: #EDB06F;
}
.TagClassName
{
border-color: #EDB06F;
}
</style>