Shades of Gold #EED40A
Tints of Gold #EED40A
RGB
CMYK
RGB Variations
Color information
#EED40A (or 0xEED40A) is known color: Gold. HEX triplet: EE, D4 and 0A. RGB value is (238,212,10). Sum of RGB (Red+Green+Blue) = 238+212+10=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 10 (4.30% from 255 or 2.17% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EED40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED40A is #112BF5. Grayscale: #C5C5C5. Windows color (decimal): -1125366 or 709870. OLE color: 709870.
HSL color Cylindrical-coordinate representation of color #EED40A: hue angle of 53.16º 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 #EED40A is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 10 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.07 |
| HSL | 53.16º | 0.92% | 0.49% | - |
| HSV(B) | 53.16º | 0.96% | 0.93% | - |
| XYZ | 58.86 | 65.29 | 9.79 | - |
| YUV | 196.75 | 22.61 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 10 | 0 | 0.11 | 0.96 | 0.07 | 53.16 | 0.92 | 0.49 |
| Hex | EE | D4 | A | 0 | B | 60 | 7 | 35 | 5C | 31 |
| Octal | 356 | 324 | 12 | 0 | 13 | 140 | 7 | 65 | 134 | 61 |
| Binary | 11101110 | 11010100 | 1010 | 0 | 1011 | 1100000 | 111 | 110101 | 1011100 | 110001 |
Color Harmonies of #EED40A
Complementary color
Monochromatic Colors of #EED40A
Black with #EED40A
Text Example
Text Example
White with #EED40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED40A; }
p { color: rgb(238,212,10); }
H1.HeaderClassName
{
color: #EED40A;
}
.AnyTagClassName
{
color: #EED40A;
}
</style>
background-color css
<style>
a { background-color: #EED40A; }
a { background-color: rgb(238,212,10); }
div.DivClassName
{
background-color: #EED40A;
}
.BgClassName
{
background-color: #EED40A;
}
</style>
border-color css
<style>
span { border-color: #EED40A; }
span { border-color: rgb(238,212,10); }
td.TdClassName
{
border-color: #EED40A;
}
.TagClassName
{
border-color: #EED40A;
}
</style>