Shades of Gold #EDD40C
Tints of Gold #EDD40C
RGB
CMYK
RGB Variations
Color information
#EDD40C (or 0xEDD40C) is known color: Gold. HEX triplet: ED, D4 and 0C. RGB value is (237,212,12). Sum of RGB (Red+Green+Blue) = 237+212+12=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 12 (5.08% from 255 or 2.60% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD40C is #122BF3. Grayscale: #C5C5C5. Windows color (decimal): -1190900 or 840941. OLE color: 840941.
HSL color Cylindrical-coordinate representation of color #EDD40C: hue angle of 53.33º 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 #EDD40C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 12 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.07 |
| HSL | 53.33º | 0.9% | 0.49% | - |
| HSV(B) | 53.33º | 0.95% | 0.93% | - |
| XYZ | 58.53 | 65.12 | 9.83 | - |
| YUV | 196.68 | 23.78 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 12 | 0 | 0.11 | 0.95 | 0.07 | 53.33 | 0.9 | 0.49 |
| Hex | ED | D4 | C | 0 | B | 5F | 7 | 35 | 5A | 31 |
| Octal | 355 | 324 | 14 | 0 | 13 | 137 | 7 | 65 | 132 | 61 |
| Binary | 11101101 | 11010100 | 1100 | 0 | 1011 | 1011111 | 111 | 110101 | 1011010 | 110001 |
Color Harmonies of #EDD40C
Complementary color
Monochromatic Colors of #EDD40C
Black with #EDD40C
Text Example
Text Example
White with #EDD40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD40C; }
p { color: rgb(237,212,12); }
H1.HeaderClassName
{
color: #EDD40C;
}
.AnyTagClassName
{
color: #EDD40C;
}
</style>
background-color css
<style>
a { background-color: #EDD40C; }
a { background-color: rgb(237,212,12); }
div.DivClassName
{
background-color: #EDD40C;
}
.BgClassName
{
background-color: #EDD40C;
}
</style>
border-color css
<style>
span { border-color: #EDD40C; }
span { border-color: rgb(237,212,12); }
td.TdClassName
{
border-color: #EDD40C;
}
.TagClassName
{
border-color: #EDD40C;
}
</style>