Shades of Golden Glow #FEDB7E
Tints of Golden Glow #FEDB7E
RGB
CMYK
RGB Variations
Color information
#FEDB7E (or 0xFEDB7E) is known color: Golden Glow. HEX triplet: FE, DB and 7E. RGB value is (254,219,126). Sum of RGB (Red+Green+Blue) = 254+219+126=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 126 (49.61% from 255 or 21.04% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB7E is #012481. Grayscale: #DBDBDB. Windows color (decimal): -74882 or 8313854. OLE color: 8313854.
HSL color Cylindrical-coordinate representation of color #FEDB7E: hue angle of 43.59º 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 #FEDB7E is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 126 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.00 |
| HSL | 43.59º | 0.98% | 0.75% | - |
| HSV(B) | 43.59º | 0.5% | 1% | - |
| XYZ | 69.97 | 73.24 | 30.19 | - |
| YUV | 218.86 | 75.6 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 126 | 0 | 0.14 | 0.50 | 0.00 | 43.59 | 0.98 | 0.75 |
| Hex | FE | DB | 7E | 0 | E | 32 | 0 | 2C | 62 | 4B |
| Octal | 376 | 333 | 176 | 0 | 16 | 62 | 0 | 54 | 142 | 113 |
| Binary | 11111110 | 11011011 | 1111110 | 0 | 1110 | 110010 | 0 | 101100 | 1100010 | 1001011 |
Color Harmonies of #FEDB7E
Complementary color
Monochromatic Colors of #FEDB7E
Black with #FEDB7E
Text Example
Text Example
White with #FEDB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB7E; }
p { color: rgb(254,219,126); }
H1.HeaderClassName
{
color: #FEDB7E;
}
.AnyTagClassName
{
color: #FEDB7E;
}
</style>
background-color css
<style>
a { background-color: #FEDB7E; }
a { background-color: rgb(254,219,126); }
div.DivClassName
{
background-color: #FEDB7E;
}
.BgClassName
{
background-color: #FEDB7E;
}
</style>
border-color css
<style>
span { border-color: #FEDB7E; }
span { border-color: rgb(254,219,126); }
td.TdClassName
{
border-color: #FEDB7E;
}
.TagClassName
{
border-color: #FEDB7E;
}
</style>