Shades of Golden Yellow #FFE504
Tints of Golden Yellow #FFE504
RGB
CMYK
RGB Variations
Color information
#FFE504 (or 0xFFE504) is known color: Golden Yellow. HEX triplet: FF, E5 and 04. RGB value is (255,229,4). Sum of RGB (Red+Green+Blue) = 255+229+4=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 4 (1.95% from 255 or 0.82% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE504 is #001AFB. Grayscale: #D4D4D4. Windows color (decimal): -6908 or 321023. OLE color: 321023.
HSL color Cylindrical-coordinate representation of color #FFE504: hue angle of 53.78º 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 #FFE504 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 4 | - |
| CMYK | 0 | 0.10 | 0.98 | 0 |
| HSL | 53.78º | 1% | 0.51% | - |
| HSV(B) | 53.78º | 0.98% | 1% | - |
| XYZ | 69.28 | 77.31 | 11.39 | - |
| YUV | 211.12 | 11.11 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 4 | 0 | 0.10 | 0.98 | 0 | 53.78 | 1 | 0.51 |
| Hex | FF | E5 | 4 | 0 | A | 62 | 0 | 36 | 64 | 33 |
| Octal | 377 | 345 | 4 | 0 | 12 | 142 | 0 | 66 | 144 | 63 |
| Binary | 11111111 | 11100101 | 100 | 0 | 1010 | 1100010 | 0 | 110110 | 1100100 | 110011 |
Color Harmonies of #FFE504
Complementary color
Monochromatic Colors of #FFE504
Black with #FFE504
Text Example
Text Example
White with #FFE504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE504; }
p { color: rgb(255,229,4); }
H1.HeaderClassName
{
color: #FFE504;
}
.AnyTagClassName
{
color: #FFE504;
}
</style>
background-color css
<style>
a { background-color: #FFE504; }
a { background-color: rgb(255,229,4); }
div.DivClassName
{
background-color: #FFE504;
}
.BgClassName
{
background-color: #FFE504;
}
</style>
border-color css
<style>
span { border-color: #FFE504; }
span { border-color: rgb(255,229,4); }
td.TdClassName
{
border-color: #FFE504;
}
.TagClassName
{
border-color: #FFE504;
}
</style>