Shades of Gold #EED40C
Tints of Gold #EED40C
RGB
CMYK
RGB Variations
Color information
#EED40C (or 0xEED40C) is known color: Gold. HEX triplet: EE, D4 and 0C. RGB value is (238,212,12). Sum of RGB (Red+Green+Blue) = 238+212+12=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 12 (5.08% from 255 or 2.60% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EED40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED40C is #112BF3. Grayscale: #C5C5C5. Windows color (decimal): -1125364 or 840942. OLE color: 840942.
HSL color Cylindrical-coordinate representation of color #EED40C: hue angle of 53.1º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EED40C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 12 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.07 |
| HSL | 53.1º | 0.9% | 0.49% | - |
| HSV(B) | 53.1º | 0.95% | 0.93% | - |
| XYZ | 58.87 | 65.29 | 9.85 | - |
| YUV | 196.97 | 23.61 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 12 | 0 | 0.11 | 0.95 | 0.07 | 53.1 | 0.9 | 0.49 |
| Hex | EE | D4 | C | 0 | B | 5F | 7 | 35 | 5A | 31 |
| Octal | 356 | 324 | 14 | 0 | 13 | 137 | 7 | 65 | 132 | 61 |
| Binary | 11101110 | 11010100 | 1100 | 0 | 1011 | 1011111 | 111 | 110101 | 1011010 | 110001 |
Color Harmonies of #EED40C
Complementary color
Monochromatic Colors of #EED40C
Black with #EED40C
Text Example
Text Example
White with #EED40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED40C; }
p { color: rgb(238,212,12); }
H1.HeaderClassName
{
color: #EED40C;
}
.AnyTagClassName
{
color: #EED40C;
}
</style>
background-color css
<style>
a { background-color: #EED40C; }
a { background-color: rgb(238,212,12); }
div.DivClassName
{
background-color: #EED40C;
}
.BgClassName
{
background-color: #EED40C;
}
</style>
border-color css
<style>
span { border-color: #EED40C; }
span { border-color: rgb(238,212,12); }
td.TdClassName
{
border-color: #EED40C;
}
.TagClassName
{
border-color: #EED40C;
}
</style>