Shades of Golden Glow #FEE285
Tints of Golden Glow #FEE285
RGB
CMYK
RGB Variations
Color information
#FEE285 (or 0xFEE285) is known color: Golden Glow. HEX triplet: FE, E2 and 85. RGB value is (254,226,133). Sum of RGB (Red+Green+Blue) = 254+226+133=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 133 (52.34% from 255 or 21.70% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE285 is #011D7A. Grayscale: #E0E0E0. Windows color (decimal): -73083 or 8774398. OLE color: 8774398.
HSL color Cylindrical-coordinate representation of color #FEE285: hue angle of 46.12º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEE285 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 133 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.00 |
| HSL | 46.12º | 0.98% | 0.76% | - |
| HSV(B) | 46.12º | 0.48% | 1% | - |
| XYZ | 72.3 | 77.16 | 33.27 | - |
| YUV | 223.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 133 | 0 | 0.11 | 0.48 | 0.00 | 46.12 | 0.98 | 0.76 |
| Hex | FE | E2 | 85 | 0 | B | 30 | 0 | 2E | 62 | 4C |
| Octal | 376 | 342 | 205 | 0 | 13 | 60 | 0 | 56 | 142 | 114 |
| Binary | 11111110 | 11100010 | 10000101 | 0 | 1011 | 110000 | 0 | 101110 | 1100010 | 1001100 |
Color Harmonies of #FEE285
Complementary color
Monochromatic Colors of #FEE285
Black with #FEE285
Text Example
Text Example
White with #FEE285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE285; }
p { color: rgb(254,226,133); }
H1.HeaderClassName
{
color: #FEE285;
}
.AnyTagClassName
{
color: #FEE285;
}
</style>
background-color css
<style>
a { background-color: #FEE285; }
a { background-color: rgb(254,226,133); }
div.DivClassName
{
background-color: #FEE285;
}
.BgClassName
{
background-color: #FEE285;
}
</style>
border-color css
<style>
span { border-color: #FEE285; }
span { border-color: rgb(254,226,133); }
td.TdClassName
{
border-color: #FEE285;
}
.TagClassName
{
border-color: #FEE285;
}
</style>