Shades of Harvest Gold #EDB873
Tints of Harvest Gold #EDB873
RGB
CMYK
RGB Variations
Color information
#EDB873 (or 0xEDB873) is known color: Harvest Gold. HEX triplet: ED, B8 and 73. RGB value is (237,184,115). Sum of RGB (Red+Green+Blue) = 237+184+115=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB873 is #12478C. Grayscale: #C0C0C0. Windows color (decimal): -1197965 or 7583981. OLE color: 7583981.
HSL color Cylindrical-coordinate representation of color #EDB873: hue angle of 33.93º 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 #EDB873 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 115 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.07 |
| HSL | 33.93º | 0.77% | 0.69% | - |
| HSV(B) | 33.93º | 0.51% | 0.93% | - |
| XYZ | 55.16 | 53.52 | 23.64 | - |
| YUV | 191.98 | 84.56 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 115 | 0 | 0.22 | 0.51 | 0.07 | 33.93 | 0.77 | 0.69 |
| Hex | ED | B8 | 73 | 0 | 16 | 33 | 7 | 22 | 4D | 45 |
| Octal | 355 | 270 | 163 | 0 | 26 | 63 | 7 | 42 | 115 | 105 |
| Binary | 11101101 | 10111000 | 1110011 | 0 | 10110 | 110011 | 111 | 100010 | 1001101 | 1000101 |
Color Harmonies of #EDB873
Complementary color
Monochromatic Colors of #EDB873
Black with #EDB873
Text Example
Text Example
White with #EDB873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB873; }
p { color: rgb(237,184,115); }
H1.HeaderClassName
{
color: #EDB873;
}
.AnyTagClassName
{
color: #EDB873;
}
</style>
background-color css
<style>
a { background-color: #EDB873; }
a { background-color: rgb(237,184,115); }
div.DivClassName
{
background-color: #EDB873;
}
.BgClassName
{
background-color: #EDB873;
}
</style>
border-color css
<style>
span { border-color: #EDB873; }
span { border-color: rgb(237,184,115); }
td.TdClassName
{
border-color: #EDB873;
}
.TagClassName
{
border-color: #EDB873;
}
</style>