Shades of Harvest Gold #EDAD6C
Tints of Harvest Gold #EDAD6C
RGB
CMYK
RGB Variations
Color information
#EDAD6C (or 0xEDAD6C) is known color: Harvest Gold. HEX triplet: ED, AD and 6C. RGB value is (237,173,108). Sum of RGB (Red+Green+Blue) = 237+173+108=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD6C is #125293. Grayscale: #B9B9B9. Windows color (decimal): -1200788 or 7122413. OLE color: 7122413.
HSL color Cylindrical-coordinate representation of color #EDAD6C: hue angle of 30.23º 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 #EDAD6C is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 108 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.07 |
| HSL | 30.23º | 0.78% | 0.68% | - |
| HSV(B) | 30.23º | 0.54% | 0.93% | - |
| XYZ | 52.58 | 48.97 | 20.87 | - |
| YUV | 184.73 | 84.7 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 108 | 0 | 0.27 | 0.54 | 0.07 | 30.23 | 0.78 | 0.68 |
| Hex | ED | AD | 6C | 0 | 1B | 36 | 7 | 1E | 4E | 44 |
| Octal | 355 | 255 | 154 | 0 | 33 | 66 | 7 | 36 | 116 | 104 |
| Binary | 11101101 | 10101101 | 1101100 | 0 | 11011 | 110110 | 111 | 11110 | 1001110 | 1000100 |
Color Harmonies of #EDAD6C
Complementary color
Monochromatic Colors of #EDAD6C
Black with #EDAD6C
Text Example
Text Example
White with #EDAD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD6C; }
p { color: rgb(237,173,108); }
H1.HeaderClassName
{
color: #EDAD6C;
}
.AnyTagClassName
{
color: #EDAD6C;
}
</style>
background-color css
<style>
a { background-color: #EDAD6C; }
a { background-color: rgb(237,173,108); }
div.DivClassName
{
background-color: #EDAD6C;
}
.BgClassName
{
background-color: #EDAD6C;
}
</style>
border-color css
<style>
span { border-color: #EDAD6C; }
span { border-color: rgb(237,173,108); }
td.TdClassName
{
border-color: #EDAD6C;
}
.TagClassName
{
border-color: #EDAD6C;
}
</style>