Shades of Golden Glow #FEDC88
Tints of Golden Glow #FEDC88
RGB
CMYK
RGB Variations
Color information
#FEDC88 (or 0xFEDC88) is known color: Golden Glow. HEX triplet: FE, DC and 88. RGB value is (254,220,136). Sum of RGB (Red+Green+Blue) = 254+220+136=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 136 (53.52% from 255 or 22.30% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC88 is #012377. Grayscale: #DCDCDC. Windows color (decimal): -74616 or 8969470. OLE color: 8969470.
HSL color Cylindrical-coordinate representation of color #FEDC88: hue angle of 42.71º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEDC88 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 136 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.00 |
| HSL | 42.71º | 0.98% | 0.76% | - |
| HSV(B) | 42.71º | 0.46% | 1% | - |
| XYZ | 70.91 | 74.03 | 33.85 | - |
| YUV | 220.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 136 | 0 | 0.13 | 0.46 | 0.00 | 42.71 | 0.98 | 0.76 |
| Hex | FE | DC | 88 | 0 | D | 2E | 0 | 2B | 62 | 4C |
| Octal | 376 | 334 | 210 | 0 | 15 | 56 | 0 | 53 | 142 | 114 |
| Binary | 11111110 | 11011100 | 10001000 | 0 | 1101 | 101110 | 0 | 101011 | 1100010 | 1001100 |
Color Harmonies of #FEDC88
Complementary color
Monochromatic Colors of #FEDC88
Black with #FEDC88
Text Example
Text Example
White with #FEDC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC88; }
p { color: rgb(254,220,136); }
H1.HeaderClassName
{
color: #FEDC88;
}
.AnyTagClassName
{
color: #FEDC88;
}
</style>
background-color css
<style>
a { background-color: #FEDC88; }
a { background-color: rgb(254,220,136); }
div.DivClassName
{
background-color: #FEDC88;
}
.BgClassName
{
background-color: #FEDC88;
}
</style>
border-color css
<style>
span { border-color: #FEDC88; }
span { border-color: rgb(254,220,136); }
td.TdClassName
{
border-color: #FEDC88;
}
.TagClassName
{
border-color: #FEDC88;
}
</style>