Shades of Gold #EDD60D
Tints of Gold #EDD60D
RGB
CMYK
RGB Variations
Color information
#EDD60D (or 0xEDD60D) is known color: Gold. HEX triplet: ED, D6 and 0D. RGB value is (237,214,13). Sum of RGB (Red+Green+Blue) = 237+214+13=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 13 (5.47% from 255 or 2.80% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD60D is #1229F2. Grayscale: #C6C6C6. Windows color (decimal): -1190387 or 906989. OLE color: 906989.
HSL color Cylindrical-coordinate representation of color #EDD60D: hue angle of 53.84º 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 #EDD60D is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 13 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.07 |
| HSL | 53.84º | 0.9% | 0.49% | - |
| HSV(B) | 53.84º | 0.95% | 0.93% | - |
| XYZ | 59.04 | 66.13 | 10.03 | - |
| YUV | 197.96 | 23.62 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 13 | 0 | 0.10 | 0.95 | 0.07 | 53.84 | 0.9 | 0.49 |
| Hex | ED | D6 | D | 0 | A | 5F | 7 | 36 | 5A | 31 |
| Octal | 355 | 326 | 15 | 0 | 12 | 137 | 7 | 66 | 132 | 61 |
| Binary | 11101101 | 11010110 | 1101 | 0 | 1010 | 1011111 | 111 | 110110 | 1011010 | 110001 |
Color Harmonies of #EDD60D
Complementary color
Monochromatic Colors of #EDD60D
Black with #EDD60D
Text Example
Text Example
White with #EDD60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD60D; }
p { color: rgb(237,214,13); }
H1.HeaderClassName
{
color: #EDD60D;
}
.AnyTagClassName
{
color: #EDD60D;
}
</style>
background-color css
<style>
a { background-color: #EDD60D; }
a { background-color: rgb(237,214,13); }
div.DivClassName
{
background-color: #EDD60D;
}
.BgClassName
{
background-color: #EDD60D;
}
</style>
border-color css
<style>
span { border-color: #EDD60D; }
span { border-color: rgb(237,214,13); }
td.TdClassName
{
border-color: #EDD60D;
}
.TagClassName
{
border-color: #EDD60D;
}
</style>