Shades of Golden Yellow #FFE605
Tints of Golden Yellow #FFE605
RGB
CMYK
RGB Variations
Color information
#FFE605 (or 0xFFE605) is known color: Golden Yellow. HEX triplet: FF, E6 and 05. RGB value is (255,230,5). Sum of RGB (Red+Green+Blue) = 255+230+5=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 5 (2.34% from 255 or 1.02% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE605 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE605 is #0019FA. Grayscale: #D4D4D4. Windows color (decimal): -6651 or 386815. OLE color: 386815.
HSL color Cylindrical-coordinate representation of color #FFE605: hue angle of 54º 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 #FFE605 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0 |
| HSL | 54º | 1% | 0.51% | - |
| HSV(B) | 54º | 0.98% | 1% | - |
| XYZ | 69.56 | 77.86 | 11.51 | - |
| YUV | 211.83 | 11.28 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 5 | 0 | 0.10 | 0.98 | 0 | 54 | 1 | 0.51 |
| Hex | FF | E6 | 5 | 0 | A | 62 | 0 | 36 | 64 | 33 |
| Octal | 377 | 346 | 5 | 0 | 12 | 142 | 0 | 66 | 144 | 63 |
| Binary | 11111111 | 11100110 | 101 | 0 | 1010 | 1100010 | 0 | 110110 | 1100100 | 110011 |
Color Harmonies of #FFE605
Complementary color
Monochromatic Colors of #FFE605
Black with #FFE605
Text Example
Text Example
White with #FFE605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE605; }
p { color: rgb(255,230,5); }
H1.HeaderClassName
{
color: #FFE605;
}
.AnyTagClassName
{
color: #FFE605;
}
</style>
background-color css
<style>
a { background-color: #FFE605; }
a { background-color: rgb(255,230,5); }
div.DivClassName
{
background-color: #FFE605;
}
.BgClassName
{
background-color: #FFE605;
}
</style>
border-color css
<style>
span { border-color: #FFE605; }
span { border-color: rgb(255,230,5); }
td.TdClassName
{
border-color: #FFE605;
}
.TagClassName
{
border-color: #FFE605;
}
</style>