Shades of Gold #EED509
Tints of Gold #EED509
RGB
CMYK
RGB Variations
Color information
#EED509 (or 0xEED509) is known color: Gold. HEX triplet: EE, D5 and 09. RGB value is (238,213,9). Sum of RGB (Red+Green+Blue) = 238+213+9=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 9 (3.91% from 255 or 1.96% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EED509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED509 is #112AF6. Grayscale: #C6C6C6. Windows color (decimal): -1125111 or 644590. OLE color: 644590.
HSL color Cylindrical-coordinate representation of color #EED509: hue angle of 53.45º 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 #EED509 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.07 |
| HSL | 53.45º | 0.93% | 0.48% | - |
| HSV(B) | 53.45º | 0.96% | 0.93% | - |
| XYZ | 59.1 | 65.79 | 9.84 | - |
| YUV | 197.22 | 21.78 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 9 | 0 | 0.11 | 0.96 | 0.07 | 53.45 | 0.93 | 0.48 |
| Hex | EE | D5 | 9 | 0 | B | 60 | 7 | 35 | 5D | 30 |
| Octal | 356 | 325 | 11 | 0 | 13 | 140 | 7 | 65 | 135 | 60 |
| Binary | 11101110 | 11010101 | 1001 | 0 | 1011 | 1100000 | 111 | 110101 | 1011101 | 110000 |
Color Harmonies of #EED509
Complementary color
Monochromatic Colors of #EED509
Black with #EED509
Text Example
Text Example
White with #EED509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED509; }
p { color: rgb(238,213,9); }
H1.HeaderClassName
{
color: #EED509;
}
.AnyTagClassName
{
color: #EED509;
}
</style>
background-color css
<style>
a { background-color: #EED509; }
a { background-color: rgb(238,213,9); }
div.DivClassName
{
background-color: #EED509;
}
.BgClassName
{
background-color: #EED509;
}
</style>
border-color css
<style>
span { border-color: #EED509; }
span { border-color: rgb(238,213,9); }
td.TdClassName
{
border-color: #EED509;
}
.TagClassName
{
border-color: #EED509;
}
</style>