Shades of Golden Yellow #FEE301
Tints of Golden Yellow #FEE301
RGB
CMYK
RGB Variations
Color information
#FEE301 (or 0xFEE301) is known color: Golden Yellow. HEX triplet: FE, E3 and 01. RGB value is (254,227,1). Sum of RGB (Red+Green+Blue) = 254+227+1=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 1 (0.78% from 255 or 0.21% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE301 is #011CFE. Grayscale: #D2D2D2. Windows color (decimal): -72959 or 123902. OLE color: 123902.
HSL color Cylindrical-coordinate representation of color #FEE301: hue angle of 53.6º 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 #FEE301 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.00 |
| HSL | 53.6º | 0.99% | 0.5% | - |
| HSV(B) | 53.6º | 1% | 1% | - |
| XYZ | 68.35 | 76.01 | 11.1 | - |
| YUV | 209.31 | 10.45 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 1 | 0 | 0.11 | 1.00 | 0.00 | 53.6 | 0.99 | 0.5 |
| Hex | FE | E3 | 1 | 0 | B | 64 | 0 | 36 | 63 | 32 |
| Octal | 376 | 343 | 1 | 0 | 13 | 144 | 0 | 66 | 143 | 62 |
| Binary | 11111110 | 11100011 | 1 | 0 | 1011 | 1100100 | 0 | 110110 | 1100011 | 110010 |
Color Harmonies of #FEE301
Complementary color
Monochromatic Colors of #FEE301
Black with #FEE301
Text Example
Text Example
White with #FEE301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE301; }
p { color: rgb(254,227,1); }
H1.HeaderClassName
{
color: #FEE301;
}
.AnyTagClassName
{
color: #FEE301;
}
</style>
background-color css
<style>
a { background-color: #FEE301; }
a { background-color: rgb(254,227,1); }
div.DivClassName
{
background-color: #FEE301;
}
.BgClassName
{
background-color: #FEE301;
}
</style>
border-color css
<style>
span { border-color: #FEE301; }
span { border-color: rgb(254,227,1); }
td.TdClassName
{
border-color: #FEE301;
}
.TagClassName
{
border-color: #FEE301;
}
</style>