Shades of Gold #EED209
Tints of Gold #EED209
RGB
CMYK
RGB Variations
Color information
#EED209 (or 0xEED209) is known color: Gold. HEX triplet: EE, D2 and 09. RGB value is (238,210,9). Sum of RGB (Red+Green+Blue) = 238+210+9=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 9 (3.91% from 255 or 1.97% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EED209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED209 is #112DF6. Grayscale: #C4C4C4. Windows color (decimal): -1125879 or 643822. OLE color: 643822.
HSL color Cylindrical-coordinate representation of color #EED209: hue angle of 52.66º 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 #EED209 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 9 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.07 |
| HSL | 52.66º | 0.93% | 0.48% | - |
| HSV(B) | 52.66º | 0.96% | 0.93% | - |
| XYZ | 58.36 | 64.29 | 9.59 | - |
| YUV | 195.46 | 22.78 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 9 | 0 | 0.12 | 0.96 | 0.07 | 52.66 | 0.93 | 0.48 |
| Hex | EE | D2 | 9 | 0 | C | 60 | 7 | 35 | 5D | 30 |
| Octal | 356 | 322 | 11 | 0 | 14 | 140 | 7 | 65 | 135 | 60 |
| Binary | 11101110 | 11010010 | 1001 | 0 | 1100 | 1100000 | 111 | 110101 | 1011101 | 110000 |
Color Harmonies of #EED209
Complementary color
Monochromatic Colors of #EED209
Black with #EED209
Text Example
Text Example
White with #EED209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED209; }
p { color: rgb(238,210,9); }
H1.HeaderClassName
{
color: #EED209;
}
.AnyTagClassName
{
color: #EED209;
}
</style>
background-color css
<style>
a { background-color: #EED209; }
a { background-color: rgb(238,210,9); }
div.DivClassName
{
background-color: #EED209;
}
.BgClassName
{
background-color: #EED209;
}
</style>
border-color css
<style>
span { border-color: #EED209; }
span { border-color: rgb(238,210,9); }
td.TdClassName
{
border-color: #EED209;
}
.TagClassName
{
border-color: #EED209;
}
</style>