Shades of Harvest Gold #EDB370
Tints of Harvest Gold #EDB370
RGB
CMYK
RGB Variations
Color information
#EDB370 (or 0xEDB370) is known color: Harvest Gold. HEX triplet: ED, B3 and 70. RGB value is (237,179,112). Sum of RGB (Red+Green+Blue) = 237+179+112=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB370 is #124C8F. Grayscale: #BDBDBD. Windows color (decimal): -1199248 or 7386093. OLE color: 7386093.
HSL color Cylindrical-coordinate representation of color #EDB370: hue angle of 32.16º 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 #EDB370 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 112 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.07 |
| HSL | 32.16º | 0.78% | 0.68% | - |
| HSV(B) | 32.16º | 0.53% | 0.93% | - |
| XYZ | 53.97 | 51.41 | 22.41 | - |
| YUV | 188.7 | 84.72 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 112 | 0 | 0.24 | 0.53 | 0.07 | 32.16 | 0.78 | 0.68 |
| Hex | ED | B3 | 70 | 0 | 18 | 35 | 7 | 20 | 4E | 44 |
| Octal | 355 | 263 | 160 | 0 | 30 | 65 | 7 | 40 | 116 | 104 |
| Binary | 11101101 | 10110011 | 1110000 | 0 | 11000 | 110101 | 111 | 100000 | 1001110 | 1000100 |
Color Harmonies of #EDB370
Complementary color
Monochromatic Colors of #EDB370
Black with #EDB370
Text Example
Text Example
White with #EDB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB370; }
p { color: rgb(237,179,112); }
H1.HeaderClassName
{
color: #EDB370;
}
.AnyTagClassName
{
color: #EDB370;
}
</style>
background-color css
<style>
a { background-color: #EDB370; }
a { background-color: rgb(237,179,112); }
div.DivClassName
{
background-color: #EDB370;
}
.BgClassName
{
background-color: #EDB370;
}
</style>
border-color css
<style>
span { border-color: #EDB370; }
span { border-color: rgb(237,179,112); }
td.TdClassName
{
border-color: #EDB370;
}
.TagClassName
{
border-color: #EDB370;
}
</style>