Shades of Golden Yellow #FFE204
Tints of Golden Yellow #FFE204
RGB
CMYK
RGB Variations
Color information
#FFE204 (or 0xFFE204) is known color: Golden Yellow. HEX triplet: FF, E2 and 04. RGB value is (255,226,4). Sum of RGB (Red+Green+Blue) = 255+226+4=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 4 (1.95% from 255 or 0.82% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE204 is #001DFB. Grayscale: #D2D2D2. Windows color (decimal): -7676 or 320255. OLE color: 320255.
HSL color Cylindrical-coordinate representation of color #FFE204: hue angle of 53.07º 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 #FFE204 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 4 | - |
| CMYK | 0 | 0.11 | 0.98 | 0 |
| HSL | 53.07º | 1% | 0.51% | - |
| HSV(B) | 53.07º | 0.98% | 1% | - |
| XYZ | 68.46 | 75.66 | 11.11 | - |
| YUV | 209.36 | 12.11 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 4 | 0 | 0.11 | 0.98 | 0 | 53.07 | 1 | 0.51 |
| Hex | FF | E2 | 4 | 0 | B | 62 | 0 | 35 | 64 | 33 |
| Octal | 377 | 342 | 4 | 0 | 13 | 142 | 0 | 65 | 144 | 63 |
| Binary | 11111111 | 11100010 | 100 | 0 | 1011 | 1100010 | 0 | 110101 | 1100100 | 110011 |
Color Harmonies of #FFE204
Complementary color
Monochromatic Colors of #FFE204
Black with #FFE204
Text Example
Text Example
White with #FFE204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE204; }
p { color: rgb(255,226,4); }
H1.HeaderClassName
{
color: #FFE204;
}
.AnyTagClassName
{
color: #FFE204;
}
</style>
background-color css
<style>
a { background-color: #FFE204; }
a { background-color: rgb(255,226,4); }
div.DivClassName
{
background-color: #FFE204;
}
.BgClassName
{
background-color: #FFE204;
}
</style>
border-color css
<style>
span { border-color: #FFE204; }
span { border-color: rgb(255,226,4); }
td.TdClassName
{
border-color: #FFE204;
}
.TagClassName
{
border-color: #FFE204;
}
</style>