Shades of Golden Glow #FEE083
Tints of Golden Glow #FEE083
RGB
CMYK
RGB Variations
Color information
#FEE083 (or 0xFEE083) is known color: Golden Glow. HEX triplet: FE, E0 and 83. RGB value is (254,224,131). Sum of RGB (Red+Green+Blue) = 254+224+131=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 131 (51.56% from 255 or 21.51% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE083 is #011F7C. Grayscale: #DEDEDE. Windows color (decimal): -73597 or 8642814. OLE color: 8642814.
HSL color Cylindrical-coordinate representation of color #FEE083: hue angle of 45.37º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEE083 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 131 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.00 |
| HSL | 45.37º | 0.98% | 0.75% | - |
| HSV(B) | 45.37º | 0.48% | 1% | - |
| XYZ | 71.63 | 76.02 | 32.37 | - |
| YUV | 222.37 | 76.44 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 131 | 0 | 0.12 | 0.48 | 0.00 | 45.37 | 0.98 | 0.75 |
| Hex | FE | E0 | 83 | 0 | C | 30 | 0 | 2D | 62 | 4B |
| Octal | 376 | 340 | 203 | 0 | 14 | 60 | 0 | 55 | 142 | 113 |
| Binary | 11111110 | 11100000 | 10000011 | 0 | 1100 | 110000 | 0 | 101101 | 1100010 | 1001011 |
Color Harmonies of #FEE083
Complementary color
Monochromatic Colors of #FEE083
Black with #FEE083
Text Example
Text Example
White with #FEE083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE083; }
p { color: rgb(254,224,131); }
H1.HeaderClassName
{
color: #FEE083;
}
.AnyTagClassName
{
color: #FEE083;
}
</style>
background-color css
<style>
a { background-color: #FEE083; }
a { background-color: rgb(254,224,131); }
div.DivClassName
{
background-color: #FEE083;
}
.BgClassName
{
background-color: #FEE083;
}
</style>
border-color css
<style>
span { border-color: #FEE083; }
span { border-color: rgb(254,224,131); }
td.TdClassName
{
border-color: #FEE083;
}
.TagClassName
{
border-color: #FEE083;
}
</style>