Shades of Golden Yellow #FEE804
Tints of Golden Yellow #FEE804
RGB
CMYK
RGB Variations
Color information
#FEE804 (or 0xFEE804) is known color: Golden Yellow. HEX triplet: FE, E8 and 04. RGB value is (254,232,4). Sum of RGB (Red+Green+Blue) = 254+232+4=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 4 (1.95% from 255 or 0.82% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE804 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE804 is #0117FB. Grayscale: #D5D5D5. Windows color (decimal): -71676 or 321790. OLE color: 321790.
HSL color Cylindrical-coordinate representation of color #FEE804: hue angle of 54.72º 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 #FEE804 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.00 |
| HSL | 54.72º | 0.99% | 0.51% | - |
| HSV(B) | 54.72º | 0.98% | 1% | - |
| XYZ | 69.75 | 78.79 | 11.65 | - |
| YUV | 212.59 | 10.29 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 4 | 0 | 0.09 | 0.98 | 0.00 | 54.72 | 0.99 | 0.51 |
| Hex | FE | E8 | 4 | 0 | 9 | 62 | 0 | 37 | 63 | 33 |
| Octal | 376 | 350 | 4 | 0 | 11 | 142 | 0 | 67 | 143 | 63 |
| Binary | 11111110 | 11101000 | 100 | 0 | 1001 | 1100010 | 0 | 110111 | 1100011 | 110011 |
Color Harmonies of #FEE804
Complementary color
Monochromatic Colors of #FEE804
Black with #FEE804
Text Example
Text Example
White with #FEE804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE804; }
p { color: rgb(254,232,4); }
H1.HeaderClassName
{
color: #FEE804;
}
.AnyTagClassName
{
color: #FEE804;
}
</style>
background-color css
<style>
a { background-color: #FEE804; }
a { background-color: rgb(254,232,4); }
div.DivClassName
{
background-color: #FEE804;
}
.BgClassName
{
background-color: #FEE804;
}
</style>
border-color css
<style>
span { border-color: #FEE804; }
span { border-color: rgb(254,232,4); }
td.TdClassName
{
border-color: #FEE804;
}
.TagClassName
{
border-color: #FEE804;
}
</style>