Shades of Gold #EED60D
Tints of Gold #EED60D
RGB
CMYK
RGB Variations
Color information
#EED60D (or 0xEED60D) is known color: Gold. HEX triplet: EE, D6 and 0D. RGB value is (238,214,13). Sum of RGB (Red+Green+Blue) = 238+214+13=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 13 (5.47% from 255 or 2.80% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EED60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED60D is #1129F2. Grayscale: #C7C7C7. Windows color (decimal): -1124851 or 906990. OLE color: 906990.
HSL color Cylindrical-coordinate representation of color #EED60D: hue angle of 53.6º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EED60D is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 13 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.07 |
| HSL | 53.6º | 0.9% | 0.49% | - |
| HSV(B) | 53.6º | 0.95% | 0.93% | - |
| XYZ | 59.38 | 66.3 | 10.05 | - |
| YUV | 198.26 | 23.45 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 13 | 0 | 0.10 | 0.95 | 0.07 | 53.6 | 0.9 | 0.49 |
| Hex | EE | D6 | D | 0 | A | 5F | 7 | 36 | 5A | 31 |
| Octal | 356 | 326 | 15 | 0 | 12 | 137 | 7 | 66 | 132 | 61 |
| Binary | 11101110 | 11010110 | 1101 | 0 | 1010 | 1011111 | 111 | 110110 | 1011010 | 110001 |
Color Harmonies of #EED60D
Complementary color
Monochromatic Colors of #EED60D
Black with #EED60D
Text Example
Text Example
White with #EED60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED60D; }
p { color: rgb(238,214,13); }
H1.HeaderClassName
{
color: #EED60D;
}
.AnyTagClassName
{
color: #EED60D;
}
</style>
background-color css
<style>
a { background-color: #EED60D; }
a { background-color: rgb(238,214,13); }
div.DivClassName
{
background-color: #EED60D;
}
.BgClassName
{
background-color: #EED60D;
}
</style>
border-color css
<style>
span { border-color: #EED60D; }
span { border-color: rgb(238,214,13); }
td.TdClassName
{
border-color: #EED60D;
}
.TagClassName
{
border-color: #EED60D;
}
</style>