Shades of Golden Yellow #FEE505
Tints of Golden Yellow #FEE505
RGB
CMYK
RGB Variations
Color information
#FEE505 (or 0xFEE505) is known color: Golden Yellow. HEX triplet: FE, E5 and 05. RGB value is (254,229,5). Sum of RGB (Red+Green+Blue) = 254+229+5=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 5 (2.34% from 255 or 1.02% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE505 is #011AFA. Grayscale: #D3D3D3. Windows color (decimal): -72443 or 386558. OLE color: 386558.
HSL color Cylindrical-coordinate representation of color #FEE505: hue angle of 53.98º 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 #FEE505 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.00 |
| HSL | 53.98º | 0.99% | 0.51% | - |
| HSV(B) | 53.98º | 0.98% | 1% | - |
| XYZ | 68.92 | 77.12 | 11.4 | - |
| YUV | 210.94 | 11.78 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 5 | 0 | 0.10 | 0.98 | 0.00 | 53.98 | 0.99 | 0.51 |
| Hex | FE | E5 | 5 | 0 | A | 62 | 0 | 36 | 63 | 33 |
| Octal | 376 | 345 | 5 | 0 | 12 | 142 | 0 | 66 | 143 | 63 |
| Binary | 11111110 | 11100101 | 101 | 0 | 1010 | 1100010 | 0 | 110110 | 1100011 | 110011 |
Color Harmonies of #FEE505
Complementary color
Monochromatic Colors of #FEE505
Black with #FEE505
Text Example
Text Example
White with #FEE505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE505; }
p { color: rgb(254,229,5); }
H1.HeaderClassName
{
color: #FEE505;
}
.AnyTagClassName
{
color: #FEE505;
}
</style>
background-color css
<style>
a { background-color: #FEE505; }
a { background-color: rgb(254,229,5); }
div.DivClassName
{
background-color: #FEE505;
}
.BgClassName
{
background-color: #FEE505;
}
</style>
border-color css
<style>
span { border-color: #FEE505; }
span { border-color: rgb(254,229,5); }
td.TdClassName
{
border-color: #FEE505;
}
.TagClassName
{
border-color: #FEE505;
}
</style>