Shades of Gold #EDD209
Tints of Gold #EDD209
RGB
CMYK
RGB Variations
Color information
#EDD209 (or 0xEDD209) is known color: Gold. HEX triplet: ED, D2 and 09. RGB value is (237,210,9). Sum of RGB (Red+Green+Blue) = 237+210+9=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 9 (3.91% from 255 or 1.97% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD209 is #122DF6. Grayscale: #C3C3C3. Windows color (decimal): -1191415 or 643821. OLE color: 643821.
HSL color Cylindrical-coordinate representation of color #EDD209: hue angle of 52.89º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDD209 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.07 |
| HSL | 52.89º | 0.93% | 0.48% | - |
| HSV(B) | 52.89º | 0.96% | 0.93% | - |
| XYZ | 58.02 | 64.12 | 9.58 | - |
| YUV | 195.16 | 22.95 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 9 | 0 | 0.11 | 0.96 | 0.07 | 52.89 | 0.93 | 0.48 |
| Hex | ED | D2 | 9 | 0 | B | 60 | 7 | 35 | 5D | 30 |
| Octal | 355 | 322 | 11 | 0 | 13 | 140 | 7 | 65 | 135 | 60 |
| Binary | 11101101 | 11010010 | 1001 | 0 | 1011 | 1100000 | 111 | 110101 | 1011101 | 110000 |
Color Harmonies of #EDD209
Complementary color
Monochromatic Colors of #EDD209
Black with #EDD209
Text Example
Text Example
White with #EDD209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD209; }
p { color: rgb(237,210,9); }
H1.HeaderClassName
{
color: #EDD209;
}
.AnyTagClassName
{
color: #EDD209;
}
</style>
background-color css
<style>
a { background-color: #EDD209; }
a { background-color: rgb(237,210,9); }
div.DivClassName
{
background-color: #EDD209;
}
.BgClassName
{
background-color: #EDD209;
}
</style>
border-color css
<style>
span { border-color: #EDD209; }
span { border-color: rgb(237,210,9); }
td.TdClassName
{
border-color: #EDD209;
}
.TagClassName
{
border-color: #EDD209;
}
</style>