Shades of Gold #EED60F
Tints of Gold #EED60F
RGB
CMYK
RGB Variations
Color information
#EED60F (or 0xEED60F) is known color: Gold. HEX triplet: EE, D6 and 0F. RGB value is (238,214,15). Sum of RGB (Red+Green+Blue) = 238+214+15=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 15 (6.25% from 255 or 3.21% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EED60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED60F is #1129F0. Grayscale: #C7C7C7. Windows color (decimal): -1124849 or 1038062. OLE color: 1038062.
HSL color Cylindrical-coordinate representation of color #EED60F: hue angle of 53.54º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EED60F is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 15 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.07 |
| HSL | 53.54º | 0.88% | 0.5% | - |
| HSV(B) | 53.54º | 0.94% | 0.93% | - |
| XYZ | 59.39 | 66.3 | 10.12 | - |
| YUV | 198.49 | 24.45 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 15 | 0 | 0.10 | 0.94 | 0.07 | 53.54 | 0.88 | 0.5 |
| Hex | EE | D6 | F | 0 | A | 5E | 7 | 36 | 58 | 32 |
| Octal | 356 | 326 | 17 | 0 | 12 | 136 | 7 | 66 | 130 | 62 |
| Binary | 11101110 | 11010110 | 1111 | 0 | 1010 | 1011110 | 111 | 110110 | 1011000 | 110010 |
Color Harmonies of #EED60F
Complementary color
Monochromatic Colors of #EED60F
Black with #EED60F
Text Example
Text Example
White with #EED60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED60F; }
p { color: rgb(238,214,15); }
H1.HeaderClassName
{
color: #EED60F;
}
.AnyTagClassName
{
color: #EED60F;
}
</style>
background-color css
<style>
a { background-color: #EED60F; }
a { background-color: rgb(238,214,15); }
div.DivClassName
{
background-color: #EED60F;
}
.BgClassName
{
background-color: #EED60F;
}
</style>
border-color css
<style>
span { border-color: #EED60F; }
span { border-color: rgb(238,214,15); }
td.TdClassName
{
border-color: #EED60F;
}
.TagClassName
{
border-color: #EED60F;
}
</style>