Shades of Gold #EED10A
Tints of Gold #EED10A
RGB
CMYK
RGB Variations
Color information
#EED10A (or 0xEED10A) is known color: Gold. HEX triplet: EE, D1 and 0A. RGB value is (238,209,10). Sum of RGB (Red+Green+Blue) = 238+209+10=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 10 (4.30% from 255 or 2.19% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EED10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED10A is #112EF5. Grayscale: #C3C3C3. Windows color (decimal): -1126134 or 709102. OLE color: 709102.
HSL color Cylindrical-coordinate representation of color #EED10A: hue angle of 52.37º 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 #EED10A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 10 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.07 |
| HSL | 52.37º | 0.92% | 0.49% | - |
| HSV(B) | 52.37º | 0.96% | 0.93% | - |
| XYZ | 58.12 | 63.8 | 9.54 | - |
| YUV | 194.99 | 23.61 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 10 | 0 | 0.12 | 0.96 | 0.07 | 52.37 | 0.92 | 0.49 |
| Hex | EE | D1 | A | 0 | C | 60 | 7 | 34 | 5C | 31 |
| Octal | 356 | 321 | 12 | 0 | 14 | 140 | 7 | 64 | 134 | 61 |
| Binary | 11101110 | 11010001 | 1010 | 0 | 1100 | 1100000 | 111 | 110100 | 1011100 | 110001 |
Color Harmonies of #EED10A
Complementary color
Monochromatic Colors of #EED10A
Black with #EED10A
Text Example
Text Example
White with #EED10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED10A; }
p { color: rgb(238,209,10); }
H1.HeaderClassName
{
color: #EED10A;
}
.AnyTagClassName
{
color: #EED10A;
}
</style>
background-color css
<style>
a { background-color: #EED10A; }
a { background-color: rgb(238,209,10); }
div.DivClassName
{
background-color: #EED10A;
}
.BgClassName
{
background-color: #EED10A;
}
</style>
border-color css
<style>
span { border-color: #EED10A; }
span { border-color: rgb(238,209,10); }
td.TdClassName
{
border-color: #EED10A;
}
.TagClassName
{
border-color: #EED10A;
}
</style>