Shades of Gold #EED20E
Tints of Gold #EED20E
RGB
CMYK
RGB Variations
Color information
#EED20E (or 0xEED20E) is known color: Gold. HEX triplet: EE, D2 and 0E. RGB value is (238,210,14). Sum of RGB (Red+Green+Blue) = 238+210+14=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EED20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED20E is #112DF1. Grayscale: #C4C4C4. Windows color (decimal): -1125874 or 971502. OLE color: 971502.
HSL color Cylindrical-coordinate representation of color #EED20E: hue angle of 52.5º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EED20E is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 14 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.07 |
| HSL | 52.5º | 0.89% | 0.49% | - |
| HSV(B) | 52.5º | 0.94% | 0.93% | - |
| XYZ | 58.39 | 64.3 | 9.75 | - |
| YUV | 196.03 | 25.28 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 14 | 0 | 0.12 | 0.94 | 0.07 | 52.5 | 0.89 | 0.49 |
| Hex | EE | D2 | E | 0 | C | 5E | 7 | 34 | 59 | 31 |
| Octal | 356 | 322 | 16 | 0 | 14 | 136 | 7 | 64 | 131 | 61 |
| Binary | 11101110 | 11010010 | 1110 | 0 | 1100 | 1011110 | 111 | 110100 | 1011001 | 110001 |
Color Harmonies of #EED20E
Complementary color
Monochromatic Colors of #EED20E
Black with #EED20E
Text Example
Text Example
White with #EED20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED20E; }
p { color: rgb(238,210,14); }
H1.HeaderClassName
{
color: #EED20E;
}
.AnyTagClassName
{
color: #EED20E;
}
</style>
background-color css
<style>
a { background-color: #EED20E; }
a { background-color: rgb(238,210,14); }
div.DivClassName
{
background-color: #EED20E;
}
.BgClassName
{
background-color: #EED20E;
}
</style>
border-color css
<style>
span { border-color: #EED20E; }
span { border-color: rgb(238,210,14); }
td.TdClassName
{
border-color: #EED20E;
}
.TagClassName
{
border-color: #EED20E;
}
</style>