Shades of Harvest Gold #EDB575
Tints of Harvest Gold #EDB575
RGB
CMYK
RGB Variations
Color information
#EDB575 (or 0xEDB575) is known color: Harvest Gold. HEX triplet: ED, B5 and 75. RGB value is (237,181,117). Sum of RGB (Red+Green+Blue) = 237+181+117=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB575 is #124A8A. Grayscale: #BEBEBE. Windows color (decimal): -1198731 or 7714285. OLE color: 7714285.
HSL color Cylindrical-coordinate representation of color #EDB575: hue angle of 32º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDB575 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 117 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.07 |
| HSL | 32º | 0.77% | 0.69% | - |
| HSV(B) | 32º | 0.51% | 0.93% | - |
| XYZ | 54.66 | 52.34 | 24.05 | - |
| YUV | 190.45 | 86.55 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 117 | 0 | 0.24 | 0.51 | 0.07 | 32 | 0.77 | 0.69 |
| Hex | ED | B5 | 75 | 0 | 18 | 33 | 7 | 20 | 4D | 45 |
| Octal | 355 | 265 | 165 | 0 | 30 | 63 | 7 | 40 | 115 | 105 |
| Binary | 11101101 | 10110101 | 1110101 | 0 | 11000 | 110011 | 111 | 100000 | 1001101 | 1000101 |
Color Harmonies of #EDB575
Complementary color
Monochromatic Colors of #EDB575
Black with #EDB575
Text Example
Text Example
White with #EDB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB575; }
p { color: rgb(237,181,117); }
H1.HeaderClassName
{
color: #EDB575;
}
.AnyTagClassName
{
color: #EDB575;
}
</style>
background-color css
<style>
a { background-color: #EDB575; }
a { background-color: rgb(237,181,117); }
div.DivClassName
{
background-color: #EDB575;
}
.BgClassName
{
background-color: #EDB575;
}
</style>
border-color css
<style>
span { border-color: #EDB575; }
span { border-color: rgb(237,181,117); }
td.TdClassName
{
border-color: #EDB575;
}
.TagClassName
{
border-color: #EDB575;
}
</style>