Shades of Gold #EED207
Tints of Gold #EED207
RGB
CMYK
RGB Variations
Color information
#EED207 (or 0xEED207) is known color: Gold. HEX triplet: EE, D2 and 07. RGB value is (238,210,7). Sum of RGB (Red+Green+Blue) = 238+210+7=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 7 (3.12% from 255 or 1.54% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EED207 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED207 is #112DF8. Grayscale: #C4C4C4. Windows color (decimal): -1125881 or 512750. OLE color: 512750.
HSL color Cylindrical-coordinate representation of color #EED207: hue angle of 52.73º 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 #EED207 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 7 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.07 |
| HSL | 52.73º | 0.94% | 0.48% | - |
| HSV(B) | 52.73º | 0.97% | 0.93% | - |
| XYZ | 58.34 | 64.29 | 9.53 | - |
| YUV | 195.23 | 21.78 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 7 | 0 | 0.12 | 0.97 | 0.07 | 52.73 | 0.94 | 0.48 |
| Hex | EE | D2 | 7 | 0 | C | 61 | 7 | 35 | 5E | 30 |
| Octal | 356 | 322 | 7 | 0 | 14 | 141 | 7 | 65 | 136 | 60 |
| Binary | 11101110 | 11010010 | 111 | 0 | 1100 | 1100001 | 111 | 110101 | 1011110 | 110000 |
Color Harmonies of #EED207
Complementary color
Monochromatic Colors of #EED207
Black with #EED207
Text Example
Text Example
White with #EED207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED207; }
p { color: rgb(238,210,7); }
H1.HeaderClassName
{
color: #EED207;
}
.AnyTagClassName
{
color: #EED207;
}
</style>
background-color css
<style>
a { background-color: #EED207; }
a { background-color: rgb(238,210,7); }
div.DivClassName
{
background-color: #EED207;
}
.BgClassName
{
background-color: #EED207;
}
</style>
border-color css
<style>
span { border-color: #EED207; }
span { border-color: rgb(238,210,7); }
td.TdClassName
{
border-color: #EED207;
}
.TagClassName
{
border-color: #EED207;
}
</style>