Shades of Gold #EED30A
Tints of Gold #EED30A
RGB
CMYK
RGB Variations
Color information
#EED30A (or 0xEED30A) is known color: Gold. HEX triplet: EE, D3 and 0A. RGB value is (238,211,10). Sum of RGB (Red+Green+Blue) = 238+211+10=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 10 (4.30% from 255 or 2.18% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EED30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED30A is #112CF5. Grayscale: #C4C4C4. Windows color (decimal): -1125622 or 709614. OLE color: 709614.
HSL color Cylindrical-coordinate representation of color #EED30A: hue angle of 52.89º 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 #EED30A is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 10 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.07 |
| HSL | 52.89º | 0.92% | 0.49% | - |
| HSV(B) | 52.89º | 0.96% | 0.93% | - |
| XYZ | 58.61 | 64.79 | 9.7 | - |
| YUV | 196.16 | 22.95 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 10 | 0 | 0.11 | 0.96 | 0.07 | 52.89 | 0.92 | 0.49 |
| Hex | EE | D3 | A | 0 | B | 60 | 7 | 35 | 5C | 31 |
| Octal | 356 | 323 | 12 | 0 | 13 | 140 | 7 | 65 | 134 | 61 |
| Binary | 11101110 | 11010011 | 1010 | 0 | 1011 | 1100000 | 111 | 110101 | 1011100 | 110001 |
Color Harmonies of #EED30A
Complementary color
Monochromatic Colors of #EED30A
Black with #EED30A
Text Example
Text Example
White with #EED30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED30A; }
p { color: rgb(238,211,10); }
H1.HeaderClassName
{
color: #EED30A;
}
.AnyTagClassName
{
color: #EED30A;
}
</style>
background-color css
<style>
a { background-color: #EED30A; }
a { background-color: rgb(238,211,10); }
div.DivClassName
{
background-color: #EED30A;
}
.BgClassName
{
background-color: #EED30A;
}
</style>
border-color css
<style>
span { border-color: #EED30A; }
span { border-color: rgb(238,211,10); }
td.TdClassName
{
border-color: #EED30A;
}
.TagClassName
{
border-color: #EED30A;
}
</style>