Shades of Golden Glow #EED178
Tints of Golden Glow #EED178
RGB
CMYK
RGB Variations
Color information
#EED178 (or 0xEED178) is known color: Golden Glow. HEX triplet: EE, D1 and 78. RGB value is (238,209,120). Sum of RGB (Red+Green+Blue) = 238+209+120=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EED178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED178 is #112E87. Grayscale: #CFCFCF. Windows color (decimal): -1126024 or 7918062. OLE color: 7918062.
HSL color Cylindrical-coordinate representation of color #EED178: hue angle of 45.25º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EED178 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 120 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.07 |
| HSL | 45.25º | 0.78% | 0.7% | - |
| HSV(B) | 45.25º | 0.5% | 0.93% | - |
| XYZ | 61.45 | 65.13 | 27.1 | - |
| YUV | 207.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 120 | 0 | 0.12 | 0.50 | 0.07 | 45.25 | 0.78 | 0.7 |
| Hex | EE | D1 | 78 | 0 | C | 32 | 7 | 2D | 4E | 46 |
| Octal | 356 | 321 | 170 | 0 | 14 | 62 | 7 | 55 | 116 | 106 |
| Binary | 11101110 | 11010001 | 1111000 | 0 | 1100 | 110010 | 111 | 101101 | 1001110 | 1000110 |
Color Harmonies of #EED178
Complementary color
Monochromatic Colors of #EED178
Black with #EED178
Text Example
Text Example
White with #EED178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED178; }
p { color: rgb(238,209,120); }
H1.HeaderClassName
{
color: #EED178;
}
.AnyTagClassName
{
color: #EED178;
}
</style>
background-color css
<style>
a { background-color: #EED178; }
a { background-color: rgb(238,209,120); }
div.DivClassName
{
background-color: #EED178;
}
.BgClassName
{
background-color: #EED178;
}
</style>
border-color css
<style>
span { border-color: #EED178; }
span { border-color: rgb(238,209,120); }
td.TdClassName
{
border-color: #EED178;
}
.TagClassName
{
border-color: #EED178;
}
</style>