Shades of Golden Yellow #FFE402
Tints of Golden Yellow #FFE402
RGB
CMYK
RGB Variations
Color information
#FFE402 (or 0xFFE402) is known color: Golden Yellow. HEX triplet: FF, E4 and 02. RGB value is (255,228,2). Sum of RGB (Red+Green+Blue) = 255+228+2=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 2 (1.17% from 255 or 0.41% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE402 is #001BFD. Grayscale: #D3D3D3. Windows color (decimal): -7166 or 189695. OLE color: 189695.
HSL color Cylindrical-coordinate representation of color #FFE402: hue angle of 53.6º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFE402 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0 |
| HSL | 53.6º | 1% | 0.5% | - |
| HSV(B) | 53.6º | 0.99% | 1% | - |
| XYZ | 68.99 | 76.75 | 11.24 | - |
| YUV | 210.31 | 10.45 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 2 | 0 | 0.11 | 0.99 | 0 | 53.6 | 1 | 0.5 |
| Hex | FF | E4 | 2 | 0 | B | 63 | 0 | 36 | 64 | 32 |
| Octal | 377 | 344 | 2 | 0 | 13 | 143 | 0 | 66 | 144 | 62 |
| Binary | 11111111 | 11100100 | 10 | 0 | 1011 | 1100011 | 0 | 110110 | 1100100 | 110010 |
Color Harmonies of #FFE402
Complementary color
Monochromatic Colors of #FFE402
Black with #FFE402
Text Example
Text Example
White with #FFE402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE402; }
p { color: rgb(255,228,2); }
H1.HeaderClassName
{
color: #FFE402;
}
.AnyTagClassName
{
color: #FFE402;
}
</style>
background-color css
<style>
a { background-color: #FFE402; }
a { background-color: rgb(255,228,2); }
div.DivClassName
{
background-color: #FFE402;
}
.BgClassName
{
background-color: #FFE402;
}
</style>
border-color css
<style>
span { border-color: #FFE402; }
span { border-color: rgb(255,228,2); }
td.TdClassName
{
border-color: #FFE402;
}
.TagClassName
{
border-color: #FFE402;
}
</style>