Shades of Golden Yellow #FFE500
Tints of Golden Yellow #FFE500
RGB
CMYK
RGB Variations
Color information
#FFE500 (or 0xFFE500) is known color: Golden Yellow. HEX triplet: FF, E5 and 00. RGB value is (255,229,0). Sum of RGB (Red+Green+Blue) = 255+229+0=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 0 (0.39% from 255 or 0% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE500 is #001AFF. Grayscale: #D3D3D3. Windows color (decimal): -6912 or 58879. OLE color: 58879.
HSL color Cylindrical-coordinate representation of color #FFE500: hue angle of 53.88º 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 #FFE500 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0 |
| HSL | 53.88º | 1% | 0.5% | - |
| HSV(B) | 53.88º | 1% | 1% | - |
| XYZ | 69.26 | 77.3 | 11.27 | - |
| YUV | 210.67 | 9.11 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 0 | 0 | 0.10 | 1 | 0 | 53.88 | 1 | 0.5 |
| Hex | FF | E5 | 0 | 0 | A | 64 | 0 | 36 | 64 | 32 |
| Octal | 377 | 345 | 0 | 0 | 12 | 144 | 0 | 66 | 144 | 62 |
| Binary | 11111111 | 11100101 | 0 | 0 | 1010 | 1100100 | 0 | 110110 | 1100100 | 110010 |
Color Harmonies of #FFE500
Complementary color
Monochromatic Colors of #FFE500
Black with #FFE500
Text Example
Text Example
White with #FFE500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE500; }
p { color: rgb(255,229,0); }
H1.HeaderClassName
{
color: #FFE500;
}
.AnyTagClassName
{
color: #FFE500;
}
</style>
background-color css
<style>
a { background-color: #FFE500; }
a { background-color: rgb(255,229,0); }
div.DivClassName
{
background-color: #FFE500;
}
.BgClassName
{
background-color: #FFE500;
}
</style>
border-color css
<style>
span { border-color: #FFE500; }
span { border-color: rgb(255,229,0); }
td.TdClassName
{
border-color: #FFE500;
}
.TagClassName
{
border-color: #FFE500;
}
</style>