Shades of Golden Yellow #FFE704
Tints of Golden Yellow #FFE704
RGB
CMYK
RGB Variations
Color information
#FFE704 (or 0xFFE704) is known color: Golden Yellow. HEX triplet: FF, E7 and 04. RGB value is (255,231,4). Sum of RGB (Red+Green+Blue) = 255+231+4=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 4 (1.95% from 255 or 0.82% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE704 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE704 is #0018FB. Grayscale: #D5D5D5. Windows color (decimal): -6396 or 321535. OLE color: 321535.
HSL color Cylindrical-coordinate representation of color #FFE704: hue angle of 54.26º 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 #FFE704 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0 |
| HSL | 54.26º | 1% | 0.51% | - |
| HSV(B) | 54.26º | 0.98% | 1% | - |
| XYZ | 69.84 | 78.42 | 11.57 | - |
| YUV | 212.3 | 10.45 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 4 | 0 | 0.09 | 0.98 | 0 | 54.26 | 1 | 0.51 |
| Hex | FF | E7 | 4 | 0 | 9 | 62 | 0 | 36 | 64 | 33 |
| Octal | 377 | 347 | 4 | 0 | 11 | 142 | 0 | 66 | 144 | 63 |
| Binary | 11111111 | 11100111 | 100 | 0 | 1001 | 1100010 | 0 | 110110 | 1100100 | 110011 |
Color Harmonies of #FFE704
Complementary color
Monochromatic Colors of #FFE704
Black with #FFE704
Text Example
Text Example
White with #FFE704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE704; }
p { color: rgb(255,231,4); }
H1.HeaderClassName
{
color: #FFE704;
}
.AnyTagClassName
{
color: #FFE704;
}
</style>
background-color css
<style>
a { background-color: #FFE704; }
a { background-color: rgb(255,231,4); }
div.DivClassName
{
background-color: #FFE704;
}
.BgClassName
{
background-color: #FFE704;
}
</style>
border-color css
<style>
span { border-color: #FFE704; }
span { border-color: rgb(255,231,4); }
td.TdClassName
{
border-color: #FFE704;
}
.TagClassName
{
border-color: #FFE704;
}
</style>