Shades of Golden Glow #FEDE89
Tints of Golden Glow #FEDE89
RGB
CMYK
RGB Variations
Color information
#FEDE89 (or 0xFEDE89) is known color: Golden Glow. HEX triplet: FE, DE and 89. RGB value is (254,222,137). Sum of RGB (Red+Green+Blue) = 254+222+137=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 137 (53.91% from 255 or 22.35% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE89 is #012176. Grayscale: #DEDEDE. Windows color (decimal): -74103 or 9035518. OLE color: 9035518.
HSL color Cylindrical-coordinate representation of color #FEDE89: hue angle of 43.59º 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 #FEDE89 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 137 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.00 |
| HSL | 43.59º | 0.98% | 0.77% | - |
| HSV(B) | 43.59º | 0.46% | 1% | - |
| XYZ | 71.51 | 75.12 | 34.4 | - |
| YUV | 221.88 | 80.1 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 137 | 0 | 0.13 | 0.46 | 0.00 | 43.59 | 0.98 | 0.77 |
| Hex | FE | DE | 89 | 0 | D | 2E | 0 | 2C | 62 | 4D |
| Octal | 376 | 336 | 211 | 0 | 15 | 56 | 0 | 54 | 142 | 115 |
| Binary | 11111110 | 11011110 | 10001001 | 0 | 1101 | 101110 | 0 | 101100 | 1100010 | 1001101 |
Color Harmonies of #FEDE89
Complementary color
Monochromatic Colors of #FEDE89
Black with #FEDE89
Text Example
Text Example
White with #FEDE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE89; }
p { color: rgb(254,222,137); }
H1.HeaderClassName
{
color: #FEDE89;
}
.AnyTagClassName
{
color: #FEDE89;
}
</style>
background-color css
<style>
a { background-color: #FEDE89; }
a { background-color: rgb(254,222,137); }
div.DivClassName
{
background-color: #FEDE89;
}
.BgClassName
{
background-color: #FEDE89;
}
</style>
border-color css
<style>
span { border-color: #FEDE89; }
span { border-color: rgb(254,222,137); }
td.TdClassName
{
border-color: #FEDE89;
}
.TagClassName
{
border-color: #FEDE89;
}
</style>