Shades of Gold #EED60A
Tints of Gold #EED60A
RGB
CMYK
RGB Variations
Color information
#EED60A (or 0xEED60A) is known color: Gold. HEX triplet: EE, D6 and 0A. RGB value is (238,214,10). Sum of RGB (Red+Green+Blue) = 238+214+10=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 10 (4.30% from 255 or 2.16% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EED60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED60A is #1129F5. Grayscale: #C6C6C6. Windows color (decimal): -1124854 or 710382. OLE color: 710382.
HSL color Cylindrical-coordinate representation of color #EED60A: hue angle of 53.68º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EED60A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 10 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.07 |
| HSL | 53.68º | 0.92% | 0.49% | - |
| HSV(B) | 53.68º | 0.96% | 0.93% | - |
| XYZ | 59.36 | 66.29 | 9.95 | - |
| YUV | 197.92 | 21.95 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 10 | 0 | 0.10 | 0.96 | 0.07 | 53.68 | 0.92 | 0.49 |
| Hex | EE | D6 | A | 0 | A | 60 | 7 | 36 | 5C | 31 |
| Octal | 356 | 326 | 12 | 0 | 12 | 140 | 7 | 66 | 134 | 61 |
| Binary | 11101110 | 11010110 | 1010 | 0 | 1010 | 1100000 | 111 | 110110 | 1011100 | 110001 |
Color Harmonies of #EED60A
Complementary color
Monochromatic Colors of #EED60A
Black with #EED60A
Text Example
Text Example
White with #EED60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED60A; }
p { color: rgb(238,214,10); }
H1.HeaderClassName
{
color: #EED60A;
}
.AnyTagClassName
{
color: #EED60A;
}
</style>
background-color css
<style>
a { background-color: #EED60A; }
a { background-color: rgb(238,214,10); }
div.DivClassName
{
background-color: #EED60A;
}
.BgClassName
{
background-color: #EED60A;
}
</style>
border-color css
<style>
span { border-color: #EED60A; }
span { border-color: rgb(238,214,10); }
td.TdClassName
{
border-color: #EED60A;
}
.TagClassName
{
border-color: #EED60A;
}
</style>