Shades of Golden Glow #FEE384
Tints of Golden Glow #FEE384
RGB
CMYK
RGB Variations
Color information
#FEE384 (or 0xFEE384) is known color: Golden Glow. HEX triplet: FE, E3 and 84. RGB value is (254,227,132). Sum of RGB (Red+Green+Blue) = 254+227+132=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 132 (51.95% from 255 or 21.53% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE384 is #011C7B. Grayscale: #E0E0E0. Windows color (decimal): -72828 or 8709118. OLE color: 8709118.
HSL color Cylindrical-coordinate representation of color #FEE384: hue angle of 46.72º 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 #FEE384 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 132 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.00 |
| HSL | 46.72º | 0.98% | 0.76% | - |
| HSV(B) | 46.72º | 0.48% | 1% | - |
| XYZ | 72.51 | 77.67 | 33 | - |
| YUV | 224.24 | 75.95 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 132 | 0 | 0.11 | 0.48 | 0.00 | 46.72 | 0.98 | 0.76 |
| Hex | FE | E3 | 84 | 0 | B | 30 | 0 | 2F | 62 | 4C |
| Octal | 376 | 343 | 204 | 0 | 13 | 60 | 0 | 57 | 142 | 114 |
| Binary | 11111110 | 11100011 | 10000100 | 0 | 1011 | 110000 | 0 | 101111 | 1100010 | 1001100 |
Color Harmonies of #FEE384
Complementary color
Monochromatic Colors of #FEE384
Black with #FEE384
Text Example
Text Example
White with #FEE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE384; }
p { color: rgb(254,227,132); }
H1.HeaderClassName
{
color: #FEE384;
}
.AnyTagClassName
{
color: #FEE384;
}
</style>
background-color css
<style>
a { background-color: #FEE384; }
a { background-color: rgb(254,227,132); }
div.DivClassName
{
background-color: #FEE384;
}
.BgClassName
{
background-color: #FEE384;
}
</style>
border-color css
<style>
span { border-color: #FEE384; }
span { border-color: rgb(254,227,132); }
td.TdClassName
{
border-color: #FEE384;
}
.TagClassName
{
border-color: #FEE384;
}
</style>