Shades of Golden Glow #FEDB8C
Tints of Golden Glow #FEDB8C
RGB
CMYK
RGB Variations
Color information
#FEDB8C (or 0xFEDB8C) is known color: Golden Glow. HEX triplet: FE, DB and 8C. RGB value is (254,219,140). Sum of RGB (Red+Green+Blue) = 254+219+140=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 140 (55.08% from 255 or 22.84% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB8C is #012473. Grayscale: #DCDCDC. Windows color (decimal): -74868 or 9231358. OLE color: 9231358.
HSL color Cylindrical-coordinate representation of color #FEDB8C: hue angle of 41.58º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEDB8C is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 140 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.00 |
| HSL | 41.58º | 0.98% | 0.77% | - |
| HSV(B) | 41.58º | 0.45% | 1% | - |
| XYZ | 70.94 | 73.63 | 35.28 | - |
| YUV | 220.46 | 82.6 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 140 | 0 | 0.14 | 0.45 | 0.00 | 41.58 | 0.98 | 0.77 |
| Hex | FE | DB | 8C | 0 | E | 2D | 0 | 2A | 62 | 4D |
| Octal | 376 | 333 | 214 | 0 | 16 | 55 | 0 | 52 | 142 | 115 |
| Binary | 11111110 | 11011011 | 10001100 | 0 | 1110 | 101101 | 0 | 101010 | 1100010 | 1001101 |
Color Harmonies of #FEDB8C
Complementary color
Monochromatic Colors of #FEDB8C
Black with #FEDB8C
Text Example
Text Example
White with #FEDB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB8C; }
p { color: rgb(254,219,140); }
H1.HeaderClassName
{
color: #FEDB8C;
}
.AnyTagClassName
{
color: #FEDB8C;
}
</style>
background-color css
<style>
a { background-color: #FEDB8C; }
a { background-color: rgb(254,219,140); }
div.DivClassName
{
background-color: #FEDB8C;
}
.BgClassName
{
background-color: #FEDB8C;
}
</style>
border-color css
<style>
span { border-color: #FEDB8C; }
span { border-color: rgb(254,219,140); }
td.TdClassName
{
border-color: #FEDB8C;
}
.TagClassName
{
border-color: #FEDB8C;
}
</style>