Shades of Gold #EDD508
Tints of Gold #EDD508
RGB
CMYK
RGB Variations
Color information
#EDD508 (or 0xEDD508) is known color: Gold. HEX triplet: ED, D5 and 08. RGB value is (237,213,8). Sum of RGB (Red+Green+Blue) = 237+213+8=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 8 (3.52% from 255 or 1.75% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD508 is #122AF7. Grayscale: #C5C5C5. Windows color (decimal): -1190648 or 579053. OLE color: 579053.
HSL color Cylindrical-coordinate representation of color #EDD508: hue angle of 53.71º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDD508 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 8 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.07 |
| HSL | 53.71º | 0.93% | 0.48% | - |
| HSV(B) | 53.71º | 0.97% | 0.93% | - |
| XYZ | 58.76 | 65.61 | 9.8 | - |
| YUV | 196.81 | 21.45 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 8 | 0 | 0.10 | 0.97 | 0.07 | 53.71 | 0.93 | 0.48 |
| Hex | ED | D5 | 8 | 0 | A | 61 | 7 | 36 | 5D | 30 |
| Octal | 355 | 325 | 10 | 0 | 12 | 141 | 7 | 66 | 135 | 60 |
| Binary | 11101101 | 11010101 | 1000 | 0 | 1010 | 1100001 | 111 | 110110 | 1011101 | 110000 |
Color Harmonies of #EDD508
Complementary color
Monochromatic Colors of #EDD508
Black with #EDD508
Text Example
Text Example
White with #EDD508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD508; }
p { color: rgb(237,213,8); }
H1.HeaderClassName
{
color: #EDD508;
}
.AnyTagClassName
{
color: #EDD508;
}
</style>
background-color css
<style>
a { background-color: #EDD508; }
a { background-color: rgb(237,213,8); }
div.DivClassName
{
background-color: #EDD508;
}
.BgClassName
{
background-color: #EDD508;
}
</style>
border-color css
<style>
span { border-color: #EDD508; }
span { border-color: rgb(237,213,8); }
td.TdClassName
{
border-color: #EDD508;
}
.TagClassName
{
border-color: #EDD508;
}
</style>