Shades of Golden Yellow #FEE004
Tints of Golden Yellow #FEE004
RGB
CMYK
RGB Variations
Color information
#FEE004 (or 0xFEE004) is known color: Golden Yellow. HEX triplet: FE, E0 and 04. RGB value is (254,224,4). Sum of RGB (Red+Green+Blue) = 254+224+4=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 4 (1.95% from 255 or 0.83% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE004 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE004 is #011FFB. Grayscale: #D0D0D0. Windows color (decimal): -73724 or 319742. OLE color: 319742.
HSL color Cylindrical-coordinate representation of color #FEE004: hue angle of 52.8º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEE004 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.00 |
| HSL | 52.8º | 0.99% | 0.51% | - |
| HSV(B) | 52.8º | 0.98% | 1% | - |
| XYZ | 67.55 | 74.39 | 10.91 | - |
| YUV | 207.89 | 12.94 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 4 | 0 | 0.12 | 0.98 | 0.00 | 52.8 | 0.99 | 0.51 |
| Hex | FE | E0 | 4 | 0 | C | 62 | 0 | 35 | 63 | 33 |
| Octal | 376 | 340 | 4 | 0 | 14 | 142 | 0 | 65 | 143 | 63 |
| Binary | 11111110 | 11100000 | 100 | 0 | 1100 | 1100010 | 0 | 110101 | 1100011 | 110011 |
Color Harmonies of #FEE004
Complementary color
Monochromatic Colors of #FEE004
Black with #FEE004
Text Example
Text Example
White with #FEE004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE004; }
p { color: rgb(254,224,4); }
H1.HeaderClassName
{
color: #FEE004;
}
.AnyTagClassName
{
color: #FEE004;
}
</style>
background-color css
<style>
a { background-color: #FEE004; }
a { background-color: rgb(254,224,4); }
div.DivClassName
{
background-color: #FEE004;
}
.BgClassName
{
background-color: #FEE004;
}
</style>
border-color css
<style>
span { border-color: #FEE004; }
span { border-color: rgb(254,224,4); }
td.TdClassName
{
border-color: #FEE004;
}
.TagClassName
{
border-color: #FEE004;
}
</style>