Shades of Gold #EDD109
Tints of Gold #EDD109
RGB
CMYK
RGB Variations
Color information
#EDD109 (or 0xEDD109) is known color: Gold. HEX triplet: ED, D1 and 09. RGB value is (237,209,9). Sum of RGB (Red+Green+Blue) = 237+209+9=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 9 (3.91% from 255 or 1.98% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD109 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD109 is #122EF6. Grayscale: #C3C3C3. Windows color (decimal): -1191671 or 643565. OLE color: 643565.
HSL color Cylindrical-coordinate representation of color #EDD109: hue angle of 52.63º 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 #EDD109 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 9 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.07 |
| HSL | 52.63º | 0.93% | 0.48% | - |
| HSV(B) | 52.63º | 0.96% | 0.93% | - |
| XYZ | 57.77 | 63.63 | 9.49 | - |
| YUV | 194.57 | 23.28 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 9 | 0 | 0.12 | 0.96 | 0.07 | 52.63 | 0.93 | 0.48 |
| Hex | ED | D1 | 9 | 0 | C | 60 | 7 | 35 | 5D | 30 |
| Octal | 355 | 321 | 11 | 0 | 14 | 140 | 7 | 65 | 135 | 60 |
| Binary | 11101101 | 11010001 | 1001 | 0 | 1100 | 1100000 | 111 | 110101 | 1011101 | 110000 |
Color Harmonies of #EDD109
Complementary color
Monochromatic Colors of #EDD109
Black with #EDD109
Text Example
Text Example
White with #EDD109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD109; }
p { color: rgb(237,209,9); }
H1.HeaderClassName
{
color: #EDD109;
}
.AnyTagClassName
{
color: #EDD109;
}
</style>
background-color css
<style>
a { background-color: #EDD109; }
a { background-color: rgb(237,209,9); }
div.DivClassName
{
background-color: #EDD109;
}
.BgClassName
{
background-color: #EDD109;
}
</style>
border-color css
<style>
span { border-color: #EDD109; }
span { border-color: rgb(237,209,9); }
td.TdClassName
{
border-color: #EDD109;
}
.TagClassName
{
border-color: #EDD109;
}
</style>