Shades of Golden Glow #FEE385
Tints of Golden Glow #FEE385
RGB
CMYK
RGB Variations
Color information
#FEE385 (or 0xFEE385) is known color: Golden Glow. HEX triplet: FE, E3 and 85. RGB value is (254,227,133). Sum of RGB (Red+Green+Blue) = 254+227+133=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 227 (89.06% from 255 or 36.97% from 614); Blue value is 133 (52.34% from 255 or 21.66% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE385 is #011C7A. Grayscale: #E0E0E0. Windows color (decimal): -72827 or 8774654. OLE color: 8774654.
HSL color Cylindrical-coordinate representation of color #FEE385: hue angle of 46.61º 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 #FEE385 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 133 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.00 |
| HSL | 46.61º | 0.98% | 0.76% | - |
| HSV(B) | 46.61º | 0.48% | 1% | - |
| XYZ | 72.58 | 77.7 | 33.36 | - |
| YUV | 224.36 | 76.45 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 133 | 0 | 0.11 | 0.48 | 0.00 | 46.61 | 0.98 | 0.76 |
| Hex | FE | E3 | 85 | 0 | B | 30 | 0 | 2F | 62 | 4C |
| Octal | 376 | 343 | 205 | 0 | 13 | 60 | 0 | 57 | 142 | 114 |
| Binary | 11111110 | 11100011 | 10000101 | 0 | 1011 | 110000 | 0 | 101111 | 1100010 | 1001100 |
Color Harmonies of #FEE385
Complementary color
Monochromatic Colors of #FEE385
Black with #FEE385
Text Example
Text Example
White with #FEE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE385; }
p { color: rgb(254,227,133); }
H1.HeaderClassName
{
color: #FEE385;
}
.AnyTagClassName
{
color: #FEE385;
}
</style>
background-color css
<style>
a { background-color: #FEE385; }
a { background-color: rgb(254,227,133); }
div.DivClassName
{
background-color: #FEE385;
}
.BgClassName
{
background-color: #FEE385;
}
</style>
border-color css
<style>
span { border-color: #FEE385; }
span { border-color: rgb(254,227,133); }
td.TdClassName
{
border-color: #FEE385;
}
.TagClassName
{
border-color: #FEE385;
}
</style>