Shades of Golden Yellow #FEE801
Tints of Golden Yellow #FEE801
RGB
CMYK
RGB Variations
Color information
#FEE801 (or 0xFEE801) is known color: Golden Yellow. HEX triplet: FE, E8 and 01. RGB value is (254,232,1). Sum of RGB (Red+Green+Blue) = 254+232+1=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 232 (91.02% from 255 or 47.64% from 487); Blue value is 1 (0.78% from 255 or 0.21% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE801 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE801 is #0117FE. Grayscale: #D5D5D5. Windows color (decimal): -71679 or 125182. OLE color: 125182.
HSL color Cylindrical-coordinate representation of color #FEE801: hue angle of 54.78º 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 #FEE801 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.00 |
| HSL | 54.78º | 0.99% | 0.5% | - |
| HSV(B) | 54.78º | 1% | 1% | - |
| XYZ | 69.74 | 78.79 | 11.56 | - |
| YUV | 212.24 | 8.79 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 1 | 0 | 0.09 | 1.00 | 0.00 | 54.78 | 0.99 | 0.5 |
| Hex | FE | E8 | 1 | 0 | 9 | 64 | 0 | 37 | 63 | 32 |
| Octal | 376 | 350 | 1 | 0 | 11 | 144 | 0 | 67 | 143 | 62 |
| Binary | 11111110 | 11101000 | 1 | 0 | 1001 | 1100100 | 0 | 110111 | 1100011 | 110010 |
Color Harmonies of #FEE801
Complementary color
Monochromatic Colors of #FEE801
Black with #FEE801
Text Example
Text Example
White with #FEE801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE801; }
p { color: rgb(254,232,1); }
H1.HeaderClassName
{
color: #FEE801;
}
.AnyTagClassName
{
color: #FEE801;
}
</style>
background-color css
<style>
a { background-color: #FEE801; }
a { background-color: rgb(254,232,1); }
div.DivClassName
{
background-color: #FEE801;
}
.BgClassName
{
background-color: #FEE801;
}
</style>
border-color css
<style>
span { border-color: #FEE801; }
span { border-color: rgb(254,232,1); }
td.TdClassName
{
border-color: #FEE801;
}
.TagClassName
{
border-color: #FEE801;
}
</style>