Shades of Golden Glow #FEE081
Tints of Golden Glow #FEE081
RGB
CMYK
RGB Variations
Color information
#FEE081 (or 0xFEE081) is known color: Golden Glow. HEX triplet: FE, E0 and 81. RGB value is (254,224,129). Sum of RGB (Red+Green+Blue) = 254+224+129=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 129 (50.78% from 255 or 21.25% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE081 is #011F7E. Grayscale: #DEDEDE. Windows color (decimal): -73599 or 8511742. OLE color: 8511742.
HSL color Cylindrical-coordinate representation of color #FEE081: hue angle of 45.6º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEE081 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 129 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.00 |
| HSL | 45.6º | 0.98% | 0.75% | - |
| HSV(B) | 45.6º | 0.49% | 1% | - |
| XYZ | 71.49 | 75.97 | 31.66 | - |
| YUV | 222.14 | 75.44 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 129 | 0 | 0.12 | 0.49 | 0.00 | 45.6 | 0.98 | 0.75 |
| Hex | FE | E0 | 81 | 0 | C | 31 | 0 | 2E | 62 | 4B |
| Octal | 376 | 340 | 201 | 0 | 14 | 61 | 0 | 56 | 142 | 113 |
| Binary | 11111110 | 11100000 | 10000001 | 0 | 1100 | 110001 | 0 | 101110 | 1100010 | 1001011 |
Color Harmonies of #FEE081
Complementary color
Monochromatic Colors of #FEE081
Black with #FEE081
Text Example
Text Example
White with #FEE081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE081; }
p { color: rgb(254,224,129); }
H1.HeaderClassName
{
color: #FEE081;
}
.AnyTagClassName
{
color: #FEE081;
}
</style>
background-color css
<style>
a { background-color: #FEE081; }
a { background-color: rgb(254,224,129); }
div.DivClassName
{
background-color: #FEE081;
}
.BgClassName
{
background-color: #FEE081;
}
</style>
border-color css
<style>
span { border-color: #FEE081; }
span { border-color: rgb(254,224,129); }
td.TdClassName
{
border-color: #FEE081;
}
.TagClassName
{
border-color: #FEE081;
}
</style>