Shades of Golden Glow #FED589
Tints of Golden Glow #FED589
RGB
CMYK
RGB Variations
Color information
#FED589 (or 0xFED589) is known color: Golden Glow. HEX triplet: FE, D5 and 89. RGB value is (254,213,137). Sum of RGB (Red+Green+Blue) = 254+213+137=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 137 (53.91% from 255 or 22.68% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FED589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED589 is #012A76. Grayscale: #D8D8D8. Windows color (decimal): -76407 or 9033214. OLE color: 9033214.
HSL color Cylindrical-coordinate representation of color #FED589: hue angle of 38.97º 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 #FED589 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 137 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.00 |
| HSL | 38.97º | 0.98% | 0.77% | - |
| HSV(B) | 38.97º | 0.46% | 1% | - |
| XYZ | 69.18 | 70.47 | 33.62 | - |
| YUV | 216.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 137 | 0 | 0.16 | 0.46 | 0.00 | 38.97 | 0.98 | 0.77 |
| Hex | FE | D5 | 89 | 0 | 10 | 2E | 0 | 27 | 62 | 4D |
| Octal | 376 | 325 | 211 | 0 | 20 | 56 | 0 | 47 | 142 | 115 |
| Binary | 11111110 | 11010101 | 10001001 | 0 | 10000 | 101110 | 0 | 100111 | 1100010 | 1001101 |
Color Harmonies of #FED589
Complementary color
Monochromatic Colors of #FED589
Black with #FED589
Text Example
Text Example
White with #FED589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED589; }
p { color: rgb(254,213,137); }
H1.HeaderClassName
{
color: #FED589;
}
.AnyTagClassName
{
color: #FED589;
}
</style>
background-color css
<style>
a { background-color: #FED589; }
a { background-color: rgb(254,213,137); }
div.DivClassName
{
background-color: #FED589;
}
.BgClassName
{
background-color: #FED589;
}
</style>
border-color css
<style>
span { border-color: #FED589; }
span { border-color: rgb(254,213,137); }
td.TdClassName
{
border-color: #FED589;
}
.TagClassName
{
border-color: #FED589;
}
</style>