Shades of Gold #EED609
Tints of Gold #EED609
RGB
CMYK
RGB Variations
Color information
#EED609 (or 0xEED609) is known color: Gold. HEX triplet: EE, D6 and 09. RGB value is (238,214,9). Sum of RGB (Red+Green+Blue) = 238+214+9=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 9 (3.91% from 255 or 1.95% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EED609 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED609 is #1129F6. Grayscale: #C6C6C6. Windows color (decimal): -1124855 or 644846. OLE color: 644846.
HSL color Cylindrical-coordinate representation of color #EED609: hue angle of 53.71º 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 #EED609 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 9 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.07 |
| HSL | 53.71º | 0.93% | 0.48% | - |
| HSV(B) | 53.71º | 0.96% | 0.93% | - |
| XYZ | 59.36 | 66.29 | 9.93 | - |
| YUV | 197.81 | 21.45 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 9 | 0 | 0.10 | 0.96 | 0.07 | 53.71 | 0.93 | 0.48 |
| Hex | EE | D6 | 9 | 0 | A | 60 | 7 | 36 | 5D | 30 |
| Octal | 356 | 326 | 11 | 0 | 12 | 140 | 7 | 66 | 135 | 60 |
| Binary | 11101110 | 11010110 | 1001 | 0 | 1010 | 1100000 | 111 | 110110 | 1011101 | 110000 |
Color Harmonies of #EED609
Complementary color
Monochromatic Colors of #EED609
Black with #EED609
Text Example
Text Example
White with #EED609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED609; }
p { color: rgb(238,214,9); }
H1.HeaderClassName
{
color: #EED609;
}
.AnyTagClassName
{
color: #EED609;
}
</style>
background-color css
<style>
a { background-color: #EED609; }
a { background-color: rgb(238,214,9); }
div.DivClassName
{
background-color: #EED609;
}
.BgClassName
{
background-color: #EED609;
}
</style>
border-color css
<style>
span { border-color: #EED609; }
span { border-color: rgb(238,214,9); }
td.TdClassName
{
border-color: #EED609;
}
.TagClassName
{
border-color: #EED609;
}
</style>