Shades of Harvest Gold #EDB963
Tints of Harvest Gold #EDB963
RGB
CMYK
RGB Variations
Color information
#EDB963 (or 0xEDB963) is known color: Harvest Gold. HEX triplet: ED, B9 and 63. RGB value is (237,185,99). Sum of RGB (Red+Green+Blue) = 237+185+99=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB963 is #12469C. Grayscale: #BFBFBF. Windows color (decimal): -1197725 or 6535661. OLE color: 6535661.
HSL color Cylindrical-coordinate representation of color #EDB963: hue angle of 37.39º 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 #EDB963 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 99 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.07 |
| HSL | 37.39º | 0.79% | 0.66% | - |
| HSV(B) | 37.39º | 0.58% | 0.93% | - |
| XYZ | 54.53 | 53.6 | 19.28 | - |
| YUV | 190.74 | 76.23 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 99 | 0 | 0.22 | 0.58 | 0.07 | 37.39 | 0.79 | 0.66 |
| Hex | ED | B9 | 63 | 0 | 16 | 3A | 7 | 25 | 4F | 42 |
| Octal | 355 | 271 | 143 | 0 | 26 | 72 | 7 | 45 | 117 | 102 |
| Binary | 11101101 | 10111001 | 1100011 | 0 | 10110 | 111010 | 111 | 100101 | 1001111 | 1000010 |
Color Harmonies of #EDB963
Complementary color
Monochromatic Colors of #EDB963
Black with #EDB963
Text Example
Text Example
White with #EDB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB963; }
p { color: rgb(237,185,99); }
H1.HeaderClassName
{
color: #EDB963;
}
.AnyTagClassName
{
color: #EDB963;
}
</style>
background-color css
<style>
a { background-color: #EDB963; }
a { background-color: rgb(237,185,99); }
div.DivClassName
{
background-color: #EDB963;
}
.BgClassName
{
background-color: #EDB963;
}
</style>
border-color css
<style>
span { border-color: #EDB963; }
span { border-color: rgb(237,185,99); }
td.TdClassName
{
border-color: #EDB963;
}
.TagClassName
{
border-color: #EDB963;
}
</style>