Shades of Gold #EED409
Tints of Gold #EED409
RGB
CMYK
RGB Variations
Color information
#EED409 (or 0xEED409) is known color: Gold. HEX triplet: EE, D4 and 09. RGB value is (238,212,9). Sum of RGB (Red+Green+Blue) = 238+212+9=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 9 (3.91% from 255 or 1.96% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EED409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED409 is #112BF6. Grayscale: #C5C5C5. Windows color (decimal): -1125367 or 644334. OLE color: 644334.
HSL color Cylindrical-coordinate representation of color #EED409: hue angle of 53.19º 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 #EED409 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.07 |
| HSL | 53.19º | 0.93% | 0.48% | - |
| HSV(B) | 53.19º | 0.96% | 0.93% | - |
| XYZ | 58.85 | 65.28 | 9.76 | - |
| YUV | 196.63 | 22.11 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 9 | 0 | 0.11 | 0.96 | 0.07 | 53.19 | 0.93 | 0.48 |
| Hex | EE | D4 | 9 | 0 | B | 60 | 7 | 35 | 5D | 30 |
| Octal | 356 | 324 | 11 | 0 | 13 | 140 | 7 | 65 | 135 | 60 |
| Binary | 11101110 | 11010100 | 1001 | 0 | 1011 | 1100000 | 111 | 110101 | 1011101 | 110000 |
Color Harmonies of #EED409
Complementary color
Monochromatic Colors of #EED409
Black with #EED409
Text Example
Text Example
White with #EED409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED409; }
p { color: rgb(238,212,9); }
H1.HeaderClassName
{
color: #EED409;
}
.AnyTagClassName
{
color: #EED409;
}
</style>
background-color css
<style>
a { background-color: #EED409; }
a { background-color: rgb(238,212,9); }
div.DivClassName
{
background-color: #EED409;
}
.BgClassName
{
background-color: #EED409;
}
</style>
border-color css
<style>
span { border-color: #EED409; }
span { border-color: rgb(238,212,9); }
td.TdClassName
{
border-color: #EED409;
}
.TagClassName
{
border-color: #EED409;
}
</style>