Shades of Golden Glow #FEDB86
Tints of Golden Glow #FEDB86
RGB
CMYK
RGB Variations
Color information
#FEDB86 (or 0xFEDB86) is known color: Golden Glow. HEX triplet: FE, DB and 86. RGB value is (254,219,134). Sum of RGB (Red+Green+Blue) = 254+219+134=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 134 (52.73% from 255 or 22.08% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB86 is #012479. Grayscale: #DCDCDC. Windows color (decimal): -74874 or 8838142. OLE color: 8838142.
HSL color Cylindrical-coordinate representation of color #FEDB86: hue angle of 42.5º 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 #FEDB86 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 134 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.00 |
| HSL | 42.5º | 0.98% | 0.76% | - |
| HSV(B) | 42.5º | 0.47% | 1% | - |
| XYZ | 70.51 | 73.46 | 33.02 | - |
| YUV | 219.78 | 79.6 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 134 | 0 | 0.14 | 0.47 | 0.00 | 42.5 | 0.98 | 0.76 |
| Hex | FE | DB | 86 | 0 | E | 2F | 0 | 2A | 62 | 4C |
| Octal | 376 | 333 | 206 | 0 | 16 | 57 | 0 | 52 | 142 | 114 |
| Binary | 11111110 | 11011011 | 10000110 | 0 | 1110 | 101111 | 0 | 101010 | 1100010 | 1001100 |
Color Harmonies of #FEDB86
Complementary color
Monochromatic Colors of #FEDB86
Black with #FEDB86
Text Example
Text Example
White with #FEDB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB86; }
p { color: rgb(254,219,134); }
H1.HeaderClassName
{
color: #FEDB86;
}
.AnyTagClassName
{
color: #FEDB86;
}
</style>
background-color css
<style>
a { background-color: #FEDB86; }
a { background-color: rgb(254,219,134); }
div.DivClassName
{
background-color: #FEDB86;
}
.BgClassName
{
background-color: #FEDB86;
}
</style>
border-color css
<style>
span { border-color: #FEDB86; }
span { border-color: rgb(254,219,134); }
td.TdClassName
{
border-color: #FEDB86;
}
.TagClassName
{
border-color: #FEDB86;
}
</style>