Shades of Golden Yellow #FEE001
Tints of Golden Yellow #FEE001
RGB
CMYK
RGB Variations
Color information
#FEE001 (or 0xFEE001) is known color: Golden Yellow. HEX triplet: FE, E0 and 01. RGB value is (254,224,1). Sum of RGB (Red+Green+Blue) = 254+224+1=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 1 (0.78% from 255 or 0.21% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE001 is #011FFE. Grayscale: #D0D0D0. Windows color (decimal): -73727 or 123134. OLE color: 123134.
HSL color Cylindrical-coordinate representation of color #FEE001: hue angle of 52.89º 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 #FEE001 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.00 |
| HSL | 52.89º | 0.99% | 0.5% | - |
| HSV(B) | 52.89º | 1% | 1% | - |
| XYZ | 67.53 | 74.38 | 10.83 | - |
| YUV | 207.55 | 11.44 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 1 | 0 | 0.12 | 1.00 | 0.00 | 52.89 | 0.99 | 0.5 |
| Hex | FE | E0 | 1 | 0 | C | 64 | 0 | 35 | 63 | 32 |
| Octal | 376 | 340 | 1 | 0 | 14 | 144 | 0 | 65 | 143 | 62 |
| Binary | 11111110 | 11100000 | 1 | 0 | 1100 | 1100100 | 0 | 110101 | 1100011 | 110010 |
Color Harmonies of #FEE001
Complementary color
Monochromatic Colors of #FEE001
Black with #FEE001
Text Example
Text Example
White with #FEE001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE001; }
p { color: rgb(254,224,1); }
H1.HeaderClassName
{
color: #FEE001;
}
.AnyTagClassName
{
color: #FEE001;
}
</style>
background-color css
<style>
a { background-color: #FEE001; }
a { background-color: rgb(254,224,1); }
div.DivClassName
{
background-color: #FEE001;
}
.BgClassName
{
background-color: #FEE001;
}
</style>
border-color css
<style>
span { border-color: #FEE001; }
span { border-color: rgb(254,224,1); }
td.TdClassName
{
border-color: #FEE001;
}
.TagClassName
{
border-color: #FEE001;
}
</style>