Shades of Gold #EED605
Tints of Gold #EED605
RGB
CMYK
RGB Variations
Color information
#EED605 (or 0xEED605) is known color: Gold. HEX triplet: EE, D6 and 05. RGB value is (238,214,5). Sum of RGB (Red+Green+Blue) = 238+214+5=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 5 (2.34% from 255 or 1.09% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EED605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED605 is #1129FA. Grayscale: #C6C6C6. Windows color (decimal): -1124859 or 382702. OLE color: 382702.
HSL color Cylindrical-coordinate representation of color #EED605: hue angle of 53.82º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EED605 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.07 |
| HSL | 53.82º | 0.96% | 0.48% | - |
| HSV(B) | 53.82º | 0.98% | 0.93% | - |
| XYZ | 59.33 | 66.28 | 9.81 | - |
| YUV | 197.35 | 19.45 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 5 | 0 | 0.10 | 0.98 | 0.07 | 53.82 | 0.96 | 0.48 |
| Hex | EE | D6 | 5 | 0 | A | 62 | 7 | 36 | 60 | 30 |
| Octal | 356 | 326 | 5 | 0 | 12 | 142 | 7 | 66 | 140 | 60 |
| Binary | 11101110 | 11010110 | 101 | 0 | 1010 | 1100010 | 111 | 110110 | 1100000 | 110000 |
Color Harmonies of #EED605
Complementary color
Monochromatic Colors of #EED605
Black with #EED605
Text Example
Text Example
White with #EED605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED605; }
p { color: rgb(238,214,5); }
H1.HeaderClassName
{
color: #EED605;
}
.AnyTagClassName
{
color: #EED605;
}
</style>
background-color css
<style>
a { background-color: #EED605; }
a { background-color: rgb(238,214,5); }
div.DivClassName
{
background-color: #EED605;
}
.BgClassName
{
background-color: #EED605;
}
</style>
border-color css
<style>
span { border-color: #EED605; }
span { border-color: rgb(238,214,5); }
td.TdClassName
{
border-color: #EED605;
}
.TagClassName
{
border-color: #EED605;
}
</style>