Shades of Gold #EED108
Tints of Gold #EED108
RGB
CMYK
RGB Variations
Color information
#EED108 (or 0xEED108) is known color: Gold. HEX triplet: EE, D1 and 08. RGB value is (238,209,8). Sum of RGB (Red+Green+Blue) = 238+209+8=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 8 (3.52% from 255 or 1.76% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EED108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED108 is #112EF7. Grayscale: #C3C3C3. Windows color (decimal): -1126136 or 578030. OLE color: 578030.
HSL color Cylindrical-coordinate representation of color #EED108: hue angle of 52.43º degrees, saturation: 0.93, 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 #EED108 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 8 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.07 |
| HSL | 52.43º | 0.93% | 0.48% | - |
| HSV(B) | 52.43º | 0.97% | 0.93% | - |
| XYZ | 58.1 | 63.8 | 9.48 | - |
| YUV | 194.76 | 22.61 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 8 | 0 | 0.12 | 0.97 | 0.07 | 52.43 | 0.93 | 0.48 |
| Hex | EE | D1 | 8 | 0 | C | 61 | 7 | 34 | 5D | 30 |
| Octal | 356 | 321 | 10 | 0 | 14 | 141 | 7 | 64 | 135 | 60 |
| Binary | 11101110 | 11010001 | 1000 | 0 | 1100 | 1100001 | 111 | 110100 | 1011101 | 110000 |
Color Harmonies of #EED108
Complementary color
Monochromatic Colors of #EED108
Black with #EED108
Text Example
Text Example
White with #EED108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED108; }
p { color: rgb(238,209,8); }
H1.HeaderClassName
{
color: #EED108;
}
.AnyTagClassName
{
color: #EED108;
}
</style>
background-color css
<style>
a { background-color: #EED108; }
a { background-color: rgb(238,209,8); }
div.DivClassName
{
background-color: #EED108;
}
.BgClassName
{
background-color: #EED108;
}
</style>
border-color css
<style>
span { border-color: #EED108; }
span { border-color: rgb(238,209,8); }
td.TdClassName
{
border-color: #EED108;
}
.TagClassName
{
border-color: #EED108;
}
</style>