Shades of Golden Glow #FEDA85
Tints of Golden Glow #FEDA85
RGB
CMYK
RGB Variations
Color information
#FEDA85 (or 0xFEDA85) is known color: Golden Glow. HEX triplet: FE, DA and 85. RGB value is (254,218,133). Sum of RGB (Red+Green+Blue) = 254+218+133=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 133 (52.34% from 255 or 21.98% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA85 is #01257A. Grayscale: #DBDBDB. Windows color (decimal): -75131 or 8772350. OLE color: 8772350.
HSL color Cylindrical-coordinate representation of color #FEDA85: hue angle of 42.15º 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 #FEDA85 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 133 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.00 |
| HSL | 42.15º | 0.98% | 0.76% | - |
| HSV(B) | 42.15º | 0.48% | 1% | - |
| XYZ | 70.18 | 72.91 | 32.56 | - |
| YUV | 219.07 | 79.43 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 133 | 0 | 0.14 | 0.48 | 0.00 | 42.15 | 0.98 | 0.76 |
| Hex | FE | DA | 85 | 0 | E | 30 | 0 | 2A | 62 | 4C |
| Octal | 376 | 332 | 205 | 0 | 16 | 60 | 0 | 52 | 142 | 114 |
| Binary | 11111110 | 11011010 | 10000101 | 0 | 1110 | 110000 | 0 | 101010 | 1100010 | 1001100 |
Color Harmonies of #FEDA85
Complementary color
Monochromatic Colors of #FEDA85
Black with #FEDA85
Text Example
Text Example
White with #FEDA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA85; }
p { color: rgb(254,218,133); }
H1.HeaderClassName
{
color: #FEDA85;
}
.AnyTagClassName
{
color: #FEDA85;
}
</style>
background-color css
<style>
a { background-color: #FEDA85; }
a { background-color: rgb(254,218,133); }
div.DivClassName
{
background-color: #FEDA85;
}
.BgClassName
{
background-color: #FEDA85;
}
</style>
border-color css
<style>
span { border-color: #FEDA85; }
span { border-color: rgb(254,218,133); }
td.TdClassName
{
border-color: #FEDA85;
}
.TagClassName
{
border-color: #FEDA85;
}
</style>