Shades of Golden Glow #FEDE88
Tints of Golden Glow #FEDE88
RGB
CMYK
RGB Variations
Color information
#FEDE88 (or 0xFEDE88) is known color: Golden Glow. HEX triplet: FE, DE and 88. RGB value is (254,222,136). Sum of RGB (Red+Green+Blue) = 254+222+136=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 136 (53.52% from 255 or 22.22% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE88 is #012177. Grayscale: #DEDEDE. Windows color (decimal): -74104 or 8969982. OLE color: 8969982.
HSL color Cylindrical-coordinate representation of color #FEDE88: hue angle of 43.73º 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 #FEDE88 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 136 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.00 |
| HSL | 43.73º | 0.98% | 0.76% | - |
| HSV(B) | 43.73º | 0.46% | 1% | - |
| XYZ | 71.44 | 75.09 | 34.02 | - |
| YUV | 221.76 | 79.6 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 136 | 0 | 0.13 | 0.46 | 0.00 | 43.73 | 0.98 | 0.76 |
| Hex | FE | DE | 88 | 0 | D | 2E | 0 | 2C | 62 | 4C |
| Octal | 376 | 336 | 210 | 0 | 15 | 56 | 0 | 54 | 142 | 114 |
| Binary | 11111110 | 11011110 | 10001000 | 0 | 1101 | 101110 | 0 | 101100 | 1100010 | 1001100 |
Color Harmonies of #FEDE88
Complementary color
Monochromatic Colors of #FEDE88
Black with #FEDE88
Text Example
Text Example
White with #FEDE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE88; }
p { color: rgb(254,222,136); }
H1.HeaderClassName
{
color: #FEDE88;
}
.AnyTagClassName
{
color: #FEDE88;
}
</style>
background-color css
<style>
a { background-color: #FEDE88; }
a { background-color: rgb(254,222,136); }
div.DivClassName
{
background-color: #FEDE88;
}
.BgClassName
{
background-color: #FEDE88;
}
</style>
border-color css
<style>
span { border-color: #FEDE88; }
span { border-color: rgb(254,222,136); }
td.TdClassName
{
border-color: #FEDE88;
}
.TagClassName
{
border-color: #FEDE88;
}
</style>