Shades of Golden Yellow #FFE104
Tints of Golden Yellow #FFE104
RGB
CMYK
RGB Variations
Color information
#FFE104 (or 0xFFE104) is known color: Golden Yellow. HEX triplet: FF, E1 and 04. RGB value is (255,225,4). Sum of RGB (Red+Green+Blue) = 255+225+4=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 4 (1.95% from 255 or 0.83% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE104 is #001EFB. Grayscale: #D1D1D1. Windows color (decimal): -7932 or 319999. OLE color: 319999.
HSL color Cylindrical-coordinate representation of color #FFE104: hue angle of 52.83º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFE104 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0 |
| HSL | 52.83º | 1% | 0.51% | - |
| HSV(B) | 52.83º | 0.98% | 1% | - |
| XYZ | 68.19 | 75.12 | 11.02 | - |
| YUV | 208.78 | 12.44 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 4 | 0 | 0.12 | 0.98 | 0 | 52.83 | 1 | 0.51 |
| Hex | FF | E1 | 4 | 0 | C | 62 | 0 | 35 | 64 | 33 |
| Octal | 377 | 341 | 4 | 0 | 14 | 142 | 0 | 65 | 144 | 63 |
| Binary | 11111111 | 11100001 | 100 | 0 | 1100 | 1100010 | 0 | 110101 | 1100100 | 110011 |
Color Harmonies of #FFE104
Complementary color
Monochromatic Colors of #FFE104
Black with #FFE104
Text Example
Text Example
White with #FFE104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE104; }
p { color: rgb(255,225,4); }
H1.HeaderClassName
{
color: #FFE104;
}
.AnyTagClassName
{
color: #FFE104;
}
</style>
background-color css
<style>
a { background-color: #FFE104; }
a { background-color: rgb(255,225,4); }
div.DivClassName
{
background-color: #FFE104;
}
.BgClassName
{
background-color: #FFE104;
}
</style>
border-color css
<style>
span { border-color: #FFE104; }
span { border-color: rgb(255,225,4); }
td.TdClassName
{
border-color: #FFE104;
}
.TagClassName
{
border-color: #FFE104;
}
</style>