Shades of Golden Yellow #FFE105
Tints of Golden Yellow #FFE105
RGB
CMYK
RGB Variations
Color information
#FFE105 (or 0xFFE105) is known color: Golden Yellow. HEX triplet: FF, E1 and 05. RGB value is (255,225,5). Sum of RGB (Red+Green+Blue) = 255+225+5=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 5 (2.34% from 255 or 1.03% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE105 is #001EFA. Grayscale: #D1D1D1. Windows color (decimal): -7931 or 385535. OLE color: 385535.
HSL color Cylindrical-coordinate representation of color #FFE105: hue angle of 52.8º 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 #FFE105 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0 |
| HSL | 52.8º | 1% | 0.51% | - |
| HSV(B) | 52.8º | 0.98% | 1% | - |
| XYZ | 68.19 | 75.12 | 11.05 | - |
| YUV | 208.89 | 12.94 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 5 | 0 | 0.12 | 0.98 | 0 | 52.8 | 1 | 0.51 |
| Hex | FF | E1 | 5 | 0 | C | 62 | 0 | 35 | 64 | 33 |
| Octal | 377 | 341 | 5 | 0 | 14 | 142 | 0 | 65 | 144 | 63 |
| Binary | 11111111 | 11100001 | 101 | 0 | 1100 | 1100010 | 0 | 110101 | 1100100 | 110011 |
Color Harmonies of #FFE105
Complementary color
Monochromatic Colors of #FFE105
Black with #FFE105
Text Example
Text Example
White with #FFE105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE105; }
p { color: rgb(255,225,5); }
H1.HeaderClassName
{
color: #FFE105;
}
.AnyTagClassName
{
color: #FFE105;
}
</style>
background-color css
<style>
a { background-color: #FFE105; }
a { background-color: rgb(255,225,5); }
div.DivClassName
{
background-color: #FFE105;
}
.BgClassName
{
background-color: #FFE105;
}
</style>
border-color css
<style>
span { border-color: #FFE105; }
span { border-color: rgb(255,225,5); }
td.TdClassName
{
border-color: #FFE105;
}
.TagClassName
{
border-color: #FFE105;
}
</style>