Shades of Golden Yellow #FFE506
Tints of Golden Yellow #FFE506
RGB
CMYK
RGB Variations
Color information
#FFE506 (or 0xFFE506) is known color: Golden Yellow. HEX triplet: FF, E5 and 06. RGB value is (255,229,6). Sum of RGB (Red+Green+Blue) = 255+229+6=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 6 (2.73% from 255 or 1.22% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE506 is #001AF9. Grayscale: #D4D4D4. Windows color (decimal): -6906 or 452095. OLE color: 452095.
HSL color Cylindrical-coordinate representation of color #FFE506: hue angle of 53.73º 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 #FFE506 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 6 | - |
| CMYK | 0 | 0.10 | 0.98 | 0 |
| HSL | 53.73º | 1% | 0.51% | - |
| HSV(B) | 53.73º | 0.98% | 1% | - |
| XYZ | 69.29 | 77.31 | 11.44 | - |
| YUV | 211.35 | 12.11 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 6 | 0 | 0.10 | 0.98 | 0 | 53.73 | 1 | 0.51 |
| Hex | FF | E5 | 6 | 0 | A | 62 | 0 | 36 | 64 | 33 |
| Octal | 377 | 345 | 6 | 0 | 12 | 142 | 0 | 66 | 144 | 63 |
| Binary | 11111111 | 11100101 | 110 | 0 | 1010 | 1100010 | 0 | 110110 | 1100100 | 110011 |
Color Harmonies of #FFE506
Complementary color
Monochromatic Colors of #FFE506
Black with #FFE506
Text Example
Text Example
White with #FFE506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE506; }
p { color: rgb(255,229,6); }
H1.HeaderClassName
{
color: #FFE506;
}
.AnyTagClassName
{
color: #FFE506;
}
</style>
background-color css
<style>
a { background-color: #FFE506; }
a { background-color: rgb(255,229,6); }
div.DivClassName
{
background-color: #FFE506;
}
.BgClassName
{
background-color: #FFE506;
}
</style>
border-color css
<style>
span { border-color: #FFE506; }
span { border-color: rgb(255,229,6); }
td.TdClassName
{
border-color: #FFE506;
}
.TagClassName
{
border-color: #FFE506;
}
</style>