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