Shades of Golden Yellow #FFE900
Tints of Golden Yellow #FFE900
RGB
CMYK
RGB Variations
Color information
#FFE900 (or 0xFFE900) is known color: Golden Yellow. HEX triplet: FF, E9 and 00. RGB value is (255,233,0). Sum of RGB (Red+Green+Blue) = 255+233+0=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 0 (0.39% from 255 or 0% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE900 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE900 is #0016FF. Grayscale: #D5D5D5. Windows color (decimal): -5888 or 59903. OLE color: 59903.
HSL color Cylindrical-coordinate representation of color #FFE900: hue angle of 54.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFE900 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0 |
| HSL | 54.82º | 1% | 0.5% | - |
| HSV(B) | 54.82º | 1% | 1% | - |
| XYZ | 70.38 | 79.54 | 11.64 | - |
| YUV | 213.02 | 7.79 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 0 | 0 | 0.09 | 1 | 0 | 54.82 | 1 | 0.5 |
| Hex | FF | E9 | 0 | 0 | 9 | 64 | 0 | 37 | 64 | 32 |
| Octal | 377 | 351 | 0 | 0 | 11 | 144 | 0 | 67 | 144 | 62 |
| Binary | 11111111 | 11101001 | 0 | 0 | 1001 | 1100100 | 0 | 110111 | 1100100 | 110010 |
Color Harmonies of #FFE900
Complementary color
Monochromatic Colors of #FFE900
Black with #FFE900
Text Example
Text Example
White with #FFE900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE900; }
p { color: rgb(255,233,0); }
H1.HeaderClassName
{
color: #FFE900;
}
.AnyTagClassName
{
color: #FFE900;
}
</style>
background-color css
<style>
a { background-color: #FFE900; }
a { background-color: rgb(255,233,0); }
div.DivClassName
{
background-color: #FFE900;
}
.BgClassName
{
background-color: #FFE900;
}
</style>
border-color css
<style>
span { border-color: #FFE900; }
span { border-color: rgb(255,233,0); }
td.TdClassName
{
border-color: #FFE900;
}
.TagClassName
{
border-color: #FFE900;
}
</style>