Shades of Golden Glow #FEDD89
Tints of Golden Glow #FEDD89
RGB
CMYK
RGB Variations
Color information
#FEDD89 (or 0xFEDD89) is known color: Golden Glow. HEX triplet: FE, DD and 89. RGB value is (254,221,137). Sum of RGB (Red+Green+Blue) = 254+221+137=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 137 (53.91% from 255 or 22.39% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD89 is #012276. Grayscale: #DDDDDD. Windows color (decimal): -74359 or 9035262. OLE color: 9035262.
HSL color Cylindrical-coordinate representation of color #FEDD89: hue angle of 43.08º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEDD89 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 137 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.00 |
| HSL | 43.08º | 0.98% | 0.77% | - |
| HSV(B) | 43.08º | 0.46% | 1% | - |
| XYZ | 71.24 | 74.59 | 34.31 | - |
| YUV | 221.29 | 80.43 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 137 | 0 | 0.13 | 0.46 | 0.00 | 43.08 | 0.98 | 0.77 |
| Hex | FE | DD | 89 | 0 | D | 2E | 0 | 2B | 62 | 4D |
| Octal | 376 | 335 | 211 | 0 | 15 | 56 | 0 | 53 | 142 | 115 |
| Binary | 11111110 | 11011101 | 10001001 | 0 | 1101 | 101110 | 0 | 101011 | 1100010 | 1001101 |
Color Harmonies of #FEDD89
Complementary color
Monochromatic Colors of #FEDD89
Black with #FEDD89
Text Example
Text Example
White with #FEDD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD89; }
p { color: rgb(254,221,137); }
H1.HeaderClassName
{
color: #FEDD89;
}
.AnyTagClassName
{
color: #FEDD89;
}
</style>
background-color css
<style>
a { background-color: #FEDD89; }
a { background-color: rgb(254,221,137); }
div.DivClassName
{
background-color: #FEDD89;
}
.BgClassName
{
background-color: #FEDD89;
}
</style>
border-color css
<style>
span { border-color: #FEDD89; }
span { border-color: rgb(254,221,137); }
td.TdClassName
{
border-color: #FEDD89;
}
.TagClassName
{
border-color: #FEDD89;
}
</style>