Shades of Gold #EDD50E
Tints of Gold #EDD50E
RGB
CMYK
RGB Variations
Color information
#EDD50E (or 0xEDD50E) is known color: Gold. HEX triplet: ED, D5 and 0E. RGB value is (237,213,14). Sum of RGB (Red+Green+Blue) = 237+213+14=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 14 (5.86% from 255 or 3.02% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD50E is #122AF1. Grayscale: #C6C6C6. Windows color (decimal): -1190642 or 972269. OLE color: 972269.
HSL color Cylindrical-coordinate representation of color #EDD50E: hue angle of 53.54º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDD50E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 14 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.07 |
| HSL | 53.54º | 0.89% | 0.49% | - |
| HSV(B) | 53.54º | 0.94% | 0.93% | - |
| XYZ | 58.8 | 65.62 | 9.98 | - |
| YUV | 197.49 | 24.45 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 14 | 0 | 0.10 | 0.94 | 0.07 | 53.54 | 0.89 | 0.49 |
| Hex | ED | D5 | E | 0 | A | 5E | 7 | 36 | 59 | 31 |
| Octal | 355 | 325 | 16 | 0 | 12 | 136 | 7 | 66 | 131 | 61 |
| Binary | 11101101 | 11010101 | 1110 | 0 | 1010 | 1011110 | 111 | 110110 | 1011001 | 110001 |
Color Harmonies of #EDD50E
Complementary color
Monochromatic Colors of #EDD50E
Black with #EDD50E
Text Example
Text Example
White with #EDD50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD50E; }
p { color: rgb(237,213,14); }
H1.HeaderClassName
{
color: #EDD50E;
}
.AnyTagClassName
{
color: #EDD50E;
}
</style>
background-color css
<style>
a { background-color: #EDD50E; }
a { background-color: rgb(237,213,14); }
div.DivClassName
{
background-color: #EDD50E;
}
.BgClassName
{
background-color: #EDD50E;
}
</style>
border-color css
<style>
span { border-color: #EDD50E; }
span { border-color: rgb(237,213,14); }
td.TdClassName
{
border-color: #EDD50E;
}
.TagClassName
{
border-color: #EDD50E;
}
</style>