Shades of Golden Yellow #FEE100
Tints of Golden Yellow #FEE100
RGB
CMYK
RGB Variations
Color information
#FEE100 (or 0xFEE100) is known color: Golden Yellow. HEX triplet: FE, E1 and 00. RGB value is (254,225,0). Sum of RGB (Red+Green+Blue) = 254+225+0=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 0 (0.39% from 255 or 0% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE100 is #011EFF. Grayscale: #D0D0D0. Windows color (decimal): -73472 or 57854. OLE color: 57854.
HSL color Cylindrical-coordinate representation of color #FEE100: hue angle of 53.15º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEE100 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.00 |
| HSL | 53.15º | 1% | 0.5% | - |
| HSV(B) | 53.15º | 1% | 1% | - |
| XYZ | 67.8 | 74.92 | 10.89 | - |
| YUV | 208.02 | 10.61 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 0 | 0 | 0.11 | 1 | 0.00 | 53.15 | 1 | 0.5 |
| Hex | FE | E1 | 0 | 0 | B | 64 | 0 | 35 | 64 | 32 |
| Octal | 376 | 341 | 0 | 0 | 13 | 144 | 0 | 65 | 144 | 62 |
| Binary | 11111110 | 11100001 | 0 | 0 | 1011 | 1100100 | 0 | 110101 | 1100100 | 110010 |
Color Harmonies of #FEE100
Complementary color
Monochromatic Colors of #FEE100
Black with #FEE100
Text Example
Text Example
White with #FEE100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE100; }
p { color: rgb(254,225,0); }
H1.HeaderClassName
{
color: #FEE100;
}
.AnyTagClassName
{
color: #FEE100;
}
</style>
background-color css
<style>
a { background-color: #FEE100; }
a { background-color: rgb(254,225,0); }
div.DivClassName
{
background-color: #FEE100;
}
.BgClassName
{
background-color: #FEE100;
}
</style>
border-color css
<style>
span { border-color: #FEE100; }
span { border-color: rgb(254,225,0); }
td.TdClassName
{
border-color: #FEE100;
}
.TagClassName
{
border-color: #FEE100;
}
</style>