Shades of Gold #EDD40E
Tints of Gold #EDD40E
RGB
CMYK
RGB Variations
Color information
#EDD40E (or 0xEDD40E) is known color: Gold. HEX triplet: ED, D4 and 0E. RGB value is (237,212,14). Sum of RGB (Red+Green+Blue) = 237+212+14=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 14 (5.86% from 255 or 3.02% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD40E is #122BF1. Grayscale: #C5C5C5. Windows color (decimal): -1190898 or 972013. OLE color: 972013.
HSL color Cylindrical-coordinate representation of color #EDD40E: hue angle of 53.27º 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 #EDD40E is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 14 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.07 |
| HSL | 53.27º | 0.89% | 0.49% | - |
| HSV(B) | 53.27º | 0.94% | 0.93% | - |
| XYZ | 58.55 | 65.12 | 9.9 | - |
| YUV | 196.9 | 24.78 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 14 | 0 | 0.11 | 0.94 | 0.07 | 53.27 | 0.89 | 0.49 |
| Hex | ED | D4 | E | 0 | B | 5E | 7 | 35 | 59 | 31 |
| Octal | 355 | 324 | 16 | 0 | 13 | 136 | 7 | 65 | 131 | 61 |
| Binary | 11101101 | 11010100 | 1110 | 0 | 1011 | 1011110 | 111 | 110101 | 1011001 | 110001 |
Color Harmonies of #EDD40E
Complementary color
Monochromatic Colors of #EDD40E
Black with #EDD40E
Text Example
Text Example
White with #EDD40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD40E; }
p { color: rgb(237,212,14); }
H1.HeaderClassName
{
color: #EDD40E;
}
.AnyTagClassName
{
color: #EDD40E;
}
</style>
background-color css
<style>
a { background-color: #EDD40E; }
a { background-color: rgb(237,212,14); }
div.DivClassName
{
background-color: #EDD40E;
}
.BgClassName
{
background-color: #EDD40E;
}
</style>
border-color css
<style>
span { border-color: #EDD40E; }
span { border-color: rgb(237,212,14); }
td.TdClassName
{
border-color: #EDD40E;
}
.TagClassName
{
border-color: #EDD40E;
}
</style>