Shades of Harvest Gold #EDB06D
Tints of Harvest Gold #EDB06D
RGB
CMYK
RGB Variations
Color information
#EDB06D (or 0xEDB06D) is known color: Harvest Gold. HEX triplet: ED, B0 and 6D. RGB value is (237,176,109). Sum of RGB (Red+Green+Blue) = 237+176+109=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB06D is #124F92. Grayscale: #BABABA. Windows color (decimal): -1200019 or 7188717. OLE color: 7188717.
HSL color Cylindrical-coordinate representation of color #EDB06D: hue angle of 31.41º 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 #EDB06D is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 109 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.07 |
| HSL | 31.41º | 0.78% | 0.68% | - |
| HSV(B) | 31.41º | 0.54% | 0.93% | - |
| XYZ | 53.21 | 50.16 | 21.35 | - |
| YUV | 186.6 | 84.21 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 109 | 0 | 0.26 | 0.54 | 0.07 | 31.41 | 0.78 | 0.68 |
| Hex | ED | B0 | 6D | 0 | 1A | 36 | 7 | 1F | 4E | 44 |
| Octal | 355 | 260 | 155 | 0 | 32 | 66 | 7 | 37 | 116 | 104 |
| Binary | 11101101 | 10110000 | 1101101 | 0 | 11010 | 110110 | 111 | 11111 | 1001110 | 1000100 |
Color Harmonies of #EDB06D
Complementary color
Monochromatic Colors of #EDB06D
Black with #EDB06D
Text Example
Text Example
White with #EDB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB06D; }
p { color: rgb(237,176,109); }
H1.HeaderClassName
{
color: #EDB06D;
}
.AnyTagClassName
{
color: #EDB06D;
}
</style>
background-color css
<style>
a { background-color: #EDB06D; }
a { background-color: rgb(237,176,109); }
div.DivClassName
{
background-color: #EDB06D;
}
.BgClassName
{
background-color: #EDB06D;
}
</style>
border-color css
<style>
span { border-color: #EDB06D; }
span { border-color: rgb(237,176,109); }
td.TdClassName
{
border-color: #EDB06D;
}
.TagClassName
{
border-color: #EDB06D;
}
</style>