Shades of Harvest Gold #EDBA63
Tints of Harvest Gold #EDBA63
RGB
CMYK
RGB Variations
Color information
#EDBA63 (or 0xEDBA63) is known color: Harvest Gold. HEX triplet: ED, BA and 63. RGB value is (237,186,99). Sum of RGB (Red+Green+Blue) = 237+186+99=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA63 is #12459C. Grayscale: #BFBFBF. Windows color (decimal): -1197469 or 6535917. OLE color: 6535917.
HSL color Cylindrical-coordinate representation of color #EDBA63: hue angle of 37.83º 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 #EDBA63 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 99 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.07 |
| HSL | 37.83º | 0.79% | 0.66% | - |
| HSV(B) | 37.83º | 0.58% | 0.93% | - |
| XYZ | 54.74 | 54.02 | 19.35 | - |
| YUV | 191.33 | 75.9 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 99 | 0 | 0.22 | 0.58 | 0.07 | 37.83 | 0.79 | 0.66 |
| Hex | ED | BA | 63 | 0 | 16 | 3A | 7 | 26 | 4F | 42 |
| Octal | 355 | 272 | 143 | 0 | 26 | 72 | 7 | 46 | 117 | 102 |
| Binary | 11101101 | 10111010 | 1100011 | 0 | 10110 | 111010 | 111 | 100110 | 1001111 | 1000010 |
Color Harmonies of #EDBA63
Complementary color
Monochromatic Colors of #EDBA63
Black with #EDBA63
Text Example
Text Example
White with #EDBA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA63; }
p { color: rgb(237,186,99); }
H1.HeaderClassName
{
color: #EDBA63;
}
.AnyTagClassName
{
color: #EDBA63;
}
</style>
background-color css
<style>
a { background-color: #EDBA63; }
a { background-color: rgb(237,186,99); }
div.DivClassName
{
background-color: #EDBA63;
}
.BgClassName
{
background-color: #EDBA63;
}
</style>
border-color css
<style>
span { border-color: #EDBA63; }
span { border-color: rgb(237,186,99); }
td.TdClassName
{
border-color: #EDBA63;
}
.TagClassName
{
border-color: #EDBA63;
}
</style>