Shades of Gold #EED309
Tints of Gold #EED309
RGB
CMYK
RGB Variations
Color information
#EED309 (or 0xEED309) is known color: Gold. HEX triplet: EE, D3 and 09. RGB value is (238,211,9). Sum of RGB (Red+Green+Blue) = 238+211+9=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 9 (3.91% from 255 or 1.97% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EED309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED309 is #112CF6. Grayscale: #C4C4C4. Windows color (decimal): -1125623 or 644078. OLE color: 644078.
HSL color Cylindrical-coordinate representation of color #EED309: hue angle of 52.93º 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 #EED309 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.07 |
| HSL | 52.93º | 0.93% | 0.48% | - |
| HSV(B) | 52.93º | 0.96% | 0.93% | - |
| XYZ | 58.6 | 64.79 | 9.67 | - |
| YUV | 196.05 | 22.45 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 9 | 0 | 0.11 | 0.96 | 0.07 | 52.93 | 0.93 | 0.48 |
| Hex | EE | D3 | 9 | 0 | B | 60 | 7 | 35 | 5D | 30 |
| Octal | 356 | 323 | 11 | 0 | 13 | 140 | 7 | 65 | 135 | 60 |
| Binary | 11101110 | 11010011 | 1001 | 0 | 1011 | 1100000 | 111 | 110101 | 1011101 | 110000 |
Color Harmonies of #EED309
Complementary color
Monochromatic Colors of #EED309
Black with #EED309
Text Example
Text Example
White with #EED309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED309; }
p { color: rgb(238,211,9); }
H1.HeaderClassName
{
color: #EED309;
}
.AnyTagClassName
{
color: #EED309;
}
</style>
background-color css
<style>
a { background-color: #EED309; }
a { background-color: rgb(238,211,9); }
div.DivClassName
{
background-color: #EED309;
}
.BgClassName
{
background-color: #EED309;
}
</style>
border-color css
<style>
span { border-color: #EED309; }
span { border-color: rgb(238,211,9); }
td.TdClassName
{
border-color: #EED309;
}
.TagClassName
{
border-color: #EED309;
}
</style>