Shades of Golden Yellow #FFE503
Tints of Golden Yellow #FFE503
RGB
CMYK
RGB Variations
Color information
#FFE503 (or 0xFFE503) is known color: Golden Yellow. HEX triplet: FF, E5 and 03. RGB value is (255,229,3). Sum of RGB (Red+Green+Blue) = 255+229+3=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 3 (1.56% from 255 or 0.62% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE503 is #001AFC. Grayscale: #D3D3D3. Windows color (decimal): -6909 or 255487. OLE color: 255487.
HSL color Cylindrical-coordinate representation of color #FFE503: hue angle of 53.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFE503 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 3 | - |
| CMYK | 0 | 0.10 | 0.99 | 0 |
| HSL | 53.81º | 1% | 0.51% | - |
| HSV(B) | 53.81º | 0.99% | 1% | - |
| XYZ | 69.28 | 77.31 | 11.36 | - |
| YUV | 211.01 | 10.61 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 3 | 0 | 0.10 | 0.99 | 0 | 53.81 | 1 | 0.51 |
| Hex | FF | E5 | 3 | 0 | A | 63 | 0 | 36 | 64 | 33 |
| Octal | 377 | 345 | 3 | 0 | 12 | 143 | 0 | 66 | 144 | 63 |
| Binary | 11111111 | 11100101 | 11 | 0 | 1010 | 1100011 | 0 | 110110 | 1100100 | 110011 |
Color Harmonies of #FFE503
Complementary color
Monochromatic Colors of #FFE503
Black with #FFE503
Text Example
Text Example
White with #FFE503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE503; }
p { color: rgb(255,229,3); }
H1.HeaderClassName
{
color: #FFE503;
}
.AnyTagClassName
{
color: #FFE503;
}
</style>
background-color css
<style>
a { background-color: #FFE503; }
a { background-color: rgb(255,229,3); }
div.DivClassName
{
background-color: #FFE503;
}
.BgClassName
{
background-color: #FFE503;
}
</style>
border-color css
<style>
span { border-color: #FFE503; }
span { border-color: rgb(255,229,3); }
td.TdClassName
{
border-color: #FFE503;
}
.TagClassName
{
border-color: #FFE503;
}
</style>