Shades of Gold #EED50F
Tints of Gold #EED50F
RGB
CMYK
RGB Variations
Color information
#EED50F (or 0xEED50F) is known color: Gold. HEX triplet: EE, D5 and 0F. RGB value is (238,213,15). Sum of RGB (Red+Green+Blue) = 238+213+15=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EED50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED50F is #112AF0. Grayscale: #C6C6C6. Windows color (decimal): -1125105 or 1037806. OLE color: 1037806.
HSL color Cylindrical-coordinate representation of color #EED50F: hue angle of 53.27º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EED50F is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 15 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.07 |
| HSL | 53.27º | 0.88% | 0.5% | - |
| HSV(B) | 53.27º | 0.94% | 0.93% | - |
| XYZ | 59.14 | 65.8 | 10.04 | - |
| YUV | 197.9 | 24.78 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 15 | 0 | 0.11 | 0.94 | 0.07 | 53.27 | 0.88 | 0.5 |
| Hex | EE | D5 | F | 0 | B | 5E | 7 | 35 | 58 | 32 |
| Octal | 356 | 325 | 17 | 0 | 13 | 136 | 7 | 65 | 130 | 62 |
| Binary | 11101110 | 11010101 | 1111 | 0 | 1011 | 1011110 | 111 | 110101 | 1011000 | 110010 |
Color Harmonies of #EED50F
Complementary color
Monochromatic Colors of #EED50F
Black with #EED50F
Text Example
Text Example
White with #EED50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED50F; }
p { color: rgb(238,213,15); }
H1.HeaderClassName
{
color: #EED50F;
}
.AnyTagClassName
{
color: #EED50F;
}
</style>
background-color css
<style>
a { background-color: #EED50F; }
a { background-color: rgb(238,213,15); }
div.DivClassName
{
background-color: #EED50F;
}
.BgClassName
{
background-color: #EED50F;
}
</style>
border-color css
<style>
span { border-color: #EED50F; }
span { border-color: rgb(238,213,15); }
td.TdClassName
{
border-color: #EED50F;
}
.TagClassName
{
border-color: #EED50F;
}
</style>