Shades of Golden Yellow #FFE108
Tints of Golden Yellow #FFE108
RGB
CMYK
RGB Variations
Color information
#FFE108 (or 0xFFE108) is known color: Golden Yellow. HEX triplet: FF, E1 and 08. RGB value is (255,225,8). Sum of RGB (Red+Green+Blue) = 255+225+8=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 8 (3.52% from 255 or 1.64% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE108 is #001EF7. Grayscale: #D2D2D2. Windows color (decimal): -7928 or 582143. OLE color: 582143.
HSL color Cylindrical-coordinate representation of color #FFE108: hue angle of 52.71º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFE108 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 8 | - |
| CMYK | 0 | 0.12 | 0.97 | 0 |
| HSL | 52.71º | 1% | 0.52% | - |
| HSV(B) | 52.71º | 0.97% | 1% | - |
| XYZ | 68.21 | 75.13 | 11.14 | - |
| YUV | 209.23 | 14.44 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 8 | 0 | 0.12 | 0.97 | 0 | 52.71 | 1 | 0.52 |
| Hex | FF | E1 | 8 | 0 | C | 61 | 0 | 35 | 64 | 34 |
| Octal | 377 | 341 | 10 | 0 | 14 | 141 | 0 | 65 | 144 | 64 |
| Binary | 11111111 | 11100001 | 1000 | 0 | 1100 | 1100001 | 0 | 110101 | 1100100 | 110100 |
Color Harmonies of #FFE108
Complementary color
Monochromatic Colors of #FFE108
Black with #FFE108
Text Example
Text Example
White with #FFE108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE108; }
p { color: rgb(255,225,8); }
H1.HeaderClassName
{
color: #FFE108;
}
.AnyTagClassName
{
color: #FFE108;
}
</style>
background-color css
<style>
a { background-color: #FFE108; }
a { background-color: rgb(255,225,8); }
div.DivClassName
{
background-color: #FFE108;
}
.BgClassName
{
background-color: #FFE108;
}
</style>
border-color css
<style>
span { border-color: #FFE108; }
span { border-color: rgb(255,225,8); }
td.TdClassName
{
border-color: #FFE108;
}
.TagClassName
{
border-color: #FFE108;
}
</style>