Shades of Gold #EED10C
Tints of Gold #EED10C
RGB
CMYK
RGB Variations
Color information
#EED10C (or 0xEED10C) is known color: Gold. HEX triplet: EE, D1 and 0C. RGB value is (238,209,12). Sum of RGB (Red+Green+Blue) = 238+209+12=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EED10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED10C is #112EF3. Grayscale: #C4C4C4. Windows color (decimal): -1126132 or 840174. OLE color: 840174.
HSL color Cylindrical-coordinate representation of color #EED10C: hue angle of 52.3º 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 #EED10C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 12 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.07 |
| HSL | 52.3º | 0.9% | 0.49% | - |
| HSV(B) | 52.3º | 0.95% | 0.93% | - |
| XYZ | 58.13 | 63.8 | 9.6 | - |
| YUV | 195.21 | 24.61 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 12 | 0 | 0.12 | 0.95 | 0.07 | 52.3 | 0.9 | 0.49 |
| Hex | EE | D1 | C | 0 | C | 5F | 7 | 34 | 5A | 31 |
| Octal | 356 | 321 | 14 | 0 | 14 | 137 | 7 | 64 | 132 | 61 |
| Binary | 11101110 | 11010001 | 1100 | 0 | 1100 | 1011111 | 111 | 110100 | 1011010 | 110001 |
Color Harmonies of #EED10C
Complementary color
Monochromatic Colors of #EED10C
Black with #EED10C
Text Example
Text Example
White with #EED10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED10C; }
p { color: rgb(238,209,12); }
H1.HeaderClassName
{
color: #EED10C;
}
.AnyTagClassName
{
color: #EED10C;
}
</style>
background-color css
<style>
a { background-color: #EED10C; }
a { background-color: rgb(238,209,12); }
div.DivClassName
{
background-color: #EED10C;
}
.BgClassName
{
background-color: #EED10C;
}
</style>
border-color css
<style>
span { border-color: #EED10C; }
span { border-color: rgb(238,209,12); }
td.TdClassName
{
border-color: #EED10C;
}
.TagClassName
{
border-color: #EED10C;
}
</style>