Shades of Harvest Gold #EDB764
Tints of Harvest Gold #EDB764
RGB
CMYK
RGB Variations
Color information
#EDB764 (or 0xEDB764) is known color: Harvest Gold. HEX triplet: ED, B7 and 64. RGB value is (237,183,100). Sum of RGB (Red+Green+Blue) = 237+183+100=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB764 is #12489B. Grayscale: #BEBEBE. Windows color (decimal): -1198236 or 6600685. OLE color: 6600685.
HSL color Cylindrical-coordinate representation of color #EDB764: hue angle of 36.35º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDB764 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 100 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.07 |
| HSL | 36.35º | 0.79% | 0.66% | - |
| HSV(B) | 36.35º | 0.58% | 0.93% | - |
| XYZ | 54.16 | 52.79 | 19.39 | - |
| YUV | 189.68 | 77.39 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 100 | 0 | 0.23 | 0.58 | 0.07 | 36.35 | 0.79 | 0.66 |
| Hex | ED | B7 | 64 | 0 | 17 | 3A | 7 | 24 | 4F | 42 |
| Octal | 355 | 267 | 144 | 0 | 27 | 72 | 7 | 44 | 117 | 102 |
| Binary | 11101101 | 10110111 | 1100100 | 0 | 10111 | 111010 | 111 | 100100 | 1001111 | 1000010 |
Color Harmonies of #EDB764
Complementary color
Monochromatic Colors of #EDB764
Black with #EDB764
Text Example
Text Example
White with #EDB764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB764; }
p { color: rgb(237,183,100); }
H1.HeaderClassName
{
color: #EDB764;
}
.AnyTagClassName
{
color: #EDB764;
}
</style>
background-color css
<style>
a { background-color: #EDB764; }
a { background-color: rgb(237,183,100); }
div.DivClassName
{
background-color: #EDB764;
}
.BgClassName
{
background-color: #EDB764;
}
</style>
border-color css
<style>
span { border-color: #EDB764; }
span { border-color: rgb(237,183,100); }
td.TdClassName
{
border-color: #EDB764;
}
.TagClassName
{
border-color: #EDB764;
}
</style>