Shades of Golden Glow #FEDC89
Tints of Golden Glow #FEDC89
RGB
CMYK
RGB Variations
Color information
#FEDC89 (or 0xFEDC89) is known color: Golden Glow. HEX triplet: FE, DC and 89. RGB value is (254,220,137). Sum of RGB (Red+Green+Blue) = 254+220+137=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 137 (53.91% from 255 or 22.42% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC89 is #012376. Grayscale: #DDDDDD. Windows color (decimal): -74615 or 9035006. OLE color: 9035006.
HSL color Cylindrical-coordinate representation of color #FEDC89: hue angle of 42.56º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEDC89 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 137 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.00 |
| HSL | 42.56º | 0.98% | 0.77% | - |
| HSV(B) | 42.56º | 0.46% | 1% | - |
| XYZ | 70.98 | 74.06 | 34.22 | - |
| YUV | 220.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 137 | 0 | 0.13 | 0.46 | 0.00 | 42.56 | 0.98 | 0.77 |
| Hex | FE | DC | 89 | 0 | D | 2E | 0 | 2B | 62 | 4D |
| Octal | 376 | 334 | 211 | 0 | 15 | 56 | 0 | 53 | 142 | 115 |
| Binary | 11111110 | 11011100 | 10001001 | 0 | 1101 | 101110 | 0 | 101011 | 1100010 | 1001101 |
Color Harmonies of #FEDC89
Complementary color
Monochromatic Colors of #FEDC89
Black with #FEDC89
Text Example
Text Example
White with #FEDC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC89; }
p { color: rgb(254,220,137); }
H1.HeaderClassName
{
color: #FEDC89;
}
.AnyTagClassName
{
color: #FEDC89;
}
</style>
background-color css
<style>
a { background-color: #FEDC89; }
a { background-color: rgb(254,220,137); }
div.DivClassName
{
background-color: #FEDC89;
}
.BgClassName
{
background-color: #FEDC89;
}
</style>
border-color css
<style>
span { border-color: #FEDC89; }
span { border-color: rgb(254,220,137); }
td.TdClassName
{
border-color: #FEDC89;
}
.TagClassName
{
border-color: #FEDC89;
}
</style>