Shades of Golden Yellow #FEE900
Tints of Golden Yellow #FEE900
RGB
CMYK
RGB Variations
Color information
#FEE900 (or 0xFEE900) is known color: Golden Yellow. HEX triplet: FE, E9 and 00. RGB value is (254,233,0). Sum of RGB (Red+Green+Blue) = 254+233+0=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 0 (0.39% from 255 or 0% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE900 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE900 is #0116FF. Grayscale: #D5D5D5. Windows color (decimal): -71424 or 59902. OLE color: 59902.
HSL color Cylindrical-coordinate representation of color #FEE900: hue angle of 55.04º 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 #FEE900 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.00 |
| HSL | 55.04º | 1% | 0.5% | - |
| HSV(B) | 55.04º | 1% | 1% | - |
| XYZ | 70.01 | 79.35 | 11.63 | - |
| YUV | 212.72 | 7.96 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 0 | 0 | 0.08 | 1 | 0.00 | 55.04 | 1 | 0.5 |
| Hex | FE | E9 | 0 | 0 | 8 | 64 | 0 | 37 | 64 | 32 |
| Octal | 376 | 351 | 0 | 0 | 10 | 144 | 0 | 67 | 144 | 62 |
| Binary | 11111110 | 11101001 | 0 | 0 | 1000 | 1100100 | 0 | 110111 | 1100100 | 110010 |
Color Harmonies of #FEE900
Complementary color
Monochromatic Colors of #FEE900
Black with #FEE900
Text Example
Text Example
White with #FEE900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE900; }
p { color: rgb(254,233,0); }
H1.HeaderClassName
{
color: #FEE900;
}
.AnyTagClassName
{
color: #FEE900;
}
</style>
background-color css
<style>
a { background-color: #FEE900; }
a { background-color: rgb(254,233,0); }
div.DivClassName
{
background-color: #FEE900;
}
.BgClassName
{
background-color: #FEE900;
}
</style>
border-color css
<style>
span { border-color: #FEE900; }
span { border-color: rgb(254,233,0); }
td.TdClassName
{
border-color: #FEE900;
}
.TagClassName
{
border-color: #FEE900;
}
</style>