Shades of Gold #EED500
Tints of Gold #EED500
RGB
CMYK
RGB Variations
Color information
#EED500 (or 0xEED500) is known color: Gold. HEX triplet: EE, D5 and 00. RGB value is (238,213,0). Sum of RGB (Red+Green+Blue) = 238+213+0=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EED500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED500 is #112AFF. Grayscale: #C5C5C5. Windows color (decimal): -1125120 or 54766. OLE color: 54766.
HSL color Cylindrical-coordinate representation of color #EED500: hue angle of 53.7º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EED500 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.07 |
| HSL | 53.7º | 1% | 0.47% | - |
| HSV(B) | 53.7º | 1% | 0.93% | - |
| XYZ | 59.05 | 65.77 | 9.58 | - |
| YUV | 196.19 | 17.28 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 0 | 0 | 0.11 | 1 | 0.07 | 53.7 | 1 | 0.47 |
| Hex | EE | D5 | 0 | 0 | B | 64 | 7 | 36 | 64 | 2F |
| Octal | 356 | 325 | 0 | 0 | 13 | 144 | 7 | 66 | 144 | 57 |
| Binary | 11101110 | 11010101 | 0 | 0 | 1011 | 1100100 | 111 | 110110 | 1100100 | 101111 |
Color Harmonies of #EED500
Complementary color
Monochromatic Colors of #EED500
Black with #EED500
Text Example
Text Example
White with #EED500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED500; }
p { color: rgb(238,213,0); }
H1.HeaderClassName
{
color: #EED500;
}
.AnyTagClassName
{
color: #EED500;
}
</style>
background-color css
<style>
a { background-color: #EED500; }
a { background-color: rgb(238,213,0); }
div.DivClassName
{
background-color: #EED500;
}
.BgClassName
{
background-color: #EED500;
}
</style>
border-color css
<style>
span { border-color: #EED500; }
span { border-color: rgb(238,213,0); }
td.TdClassName
{
border-color: #EED500;
}
.TagClassName
{
border-color: #EED500;
}
</style>