Shades of Harvest Gold #EDAD6E
Tints of Harvest Gold #EDAD6E
RGB
CMYK
RGB Variations
Color information
#EDAD6E (or 0xEDAD6E) is known color: Harvest Gold. HEX triplet: ED, AD and 6E. RGB value is (237,173,110). Sum of RGB (Red+Green+Blue) = 237+173+110=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 110 (43.36% from 255 or 21.15% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD6E is #125291. Grayscale: #B9B9B9. Windows color (decimal): -1200786 or 7253485. OLE color: 7253485.
HSL color Cylindrical-coordinate representation of color #EDAD6E: hue angle of 29.76º 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 #EDAD6E is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 110 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.07 |
| HSL | 29.76º | 0.78% | 0.68% | - |
| HSV(B) | 29.76º | 0.54% | 0.93% | - |
| XYZ | 52.68 | 49.02 | 21.44 | - |
| YUV | 184.95 | 85.7 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 110 | 0 | 0.27 | 0.54 | 0.07 | 29.76 | 0.78 | 0.68 |
| Hex | ED | AD | 6E | 0 | 1B | 36 | 7 | 1E | 4E | 44 |
| Octal | 355 | 255 | 156 | 0 | 33 | 66 | 7 | 36 | 116 | 104 |
| Binary | 11101101 | 10101101 | 1101110 | 0 | 11011 | 110110 | 111 | 11110 | 1001110 | 1000100 |
Color Harmonies of #EDAD6E
Complementary color
Monochromatic Colors of #EDAD6E
Black with #EDAD6E
Text Example
Text Example
White with #EDAD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD6E; }
p { color: rgb(237,173,110); }
H1.HeaderClassName
{
color: #EDAD6E;
}
.AnyTagClassName
{
color: #EDAD6E;
}
</style>
background-color css
<style>
a { background-color: #EDAD6E; }
a { background-color: rgb(237,173,110); }
div.DivClassName
{
background-color: #EDAD6E;
}
.BgClassName
{
background-color: #EDAD6E;
}
</style>
border-color css
<style>
span { border-color: #EDAD6E; }
span { border-color: rgb(237,173,110); }
td.TdClassName
{
border-color: #EDAD6E;
}
.TagClassName
{
border-color: #EDAD6E;
}
</style>