Shades of Golden Glow #FEDE7C
Tints of Golden Glow #FEDE7C
RGB
CMYK
RGB Variations
Color information
#FEDE7C (or 0xFEDE7C) is known color: Golden Glow. HEX triplet: FE, DE and 7C. RGB value is (254,222,124). Sum of RGB (Red+Green+Blue) = 254+222+124=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 124 (48.83% from 255 or 20.67% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE7C is #012183. Grayscale: #DCDCDC. Windows color (decimal): -74116 or 8183550. OLE color: 8183550.
HSL color Cylindrical-coordinate representation of color #FEDE7C: hue angle of 45.23º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEDE7C is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 124 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.00 |
| HSL | 45.23º | 0.98% | 0.74% | - |
| HSV(B) | 45.23º | 0.51% | 1% | - |
| XYZ | 70.63 | 74.77 | 29.78 | - |
| YUV | 220.4 | 73.6 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 124 | 0 | 0.13 | 0.51 | 0.00 | 45.23 | 0.98 | 0.74 |
| Hex | FE | DE | 7C | 0 | D | 33 | 0 | 2D | 62 | 4A |
| Octal | 376 | 336 | 174 | 0 | 15 | 63 | 0 | 55 | 142 | 112 |
| Binary | 11111110 | 11011110 | 1111100 | 0 | 1101 | 110011 | 0 | 101101 | 1100010 | 1001010 |
Color Harmonies of #FEDE7C
Complementary color
Monochromatic Colors of #FEDE7C
Black with #FEDE7C
Text Example
Text Example
White with #FEDE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE7C; }
p { color: rgb(254,222,124); }
H1.HeaderClassName
{
color: #FEDE7C;
}
.AnyTagClassName
{
color: #FEDE7C;
}
</style>
background-color css
<style>
a { background-color: #FEDE7C; }
a { background-color: rgb(254,222,124); }
div.DivClassName
{
background-color: #FEDE7C;
}
.BgClassName
{
background-color: #FEDE7C;
}
</style>
border-color css
<style>
span { border-color: #FEDE7C; }
span { border-color: rgb(254,222,124); }
td.TdClassName
{
border-color: #FEDE7C;
}
.TagClassName
{
border-color: #FEDE7C;
}
</style>