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