Shades of Golden Glow #FEDE86
Tints of Golden Glow #FEDE86
RGB
CMYK
RGB Variations
Color information
#FEDE86 (or 0xFEDE86) is known color: Golden Glow. HEX triplet: FE, DE and 86. RGB value is (254,222,134). Sum of RGB (Red+Green+Blue) = 254+222+134=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 134 (52.73% from 255 or 21.97% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE86 is #012179. Grayscale: #DDDDDD. Windows color (decimal): -74106 or 8838910. OLE color: 8838910.
HSL color Cylindrical-coordinate representation of color #FEDE86: hue angle of 44º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FEDE86 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 134 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.00 |
| HSL | 44º | 0.98% | 0.76% | - |
| HSV(B) | 44º | 0.47% | 1% | - |
| XYZ | 71.3 | 75.03 | 33.28 | - |
| YUV | 221.54 | 78.6 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 134 | 0 | 0.13 | 0.47 | 0.00 | 44 | 0.98 | 0.76 |
| Hex | FE | DE | 86 | 0 | D | 2F | 0 | 2C | 62 | 4C |
| Octal | 376 | 336 | 206 | 0 | 15 | 57 | 0 | 54 | 142 | 114 |
| Binary | 11111110 | 11011110 | 10000110 | 0 | 1101 | 101111 | 0 | 101100 | 1100010 | 1001100 |
Color Harmonies of #FEDE86
Complementary color
Monochromatic Colors of #FEDE86
Black with #FEDE86
Text Example
Text Example
White with #FEDE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE86; }
p { color: rgb(254,222,134); }
H1.HeaderClassName
{
color: #FEDE86;
}
.AnyTagClassName
{
color: #FEDE86;
}
</style>
background-color css
<style>
a { background-color: #FEDE86; }
a { background-color: rgb(254,222,134); }
div.DivClassName
{
background-color: #FEDE86;
}
.BgClassName
{
background-color: #FEDE86;
}
</style>
border-color css
<style>
span { border-color: #FEDE86; }
span { border-color: rgb(254,222,134); }
td.TdClassName
{
border-color: #FEDE86;
}
.TagClassName
{
border-color: #FEDE86;
}
</style>