Shades of Golden Glow #FEDC8B
Tints of Golden Glow #FEDC8B
RGB
CMYK
RGB Variations
Color information
#FEDC8B (or 0xFEDC8B) is known color: Golden Glow. HEX triplet: FE, DC and 8B. RGB value is (254,220,139). Sum of RGB (Red+Green+Blue) = 254+220+139=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 139 (54.69% from 255 or 22.68% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC8B is #012374. Grayscale: #DDDDDD. Windows color (decimal): -74613 or 9166078. OLE color: 9166078.
HSL color Cylindrical-coordinate representation of color #FEDC8B: hue angle of 42.26º 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 #FEDC8B is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 139 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.00 |
| HSL | 42.26º | 0.98% | 0.77% | - |
| HSV(B) | 42.26º | 0.45% | 1% | - |
| XYZ | 71.13 | 74.12 | 34.98 | - |
| YUV | 220.93 | 81.76 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 139 | 0 | 0.13 | 0.45 | 0.00 | 42.26 | 0.98 | 0.77 |
| Hex | FE | DC | 8B | 0 | D | 2D | 0 | 2A | 62 | 4D |
| Octal | 376 | 334 | 213 | 0 | 15 | 55 | 0 | 52 | 142 | 115 |
| Binary | 11111110 | 11011100 | 10001011 | 0 | 1101 | 101101 | 0 | 101010 | 1100010 | 1001101 |
Color Harmonies of #FEDC8B
Complementary color
Monochromatic Colors of #FEDC8B
Black with #FEDC8B
Text Example
Text Example
White with #FEDC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC8B; }
p { color: rgb(254,220,139); }
H1.HeaderClassName
{
color: #FEDC8B;
}
.AnyTagClassName
{
color: #FEDC8B;
}
</style>
background-color css
<style>
a { background-color: #FEDC8B; }
a { background-color: rgb(254,220,139); }
div.DivClassName
{
background-color: #FEDC8B;
}
.BgClassName
{
background-color: #FEDC8B;
}
</style>
border-color css
<style>
span { border-color: #FEDC8B; }
span { border-color: rgb(254,220,139); }
td.TdClassName
{
border-color: #FEDC8B;
}
.TagClassName
{
border-color: #FEDC8B;
}
</style>