Shades of Golden Glow #EED179
Tints of Golden Glow #EED179
RGB
CMYK
RGB Variations
Color information
#EED179 (or 0xEED179) is known color: Golden Glow. HEX triplet: EE, D1 and 79. RGB value is (238,209,121). Sum of RGB (Red+Green+Blue) = 238+209+121=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 121 (47.66% from 255 or 21.30% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EED179 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED179 is #112E86. Grayscale: #D0D0D0. Windows color (decimal): -1126023 or 7983598. OLE color: 7983598.
HSL color Cylindrical-coordinate representation of color #EED179: hue angle of 45.13º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EED179 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 121 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.07 |
| HSL | 45.13º | 0.77% | 0.7% | - |
| HSV(B) | 45.13º | 0.49% | 0.93% | - |
| XYZ | 61.51 | 65.16 | 27.42 | - |
| YUV | 207.64 | 79.11 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 121 | 0 | 0.12 | 0.49 | 0.07 | 45.13 | 0.77 | 0.7 |
| Hex | EE | D1 | 79 | 0 | C | 31 | 7 | 2D | 4D | 46 |
| Octal | 356 | 321 | 171 | 0 | 14 | 61 | 7 | 55 | 115 | 106 |
| Binary | 11101110 | 11010001 | 1111001 | 0 | 1100 | 110001 | 111 | 101101 | 1001101 | 1000110 |
Color Harmonies of #EED179
Complementary color
Monochromatic Colors of #EED179
Black with #EED179
Text Example
Text Example
White with #EED179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED179; }
p { color: rgb(238,209,121); }
H1.HeaderClassName
{
color: #EED179;
}
.AnyTagClassName
{
color: #EED179;
}
</style>
background-color css
<style>
a { background-color: #EED179; }
a { background-color: rgb(238,209,121); }
div.DivClassName
{
background-color: #EED179;
}
.BgClassName
{
background-color: #EED179;
}
</style>
border-color css
<style>
span { border-color: #EED179; }
span { border-color: rgb(238,209,121); }
td.TdClassName
{
border-color: #EED179;
}
.TagClassName
{
border-color: #EED179;
}
</style>