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