Shades of Gold #EED50A
Tints of Gold #EED50A
RGB
CMYK
RGB Variations
Color information
#EED50A (or 0xEED50A) is known color: Gold. HEX triplet: EE, D5 and 0A. RGB value is (238,213,10). Sum of RGB (Red+Green+Blue) = 238+213+10=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 10 (4.30% from 255 or 2.17% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EED50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED50A is #112AF5. Grayscale: #C6C6C6. Windows color (decimal): -1125110 or 710126. OLE color: 710126.
HSL color Cylindrical-coordinate representation of color #EED50A: hue angle of 53.42º 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 #EED50A is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 10 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.07 |
| HSL | 53.42º | 0.92% | 0.49% | - |
| HSV(B) | 53.42º | 0.96% | 0.93% | - |
| XYZ | 59.11 | 65.79 | 9.87 | - |
| YUV | 197.33 | 22.28 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 10 | 0 | 0.11 | 0.96 | 0.07 | 53.42 | 0.92 | 0.49 |
| Hex | EE | D5 | A | 0 | B | 60 | 7 | 35 | 5C | 31 |
| Octal | 356 | 325 | 12 | 0 | 13 | 140 | 7 | 65 | 134 | 61 |
| Binary | 11101110 | 11010101 | 1010 | 0 | 1011 | 1100000 | 111 | 110101 | 1011100 | 110001 |
Color Harmonies of #EED50A
Complementary color
Monochromatic Colors of #EED50A
Black with #EED50A
Text Example
Text Example
White with #EED50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED50A; }
p { color: rgb(238,213,10); }
H1.HeaderClassName
{
color: #EED50A;
}
.AnyTagClassName
{
color: #EED50A;
}
</style>
background-color css
<style>
a { background-color: #EED50A; }
a { background-color: rgb(238,213,10); }
div.DivClassName
{
background-color: #EED50A;
}
.BgClassName
{
background-color: #EED50A;
}
</style>
border-color css
<style>
span { border-color: #EED50A; }
span { border-color: rgb(238,213,10); }
td.TdClassName
{
border-color: #EED50A;
}
.TagClassName
{
border-color: #EED50A;
}
</style>