Shades of Harvest Gold #EDB470
Tints of Harvest Gold #EDB470
RGB
CMYK
RGB Variations
Color information
#EDB470 (or 0xEDB470) is known color: Harvest Gold. HEX triplet: ED, B4 and 70. RGB value is (237,180,112). Sum of RGB (Red+Green+Blue) = 237+180+112=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB470 is #124B8F. Grayscale: #BDBDBD. Windows color (decimal): -1198992 or 7386349. OLE color: 7386349.
HSL color Cylindrical-coordinate representation of color #EDB470: hue angle of 32.64º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDB470 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 112 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.07 |
| HSL | 32.64º | 0.78% | 0.68% | - |
| HSV(B) | 32.64º | 0.53% | 0.93% | - |
| XYZ | 54.17 | 51.82 | 22.48 | - |
| YUV | 189.29 | 84.38 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 112 | 0 | 0.24 | 0.53 | 0.07 | 32.64 | 0.78 | 0.68 |
| Hex | ED | B4 | 70 | 0 | 18 | 35 | 7 | 21 | 4E | 44 |
| Octal | 355 | 264 | 160 | 0 | 30 | 65 | 7 | 41 | 116 | 104 |
| Binary | 11101101 | 10110100 | 1110000 | 0 | 11000 | 110101 | 111 | 100001 | 1001110 | 1000100 |
Color Harmonies of #EDB470
Complementary color
Monochromatic Colors of #EDB470
Black with #EDB470
Text Example
Text Example
White with #EDB470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB470; }
p { color: rgb(237,180,112); }
H1.HeaderClassName
{
color: #EDB470;
}
.AnyTagClassName
{
color: #EDB470;
}
</style>
background-color css
<style>
a { background-color: #EDB470; }
a { background-color: rgb(237,180,112); }
div.DivClassName
{
background-color: #EDB470;
}
.BgClassName
{
background-color: #EDB470;
}
</style>
border-color css
<style>
span { border-color: #EDB470; }
span { border-color: rgb(237,180,112); }
td.TdClassName
{
border-color: #EDB470;
}
.TagClassName
{
border-color: #EDB470;
}
</style>