Shades of Gold #EDD10D
Tints of Gold #EDD10D
RGB
CMYK
RGB Variations
Color information
#EDD10D (or 0xEDD10D) is known color: Gold. HEX triplet: ED, D1 and 0D. RGB value is (237,209,13). Sum of RGB (Red+Green+Blue) = 237+209+13=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD10D is #122EF2. Grayscale: #C3C3C3. Windows color (decimal): -1191667 or 905709. OLE color: 905709.
HSL color Cylindrical-coordinate representation of color #EDD10D: hue angle of 52.5º 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 #EDD10D is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 13 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.07 |
| HSL | 52.5º | 0.9% | 0.49% | - |
| HSV(B) | 52.5º | 0.95% | 0.93% | - |
| XYZ | 57.8 | 63.63 | 9.62 | - |
| YUV | 195.03 | 25.28 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 13 | 0 | 0.12 | 0.95 | 0.07 | 52.5 | 0.9 | 0.49 |
| Hex | ED | D1 | D | 0 | C | 5F | 7 | 34 | 5A | 31 |
| Octal | 355 | 321 | 15 | 0 | 14 | 137 | 7 | 64 | 132 | 61 |
| Binary | 11101101 | 11010001 | 1101 | 0 | 1100 | 1011111 | 111 | 110100 | 1011010 | 110001 |
Color Harmonies of #EDD10D
Complementary color
Monochromatic Colors of #EDD10D
Black with #EDD10D
Text Example
Text Example
White with #EDD10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD10D; }
p { color: rgb(237,209,13); }
H1.HeaderClassName
{
color: #EDD10D;
}
.AnyTagClassName
{
color: #EDD10D;
}
</style>
background-color css
<style>
a { background-color: #EDD10D; }
a { background-color: rgb(237,209,13); }
div.DivClassName
{
background-color: #EDD10D;
}
.BgClassName
{
background-color: #EDD10D;
}
</style>
border-color css
<style>
span { border-color: #EDD10D; }
span { border-color: rgb(237,209,13); }
td.TdClassName
{
border-color: #EDD10D;
}
.TagClassName
{
border-color: #EDD10D;
}
</style>