Shades of Golden Yellow #FFE801
Tints of Golden Yellow #FFE801
RGB
CMYK
RGB Variations
Color information
#FFE801 (or 0xFFE801) is known color: Golden Yellow. HEX triplet: FF, E8 and 01. RGB value is (255,232,1). Sum of RGB (Red+Green+Blue) = 255+232+1=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 1 (0.78% from 255 or 0.20% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE801 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE801 is #0017FE. Grayscale: #D5D5D5. Windows color (decimal): -6143 or 125183. OLE color: 125183.
HSL color Cylindrical-coordinate representation of color #FFE801: hue angle of 54.57º 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 #FFE801 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0 |
| HSL | 54.57º | 1% | 0.5% | - |
| HSV(B) | 54.57º | 1% | 1% | - |
| XYZ | 70.1 | 78.98 | 11.58 | - |
| YUV | 212.54 | 8.62 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 1 | 0 | 0.09 | 1.00 | 0 | 54.57 | 1 | 0.5 |
| Hex | FF | E8 | 1 | 0 | 9 | 64 | 0 | 37 | 64 | 32 |
| Octal | 377 | 350 | 1 | 0 | 11 | 144 | 0 | 67 | 144 | 62 |
| Binary | 11111111 | 11101000 | 1 | 0 | 1001 | 1100100 | 0 | 110111 | 1100100 | 110010 |
Color Harmonies of #FFE801
Complementary color
Monochromatic Colors of #FFE801
Black with #FFE801
Text Example
Text Example
White with #FFE801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE801; }
p { color: rgb(255,232,1); }
H1.HeaderClassName
{
color: #FFE801;
}
.AnyTagClassName
{
color: #FFE801;
}
</style>
background-color css
<style>
a { background-color: #FFE801; }
a { background-color: rgb(255,232,1); }
div.DivClassName
{
background-color: #FFE801;
}
.BgClassName
{
background-color: #FFE801;
}
</style>
border-color css
<style>
span { border-color: #FFE801; }
span { border-color: rgb(255,232,1); }
td.TdClassName
{
border-color: #FFE801;
}
.TagClassName
{
border-color: #FFE801;
}
</style>