Shades of Harvest Gold #EDB772
Tints of Harvest Gold #EDB772
RGB
CMYK
RGB Variations
Color information
#EDB772 (or 0xEDB772) is known color: Harvest Gold. HEX triplet: ED, B7 and 72. RGB value is (237,183,114). Sum of RGB (Red+Green+Blue) = 237+183+114=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB772 is #12488D. Grayscale: #BFBFBF. Windows color (decimal): -1198222 or 7518189. OLE color: 7518189.
HSL color Cylindrical-coordinate representation of color #EDB772: hue angle of 33.66º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDB772 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 114 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.07 |
| HSL | 33.66º | 0.77% | 0.69% | - |
| HSV(B) | 33.66º | 0.52% | 0.93% | - |
| XYZ | 54.9 | 53.09 | 23.27 | - |
| YUV | 191.28 | 84.39 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 114 | 0 | 0.23 | 0.52 | 0.07 | 33.66 | 0.77 | 0.69 |
| Hex | ED | B7 | 72 | 0 | 17 | 34 | 7 | 22 | 4D | 45 |
| Octal | 355 | 267 | 162 | 0 | 27 | 64 | 7 | 42 | 115 | 105 |
| Binary | 11101101 | 10110111 | 1110010 | 0 | 10111 | 110100 | 111 | 100010 | 1001101 | 1000101 |
Color Harmonies of #EDB772
Complementary color
Monochromatic Colors of #EDB772
Black with #EDB772
Text Example
Text Example
White with #EDB772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB772; }
p { color: rgb(237,183,114); }
H1.HeaderClassName
{
color: #EDB772;
}
.AnyTagClassName
{
color: #EDB772;
}
</style>
background-color css
<style>
a { background-color: #EDB772; }
a { background-color: rgb(237,183,114); }
div.DivClassName
{
background-color: #EDB772;
}
.BgClassName
{
background-color: #EDB772;
}
</style>
border-color css
<style>
span { border-color: #EDB772; }
span { border-color: rgb(237,183,114); }
td.TdClassName
{
border-color: #EDB772;
}
.TagClassName
{
border-color: #EDB772;
}
</style>