Shades of Golden Yellow #FFE501
Tints of Golden Yellow #FFE501
RGB
CMYK
RGB Variations
Color information
#FFE501 (or 0xFFE501) is known color: Golden Yellow. HEX triplet: FF, E5 and 01. RGB value is (255,229,1). Sum of RGB (Red+Green+Blue) = 255+229+1=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 1 (0.78% from 255 or 0.21% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE501 is #001AFE. Grayscale: #D3D3D3. Windows color (decimal): -6911 or 124415. OLE color: 124415.
HSL color Cylindrical-coordinate representation of color #FFE501: hue angle of 53.86º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFE501 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 1 | - |
| CMYK | 0 | 0.10 | 1.00 | 0 |
| HSL | 53.86º | 1% | 0.5% | - |
| HSV(B) | 53.86º | 1% | 1% | - |
| XYZ | 69.26 | 77.3 | 11.3 | - |
| YUV | 210.78 | 9.61 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 1 | 0 | 0.10 | 1.00 | 0 | 53.86 | 1 | 0.5 |
| Hex | FF | E5 | 1 | 0 | A | 64 | 0 | 36 | 64 | 32 |
| Octal | 377 | 345 | 1 | 0 | 12 | 144 | 0 | 66 | 144 | 62 |
| Binary | 11111111 | 11100101 | 1 | 0 | 1010 | 1100100 | 0 | 110110 | 1100100 | 110010 |
Color Harmonies of #FFE501
Complementary color
Monochromatic Colors of #FFE501
Black with #FFE501
Text Example
Text Example
White with #FFE501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE501; }
p { color: rgb(255,229,1); }
H1.HeaderClassName
{
color: #FFE501;
}
.AnyTagClassName
{
color: #FFE501;
}
</style>
background-color css
<style>
a { background-color: #FFE501; }
a { background-color: rgb(255,229,1); }
div.DivClassName
{
background-color: #FFE501;
}
.BgClassName
{
background-color: #FFE501;
}
</style>
border-color css
<style>
span { border-color: #FFE501; }
span { border-color: rgb(255,229,1); }
td.TdClassName
{
border-color: #FFE501;
}
.TagClassName
{
border-color: #FFE501;
}
</style>