Shades of Harvest Gold #EDB06C
Tints of Harvest Gold #EDB06C
RGB
CMYK
RGB Variations
Color information
#EDB06C (or 0xEDB06C) is known color: Harvest Gold. HEX triplet: ED, B0 and 6C. RGB value is (237,176,108). Sum of RGB (Red+Green+Blue) = 237+176+108=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB06C is #124F93. Grayscale: #BABABA. Windows color (decimal): -1200020 or 7123181. OLE color: 7123181.
HSL color Cylindrical-coordinate representation of color #EDB06C: hue angle of 31.63º 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 #EDB06C is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 108 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.07 |
| HSL | 31.63º | 0.78% | 0.68% | - |
| HSV(B) | 31.63º | 0.54% | 0.93% | - |
| XYZ | 53.16 | 50.14 | 21.06 | - |
| YUV | 186.49 | 83.71 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 108 | 0 | 0.26 | 0.54 | 0.07 | 31.63 | 0.78 | 0.68 |
| Hex | ED | B0 | 6C | 0 | 1A | 36 | 7 | 20 | 4E | 44 |
| Octal | 355 | 260 | 154 | 0 | 32 | 66 | 7 | 40 | 116 | 104 |
| Binary | 11101101 | 10110000 | 1101100 | 0 | 11010 | 110110 | 111 | 100000 | 1001110 | 1000100 |
Color Harmonies of #EDB06C
Complementary color
Monochromatic Colors of #EDB06C
Black with #EDB06C
Text Example
Text Example
White with #EDB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB06C; }
p { color: rgb(237,176,108); }
H1.HeaderClassName
{
color: #EDB06C;
}
.AnyTagClassName
{
color: #EDB06C;
}
</style>
background-color css
<style>
a { background-color: #EDB06C; }
a { background-color: rgb(237,176,108); }
div.DivClassName
{
background-color: #EDB06C;
}
.BgClassName
{
background-color: #EDB06C;
}
</style>
border-color css
<style>
span { border-color: #EDB06C; }
span { border-color: rgb(237,176,108); }
td.TdClassName
{
border-color: #EDB06C;
}
.TagClassName
{
border-color: #EDB06C;
}
</style>