Shades of Golden Glow #FEDA89
Tints of Golden Glow #FEDA89
RGB
CMYK
RGB Variations
Color information
#FEDA89 (or 0xFEDA89) is known color: Golden Glow. HEX triplet: FE, DA and 89. RGB value is (254,218,137). Sum of RGB (Red+Green+Blue) = 254+218+137=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 137 (53.91% from 255 or 22.50% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA89 is #012576. Grayscale: #DBDBDB. Windows color (decimal): -75127 or 9034494. OLE color: 9034494.
HSL color Cylindrical-coordinate representation of color #FEDA89: hue angle of 41.54º 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 #FEDA89 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 137 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.00 |
| HSL | 41.54º | 0.98% | 0.77% | - |
| HSV(B) | 41.54º | 0.46% | 1% | - |
| XYZ | 70.46 | 73.02 | 34.05 | - |
| YUV | 219.53 | 81.43 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 137 | 0 | 0.14 | 0.46 | 0.00 | 41.54 | 0.98 | 0.77 |
| Hex | FE | DA | 89 | 0 | E | 2E | 0 | 2A | 62 | 4D |
| Octal | 376 | 332 | 211 | 0 | 16 | 56 | 0 | 52 | 142 | 115 |
| Binary | 11111110 | 11011010 | 10001001 | 0 | 1110 | 101110 | 0 | 101010 | 1100010 | 1001101 |
Color Harmonies of #FEDA89
Complementary color
Monochromatic Colors of #FEDA89
Black with #FEDA89
Text Example
Text Example
White with #FEDA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA89; }
p { color: rgb(254,218,137); }
H1.HeaderClassName
{
color: #FEDA89;
}
.AnyTagClassName
{
color: #FEDA89;
}
</style>
background-color css
<style>
a { background-color: #FEDA89; }
a { background-color: rgb(254,218,137); }
div.DivClassName
{
background-color: #FEDA89;
}
.BgClassName
{
background-color: #FEDA89;
}
</style>
border-color css
<style>
span { border-color: #FEDA89; }
span { border-color: rgb(254,218,137); }
td.TdClassName
{
border-color: #FEDA89;
}
.TagClassName
{
border-color: #FEDA89;
}
</style>