Shades of Golden Glow #FEDF89
Tints of Golden Glow #FEDF89
RGB
CMYK
RGB Variations
Color information
#FEDF89 (or 0xFEDF89) is known color: Golden Glow. HEX triplet: FE, DF and 89. RGB value is (254,223,137). Sum of RGB (Red+Green+Blue) = 254+223+137=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 137 (53.91% from 255 or 22.31% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDF89 is #012076. Grayscale: #DEDEDE. Windows color (decimal): -73847 or 9035774. OLE color: 9035774.
HSL color Cylindrical-coordinate representation of color #FEDF89: hue angle of 44.1º 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 #FEDF89 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 137 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.00 |
| HSL | 44.1º | 0.98% | 0.77% | - |
| HSV(B) | 44.1º | 0.46% | 1% | - |
| XYZ | 71.78 | 75.65 | 34.49 | - |
| YUV | 222.47 | 79.77 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 137 | 0 | 0.12 | 0.46 | 0.00 | 44.1 | 0.98 | 0.77 |
| Hex | FE | DF | 89 | 0 | C | 2E | 0 | 2C | 62 | 4D |
| Octal | 376 | 337 | 211 | 0 | 14 | 56 | 0 | 54 | 142 | 115 |
| Binary | 11111110 | 11011111 | 10001001 | 0 | 1100 | 101110 | 0 | 101100 | 1100010 | 1001101 |
Color Harmonies of #FEDF89
Complementary color
Monochromatic Colors of #FEDF89
Black with #FEDF89
Text Example
Text Example
White with #FEDF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF89; }
p { color: rgb(254,223,137); }
H1.HeaderClassName
{
color: #FEDF89;
}
.AnyTagClassName
{
color: #FEDF89;
}
</style>
background-color css
<style>
a { background-color: #FEDF89; }
a { background-color: rgb(254,223,137); }
div.DivClassName
{
background-color: #FEDF89;
}
.BgClassName
{
background-color: #FEDF89;
}
</style>
border-color css
<style>
span { border-color: #FEDF89; }
span { border-color: rgb(254,223,137); }
td.TdClassName
{
border-color: #FEDF89;
}
.TagClassName
{
border-color: #FEDF89;
}
</style>