Shades of Gold #EED20A
Tints of Gold #EED20A
RGB
CMYK
RGB Variations
Color information
#EED20A (or 0xEED20A) is known color: Gold. HEX triplet: EE, D2 and 0A. RGB value is (238,210,10). Sum of RGB (Red+Green+Blue) = 238+210+10=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 10 (4.30% from 255 or 2.18% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EED20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED20A is #112DF5. Grayscale: #C4C4C4. Windows color (decimal): -1125878 or 709358. OLE color: 709358.
HSL color Cylindrical-coordinate representation of color #EED20A: hue angle of 52.63º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EED20A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 10 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.07 |
| HSL | 52.63º | 0.92% | 0.49% | - |
| HSV(B) | 52.63º | 0.96% | 0.93% | - |
| XYZ | 58.36 | 64.29 | 9.62 | - |
| YUV | 195.57 | 23.28 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 10 | 0 | 0.12 | 0.96 | 0.07 | 52.63 | 0.92 | 0.49 |
| Hex | EE | D2 | A | 0 | C | 60 | 7 | 35 | 5C | 31 |
| Octal | 356 | 322 | 12 | 0 | 14 | 140 | 7 | 65 | 134 | 61 |
| Binary | 11101110 | 11010010 | 1010 | 0 | 1100 | 1100000 | 111 | 110101 | 1011100 | 110001 |
Color Harmonies of #EED20A
Complementary color
Monochromatic Colors of #EED20A
Black with #EED20A
Text Example
Text Example
White with #EED20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED20A; }
p { color: rgb(238,210,10); }
H1.HeaderClassName
{
color: #EED20A;
}
.AnyTagClassName
{
color: #EED20A;
}
</style>
background-color css
<style>
a { background-color: #EED20A; }
a { background-color: rgb(238,210,10); }
div.DivClassName
{
background-color: #EED20A;
}
.BgClassName
{
background-color: #EED20A;
}
</style>
border-color css
<style>
span { border-color: #EED20A; }
span { border-color: rgb(238,210,10); }
td.TdClassName
{
border-color: #EED20A;
}
.TagClassName
{
border-color: #EED20A;
}
</style>