Shades of Gold #EDD60F
Tints of Gold #EDD60F
RGB
CMYK
RGB Variations
Color information
#EDD60F (or 0xEDD60F) is known color: Gold. HEX triplet: ED, D6 and 0F. RGB value is (237,214,15). Sum of RGB (Red+Green+Blue) = 237+214+15=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD60F is #1229F0. Grayscale: #C7C7C7. Windows color (decimal): -1190385 or 1038061. OLE color: 1038061.
HSL color Cylindrical-coordinate representation of color #EDD60F: hue angle of 53.78º degrees, saturation: 0.88, 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 #EDD60F is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 15 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.07 |
| HSL | 53.78º | 0.88% | 0.49% | - |
| HSV(B) | 53.78º | 0.94% | 0.93% | - |
| XYZ | 59.06 | 66.13 | 10.1 | - |
| YUV | 198.19 | 24.62 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 15 | 0 | 0.10 | 0.94 | 0.07 | 53.78 | 0.88 | 0.49 |
| Hex | ED | D6 | F | 0 | A | 5E | 7 | 36 | 58 | 31 |
| Octal | 355 | 326 | 17 | 0 | 12 | 136 | 7 | 66 | 130 | 61 |
| Binary | 11101101 | 11010110 | 1111 | 0 | 1010 | 1011110 | 111 | 110110 | 1011000 | 110001 |
Color Harmonies of #EDD60F
Complementary color
Monochromatic Colors of #EDD60F
Black with #EDD60F
Text Example
Text Example
White with #EDD60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD60F; }
p { color: rgb(237,214,15); }
H1.HeaderClassName
{
color: #EDD60F;
}
.AnyTagClassName
{
color: #EDD60F;
}
</style>
background-color css
<style>
a { background-color: #EDD60F; }
a { background-color: rgb(237,214,15); }
div.DivClassName
{
background-color: #EDD60F;
}
.BgClassName
{
background-color: #EDD60F;
}
</style>
border-color css
<style>
span { border-color: #EDD60F; }
span { border-color: rgb(237,214,15); }
td.TdClassName
{
border-color: #EDD60F;
}
.TagClassName
{
border-color: #EDD60F;
}
</style>