Shades of Golden Glow #FEDA84
Tints of Golden Glow #FEDA84
RGB
CMYK
RGB Variations
Color information
#FEDA84 (or 0xFEDA84) is known color: Golden Glow. HEX triplet: FE, DA and 84. RGB value is (254,218,132). Sum of RGB (Red+Green+Blue) = 254+218+132=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 132 (51.95% from 255 or 21.85% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA84 is #01257B. Grayscale: #DBDBDB. Windows color (decimal): -75132 or 8706814. OLE color: 8706814.
HSL color Cylindrical-coordinate representation of color #FEDA84: hue angle of 42.3º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEDA84 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 132 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.00 |
| HSL | 42.3º | 0.98% | 0.76% | - |
| HSV(B) | 42.3º | 0.48% | 1% | - |
| XYZ | 70.11 | 72.88 | 32.2 | - |
| YUV | 218.96 | 78.93 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 132 | 0 | 0.14 | 0.48 | 0.00 | 42.3 | 0.98 | 0.76 |
| Hex | FE | DA | 84 | 0 | E | 30 | 0 | 2A | 62 | 4C |
| Octal | 376 | 332 | 204 | 0 | 16 | 60 | 0 | 52 | 142 | 114 |
| Binary | 11111110 | 11011010 | 10000100 | 0 | 1110 | 110000 | 0 | 101010 | 1100010 | 1001100 |
Color Harmonies of #FEDA84
Complementary color
Monochromatic Colors of #FEDA84
Black with #FEDA84
Text Example
Text Example
White with #FEDA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA84; }
p { color: rgb(254,218,132); }
H1.HeaderClassName
{
color: #FEDA84;
}
.AnyTagClassName
{
color: #FEDA84;
}
</style>
background-color css
<style>
a { background-color: #FEDA84; }
a { background-color: rgb(254,218,132); }
div.DivClassName
{
background-color: #FEDA84;
}
.BgClassName
{
background-color: #FEDA84;
}
</style>
border-color css
<style>
span { border-color: #FEDA84; }
span { border-color: rgb(254,218,132); }
td.TdClassName
{
border-color: #FEDA84;
}
.TagClassName
{
border-color: #FEDA84;
}
</style>