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