Shades of Golden Glow #FEDE8A
Tints of Golden Glow #FEDE8A
RGB
CMYK
RGB Variations
Color information
#FEDE8A (or 0xFEDE8A) is known color: Golden Glow. HEX triplet: FE, DE and 8A. RGB value is (254,222,138). Sum of RGB (Red+Green+Blue) = 254+222+138=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 138 (54.30% from 255 or 22.48% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE8A is #012175. Grayscale: #DEDEDE. Windows color (decimal): -74102 or 9101054. OLE color: 9101054.
HSL color Cylindrical-coordinate representation of color #FEDE8A: hue angle of 43.45º 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 #FEDE8A is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 138 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.00 |
| HSL | 43.45º | 0.98% | 0.77% | - |
| HSV(B) | 43.45º | 0.46% | 1% | - |
| XYZ | 71.58 | 75.15 | 34.78 | - |
| YUV | 221.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 138 | 0 | 0.13 | 0.46 | 0.00 | 43.45 | 0.98 | 0.77 |
| Hex | FE | DE | 8A | 0 | D | 2E | 0 | 2B | 62 | 4D |
| Octal | 376 | 336 | 212 | 0 | 15 | 56 | 0 | 53 | 142 | 115 |
| Binary | 11111110 | 11011110 | 10001010 | 0 | 1101 | 101110 | 0 | 101011 | 1100010 | 1001101 |
Color Harmonies of #FEDE8A
Complementary color
Monochromatic Colors of #FEDE8A
Black with #FEDE8A
Text Example
Text Example
White with #FEDE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE8A; }
p { color: rgb(254,222,138); }
H1.HeaderClassName
{
color: #FEDE8A;
}
.AnyTagClassName
{
color: #FEDE8A;
}
</style>
background-color css
<style>
a { background-color: #FEDE8A; }
a { background-color: rgb(254,222,138); }
div.DivClassName
{
background-color: #FEDE8A;
}
.BgClassName
{
background-color: #FEDE8A;
}
</style>
border-color css
<style>
span { border-color: #FEDE8A; }
span { border-color: rgb(254,222,138); }
td.TdClassName
{
border-color: #FEDE8A;
}
.TagClassName
{
border-color: #FEDE8A;
}
</style>