Shades of Golden Glow #FEDA8C
Tints of Golden Glow #FEDA8C
RGB
CMYK
RGB Variations
Color information
#FEDA8C (or 0xFEDA8C) is known color: Golden Glow. HEX triplet: FE, DA and 8C. RGB value is (254,218,140). Sum of RGB (Red+Green+Blue) = 254+218+140=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 140 (55.08% from 255 or 22.88% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA8C is #012573. Grayscale: #DCDCDC. Windows color (decimal): -75124 or 9231102. OLE color: 9231102.
HSL color Cylindrical-coordinate representation of color #FEDA8C: hue angle of 41.05º 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 #FEDA8C is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 218 | 140 | - |
CMYK | 0 | 0.14 | 0.45 | 0.00 |
HSL | 41.05º | 0.98% | 0.77% | - |
HSV(B) | 41.05º | 0.45% | 1% | - |
XYZ | 70.68 | 73.11 | 35.2 | - |
YUV | 219.87 | 82.93 | 152.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 218 | 140 | 0 | 0.14 | 0.45 | 0.00 | 41.05 | 0.98 | 0.77 |
Hex | FE | DA | 8C | 0 | E | 2D | 0 | 29 | 62 | 4D |
Octal | 376 | 332 | 214 | 0 | 16 | 55 | 0 | 51 | 142 | 115 |
Binary | 11111110 | 11011010 | 10001100 | 0 | 1110 | 101101 | 0 | 101001 | 1100010 | 1001101 |
Color Harmonies of #FEDA8C
Complementary color
Monochromatic Colors of #FEDA8C
Black with #FEDA8C
Text Example
Text Example
White with #FEDA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA8C; }
p { color: rgb(254,218,140); }
H1.HeaderClassName
{
color: #FEDA8C;
}
.AnyTagClassName
{
color: #FEDA8C;
}
</style>
background-color css
<style>
a { background-color: #FEDA8C; }
a { background-color: rgb(254,218,140); }
div.DivClassName
{
background-color: #FEDA8C;
}
.BgClassName
{
background-color: #FEDA8C;
}
</style>
border-color css
<style>
span { border-color: #FEDA8C; }
span { border-color: rgb(254,218,140); }
td.TdClassName
{
border-color: #FEDA8C;
}
.TagClassName
{
border-color: #FEDA8C;
}
</style>