Shades of Golden Yellow #FFE206
Tints of Golden Yellow #FFE206
RGB
CMYK
RGB Variations
Color information
#FFE206 (or 0xFFE206) is known color: Golden Yellow. HEX triplet: FF, E2 and 06. RGB value is (255,226,6). Sum of RGB (Red+Green+Blue) = 255+226+6=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 6 (2.73% from 255 or 1.23% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE206 is #001DF9. Grayscale: #D2D2D2. Windows color (decimal): -7674 or 451327. OLE color: 451327.
HSL color Cylindrical-coordinate representation of color #FFE206: hue angle of 53.01º 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 #FFE206 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 6 | - |
| CMYK | 0 | 0.11 | 0.98 | 0 |
| HSL | 53.01º | 1% | 0.51% | - |
| HSV(B) | 53.01º | 0.98% | 1% | - |
| XYZ | 68.47 | 75.67 | 11.17 | - |
| YUV | 209.59 | 13.11 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 6 | 0 | 0.11 | 0.98 | 0 | 53.01 | 1 | 0.51 |
| Hex | FF | E2 | 6 | 0 | B | 62 | 0 | 35 | 64 | 33 |
| Octal | 377 | 342 | 6 | 0 | 13 | 142 | 0 | 65 | 144 | 63 |
| Binary | 11111111 | 11100010 | 110 | 0 | 1011 | 1100010 | 0 | 110101 | 1100100 | 110011 |
Color Harmonies of #FFE206
Complementary color
Monochromatic Colors of #FFE206
Black with #FFE206
Text Example
Text Example
White with #FFE206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE206; }
p { color: rgb(255,226,6); }
H1.HeaderClassName
{
color: #FFE206;
}
.AnyTagClassName
{
color: #FFE206;
}
</style>
background-color css
<style>
a { background-color: #FFE206; }
a { background-color: rgb(255,226,6); }
div.DivClassName
{
background-color: #FFE206;
}
.BgClassName
{
background-color: #FFE206;
}
</style>
border-color css
<style>
span { border-color: #FFE206; }
span { border-color: rgb(255,226,6); }
td.TdClassName
{
border-color: #FFE206;
}
.TagClassName
{
border-color: #FFE206;
}
</style>