Shades of Golden Glow #FEDD7E
Tints of Golden Glow #FEDD7E
RGB
CMYK
RGB Variations
Color information
#FEDD7E (or 0xFEDD7E) is known color: Golden Glow. HEX triplet: FE, DD and 7E. RGB value is (254,221,126). Sum of RGB (Red+Green+Blue) = 254+221+126=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 126 (49.61% from 255 or 20.97% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD7E is #012281. Grayscale: #DCDCDC. Windows color (decimal): -74370 or 8314366. OLE color: 8314366.
HSL color Cylindrical-coordinate representation of color #FEDD7E: hue angle of 44.53º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEDD7E is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 126 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.00 |
| HSL | 44.53º | 0.98% | 0.75% | - |
| HSV(B) | 44.53º | 0.5% | 1% | - |
| XYZ | 70.5 | 74.29 | 30.36 | - |
| YUV | 220.04 | 74.93 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 126 | 0 | 0.13 | 0.50 | 0.00 | 44.53 | 0.98 | 0.75 |
| Hex | FE | DD | 7E | 0 | D | 32 | 0 | 2D | 62 | 4B |
| Octal | 376 | 335 | 176 | 0 | 15 | 62 | 0 | 55 | 142 | 113 |
| Binary | 11111110 | 11011101 | 1111110 | 0 | 1101 | 110010 | 0 | 101101 | 1100010 | 1001011 |
Color Harmonies of #FEDD7E
Complementary color
Monochromatic Colors of #FEDD7E
Black with #FEDD7E
Text Example
Text Example
White with #FEDD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD7E; }
p { color: rgb(254,221,126); }
H1.HeaderClassName
{
color: #FEDD7E;
}
.AnyTagClassName
{
color: #FEDD7E;
}
</style>
background-color css
<style>
a { background-color: #FEDD7E; }
a { background-color: rgb(254,221,126); }
div.DivClassName
{
background-color: #FEDD7E;
}
.BgClassName
{
background-color: #FEDD7E;
}
</style>
border-color css
<style>
span { border-color: #FEDD7E; }
span { border-color: rgb(254,221,126); }
td.TdClassName
{
border-color: #FEDD7E;
}
.TagClassName
{
border-color: #FEDD7E;
}
</style>