Shades of Golden Glow #FEE186
Tints of Golden Glow #FEE186
RGB
CMYK
RGB Variations
Color information
#FEE186 (or 0xFEE186) is known color: Golden Glow. HEX triplet: FE, E1 and 86. RGB value is (254,225,134). Sum of RGB (Red+Green+Blue) = 254+225+134=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 134 (52.73% from 255 or 21.86% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE186 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE186 is #011E79. Grayscale: #DFDFDF. Windows color (decimal): -73338 or 8839678. OLE color: 8839678.
HSL color Cylindrical-coordinate representation of color #FEE186: hue angle of 45.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FEE186 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 134 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.00 |
| HSL | 45.5º | 0.98% | 0.76% | - |
| HSV(B) | 45.5º | 0.47% | 1% | - |
| XYZ | 72.1 | 76.64 | 33.55 | - |
| YUV | 223.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 134 | 0 | 0.11 | 0.47 | 0.00 | 45.5 | 0.98 | 0.76 |
| Hex | FE | E1 | 86 | 0 | B | 2F | 0 | 2E | 62 | 4C |
| Octal | 376 | 341 | 206 | 0 | 13 | 57 | 0 | 56 | 142 | 114 |
| Binary | 11111110 | 11100001 | 10000110 | 0 | 1011 | 101111 | 0 | 101110 | 1100010 | 1001100 |
Color Harmonies of #FEE186
Complementary color
Monochromatic Colors of #FEE186
Black with #FEE186
Text Example
Text Example
White with #FEE186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE186; }
p { color: rgb(254,225,134); }
H1.HeaderClassName
{
color: #FEE186;
}
.AnyTagClassName
{
color: #FEE186;
}
</style>
background-color css
<style>
a { background-color: #FEE186; }
a { background-color: rgb(254,225,134); }
div.DivClassName
{
background-color: #FEE186;
}
.BgClassName
{
background-color: #FEE186;
}
</style>
border-color css
<style>
span { border-color: #FEE186; }
span { border-color: rgb(254,225,134); }
td.TdClassName
{
border-color: #FEE186;
}
.TagClassName
{
border-color: #FEE186;
}
</style>