Shades of Golden Yellow #FFE201
Tints of Golden Yellow #FFE201
RGB
CMYK
RGB Variations
Color information
#FFE201 (or 0xFFE201) is known color: Golden Yellow. HEX triplet: FF, E2 and 01. RGB value is (255,226,1). Sum of RGB (Red+Green+Blue) = 255+226+1=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 1 (0.78% from 255 or 0.21% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE201 is #001DFE. Grayscale: #D1D1D1. Windows color (decimal): -7679 or 123647. OLE color: 123647.
HSL color Cylindrical-coordinate representation of color #FFE201: hue angle of 53.15º 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 #FFE201 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0 |
| HSL | 53.15º | 1% | 0.5% | - |
| HSV(B) | 53.15º | 1% | 1% | - |
| XYZ | 68.44 | 75.65 | 11.02 | - |
| YUV | 209.02 | 10.61 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 1 | 0 | 0.11 | 1.00 | 0 | 53.15 | 1 | 0.5 |
| Hex | FF | E2 | 1 | 0 | B | 64 | 0 | 35 | 64 | 32 |
| Octal | 377 | 342 | 1 | 0 | 13 | 144 | 0 | 65 | 144 | 62 |
| Binary | 11111111 | 11100010 | 1 | 0 | 1011 | 1100100 | 0 | 110101 | 1100100 | 110010 |
Color Harmonies of #FFE201
Complementary color
Monochromatic Colors of #FFE201
Black with #FFE201
Text Example
Text Example
White with #FFE201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE201; }
p { color: rgb(255,226,1); }
H1.HeaderClassName
{
color: #FFE201;
}
.AnyTagClassName
{
color: #FFE201;
}
</style>
background-color css
<style>
a { background-color: #FFE201; }
a { background-color: rgb(255,226,1); }
div.DivClassName
{
background-color: #FFE201;
}
.BgClassName
{
background-color: #FFE201;
}
</style>
border-color css
<style>
span { border-color: #FFE201; }
span { border-color: rgb(255,226,1); }
td.TdClassName
{
border-color: #FFE201;
}
.TagClassName
{
border-color: #FFE201;
}
</style>