Shades of Gold #EED20D
Tints of Gold #EED20D
RGB
CMYK
RGB Variations
Color information
#EED20D (or 0xEED20D) is known color: Gold. HEX triplet: EE, D2 and 0D. RGB value is (238,210,13). Sum of RGB (Red+Green+Blue) = 238+210+13=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 13 (5.47% from 255 or 2.82% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EED20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED20D is #112DF2. Grayscale: #C4C4C4. Windows color (decimal): -1125875 or 905966. OLE color: 905966.
HSL color Cylindrical-coordinate representation of color #EED20D: hue angle of 52.53º 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 #EED20D is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 13 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.07 |
| HSL | 52.53º | 0.9% | 0.49% | - |
| HSV(B) | 52.53º | 0.95% | 0.93% | - |
| XYZ | 58.38 | 64.3 | 9.71 | - |
| YUV | 195.91 | 24.78 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 13 | 0 | 0.12 | 0.95 | 0.07 | 52.53 | 0.9 | 0.49 |
| Hex | EE | D2 | D | 0 | C | 5F | 7 | 35 | 5A | 31 |
| Octal | 356 | 322 | 15 | 0 | 14 | 137 | 7 | 65 | 132 | 61 |
| Binary | 11101110 | 11010010 | 1101 | 0 | 1100 | 1011111 | 111 | 110101 | 1011010 | 110001 |
Color Harmonies of #EED20D
Complementary color
Monochromatic Colors of #EED20D
Black with #EED20D
Text Example
Text Example
White with #EED20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED20D; }
p { color: rgb(238,210,13); }
H1.HeaderClassName
{
color: #EED20D;
}
.AnyTagClassName
{
color: #EED20D;
}
</style>
background-color css
<style>
a { background-color: #EED20D; }
a { background-color: rgb(238,210,13); }
div.DivClassName
{
background-color: #EED20D;
}
.BgClassName
{
background-color: #EED20D;
}
</style>
border-color css
<style>
span { border-color: #EED20D; }
span { border-color: rgb(238,210,13); }
td.TdClassName
{
border-color: #EED20D;
}
.TagClassName
{
border-color: #EED20D;
}
</style>