Shades of Golden Glow #FEE386
Tints of Golden Glow #FEE386
RGB
CMYK
RGB Variations
Color information
#FEE386 (or 0xFEE386) is known color: Golden Glow. HEX triplet: FE, E3 and 86. RGB value is (254,227,134). Sum of RGB (Red+Green+Blue) = 254+227+134=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 134 (52.73% from 255 or 21.79% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE386 is #011C79. Grayscale: #E0E0E0. Windows color (decimal): -72826 or 8840190. OLE color: 8840190.
HSL color Cylindrical-coordinate representation of color #FEE386: hue angle of 46.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 #FEE386 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 134 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.00 |
| HSL | 46.5º | 0.98% | 0.76% | - |
| HSV(B) | 46.5º | 0.47% | 1% | - |
| XYZ | 72.65 | 77.73 | 33.73 | - |
| YUV | 224.47 | 76.95 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 134 | 0 | 0.11 | 0.47 | 0.00 | 46.5 | 0.98 | 0.76 |
| Hex | FE | E3 | 86 | 0 | B | 2F | 0 | 2E | 62 | 4C |
| Octal | 376 | 343 | 206 | 0 | 13 | 57 | 0 | 56 | 142 | 114 |
| Binary | 11111110 | 11100011 | 10000110 | 0 | 1011 | 101111 | 0 | 101110 | 1100010 | 1001100 |
Color Harmonies of #FEE386
Complementary color
Monochromatic Colors of #FEE386
Black with #FEE386
Text Example
Text Example
White with #FEE386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE386; }
p { color: rgb(254,227,134); }
H1.HeaderClassName
{
color: #FEE386;
}
.AnyTagClassName
{
color: #FEE386;
}
</style>
background-color css
<style>
a { background-color: #FEE386; }
a { background-color: rgb(254,227,134); }
div.DivClassName
{
background-color: #FEE386;
}
.BgClassName
{
background-color: #FEE386;
}
</style>
border-color css
<style>
span { border-color: #FEE386; }
span { border-color: rgb(254,227,134); }
td.TdClassName
{
border-color: #FEE386;
}
.TagClassName
{
border-color: #FEE386;
}
</style>