Shades of Gold #EED607
Tints of Gold #EED607
RGB
CMYK
RGB Variations
Color information
#EED607 (or 0xEED607) is known color: Gold. HEX triplet: EE, D6 and 07. RGB value is (238,214,7). Sum of RGB (Red+Green+Blue) = 238+214+7=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 7 (3.12% from 255 or 1.53% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EED607 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED607 is #1129F8. Grayscale: #C6C6C6. Windows color (decimal): -1124857 or 513774. OLE color: 513774.
HSL color Cylindrical-coordinate representation of color #EED607: hue angle of 53.77º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EED607 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 7 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.07 |
| HSL | 53.77º | 0.94% | 0.48% | - |
| HSV(B) | 53.77º | 0.97% | 0.93% | - |
| XYZ | 59.34 | 66.29 | 9.87 | - |
| YUV | 197.58 | 20.45 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 7 | 0 | 0.10 | 0.97 | 0.07 | 53.77 | 0.94 | 0.48 |
| Hex | EE | D6 | 7 | 0 | A | 61 | 7 | 36 | 5E | 30 |
| Octal | 356 | 326 | 7 | 0 | 12 | 141 | 7 | 66 | 136 | 60 |
| Binary | 11101110 | 11010110 | 111 | 0 | 1010 | 1100001 | 111 | 110110 | 1011110 | 110000 |
Color Harmonies of #EED607
Complementary color
Monochromatic Colors of #EED607
Black with #EED607
Text Example
Text Example
White with #EED607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED607; }
p { color: rgb(238,214,7); }
H1.HeaderClassName
{
color: #EED607;
}
.AnyTagClassName
{
color: #EED607;
}
</style>
background-color css
<style>
a { background-color: #EED607; }
a { background-color: rgb(238,214,7); }
div.DivClassName
{
background-color: #EED607;
}
.BgClassName
{
background-color: #EED607;
}
</style>
border-color css
<style>
span { border-color: #EED607; }
span { border-color: rgb(238,214,7); }
td.TdClassName
{
border-color: #EED607;
}
.TagClassName
{
border-color: #EED607;
}
</style>