Shades of Gold #EDD509
Tints of Gold #EDD509
RGB
CMYK
RGB Variations
Color information
#EDD509 (or 0xEDD509) is known color: Gold. HEX triplet: ED, D5 and 09. RGB value is (237,213,9). Sum of RGB (Red+Green+Blue) = 237+213+9=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 9 (3.91% from 255 or 1.96% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD509 is #122AF6. Grayscale: #C5C5C5. Windows color (decimal): -1190647 or 644589. OLE color: 644589.
HSL color Cylindrical-coordinate representation of color #EDD509: hue angle of 53.68º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDD509 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 9 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.07 |
| HSL | 53.68º | 0.93% | 0.48% | - |
| HSV(B) | 53.68º | 0.96% | 0.93% | - |
| XYZ | 58.77 | 65.61 | 9.83 | - |
| YUV | 196.92 | 21.95 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 9 | 0 | 0.10 | 0.96 | 0.07 | 53.68 | 0.93 | 0.48 |
| Hex | ED | D5 | 9 | 0 | A | 60 | 7 | 36 | 5D | 30 |
| Octal | 355 | 325 | 11 | 0 | 12 | 140 | 7 | 66 | 135 | 60 |
| Binary | 11101101 | 11010101 | 1001 | 0 | 1010 | 1100000 | 111 | 110110 | 1011101 | 110000 |
Color Harmonies of #EDD509
Complementary color
Monochromatic Colors of #EDD509
Black with #EDD509
Text Example
Text Example
White with #EDD509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD509; }
p { color: rgb(237,213,9); }
H1.HeaderClassName
{
color: #EDD509;
}
.AnyTagClassName
{
color: #EDD509;
}
</style>
background-color css
<style>
a { background-color: #EDD509; }
a { background-color: rgb(237,213,9); }
div.DivClassName
{
background-color: #EDD509;
}
.BgClassName
{
background-color: #EDD509;
}
</style>
border-color css
<style>
span { border-color: #EDD509; }
span { border-color: rgb(237,213,9); }
td.TdClassName
{
border-color: #EDD509;
}
.TagClassName
{
border-color: #EDD509;
}
</style>