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