Shades of Golden Yellow #FEE400
Tints of Golden Yellow #FEE400
RGB
CMYK
RGB Variations
Color information
#FEE400 (or 0xFEE400) is known color: Golden Yellow. HEX triplet: FE, E4 and 00. RGB value is (254,228,0). Sum of RGB (Red+Green+Blue) = 254+228+0=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 0 (0.39% from 255 or 0% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE400 is #011BFF. Grayscale: #D2D2D2. Windows color (decimal): -72704 or 58622. OLE color: 58622.
HSL color Cylindrical-coordinate representation of color #FEE400: hue angle of 53.86º 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 #FEE400 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.00 |
| HSL | 53.86º | 1% | 0.5% | - |
| HSV(B) | 53.86º | 1% | 1% | - |
| XYZ | 68.62 | 76.56 | 11.16 | - |
| YUV | 209.78 | 9.61 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 0 | 0 | 0.10 | 1 | 0.00 | 53.86 | 1 | 0.5 |
| Hex | FE | E4 | 0 | 0 | A | 64 | 0 | 36 | 64 | 32 |
| Octal | 376 | 344 | 0 | 0 | 12 | 144 | 0 | 66 | 144 | 62 |
| Binary | 11111110 | 11100100 | 0 | 0 | 1010 | 1100100 | 0 | 110110 | 1100100 | 110010 |
Color Harmonies of #FEE400
Complementary color
Monochromatic Colors of #FEE400
Black with #FEE400
Text Example
Text Example
White with #FEE400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE400; }
p { color: rgb(254,228,0); }
H1.HeaderClassName
{
color: #FEE400;
}
.AnyTagClassName
{
color: #FEE400;
}
</style>
background-color css
<style>
a { background-color: #FEE400; }
a { background-color: rgb(254,228,0); }
div.DivClassName
{
background-color: #FEE400;
}
.BgClassName
{
background-color: #FEE400;
}
</style>
border-color css
<style>
span { border-color: #FEE400; }
span { border-color: rgb(254,228,0); }
td.TdClassName
{
border-color: #FEE400;
}
.TagClassName
{
border-color: #FEE400;
}
</style>