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