Shades of Mustard #FFE04E
Tints of Mustard #FFE04E
RGB
CMYK
RGB Variations
Color information
#FFE04E (or 0xFFE04E) is known color: Mustard. HEX triplet: FF, E0 and 4E. RGB value is (255,224,78). Sum of RGB (Red+Green+Blue) = 255+224+78=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 78 (30.86% from 255 or 14.00% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE04E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE04E is #001FB1. Grayscale: #D9D9D9. Windows color (decimal): -8114 or 5169407. OLE color: 5169407.
HSL color Cylindrical-coordinate representation of color #FFE04E: hue angle of 49.49º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFE04E is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 78 | - |
| CMYK | 0 | 0.12 | 0.69 | 0 |
| HSL | 49.49º | 1% | 0.65% | - |
| HSV(B) | 49.49º | 0.69% | 1% | - |
| XYZ | 69.27 | 75.12 | 18.06 | - |
| YUV | 216.63 | 49.77 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 78 | 0 | 0.12 | 0.69 | 0 | 49.49 | 1 | 0.65 |
| Hex | FF | E0 | 4E | 0 | C | 45 | 0 | 31 | 64 | 41 |
| Octal | 377 | 340 | 116 | 0 | 14 | 105 | 0 | 61 | 144 | 101 |
| Binary | 11111111 | 11100000 | 1001110 | 0 | 1100 | 1000101 | 0 | 110001 | 1100100 | 1000001 |
Color Harmonies of #FFE04E
Complementary color
Monochromatic Colors of #FFE04E
Black with #FFE04E
Text Example
Text Example
White with #FFE04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE04E; }
p { color: rgb(255,224,78); }
H1.HeaderClassName
{
color: #FFE04E;
}
.AnyTagClassName
{
color: #FFE04E;
}
</style>
background-color css
<style>
a { background-color: #FFE04E; }
a { background-color: rgb(255,224,78); }
div.DivClassName
{
background-color: #FFE04E;
}
.BgClassName
{
background-color: #FFE04E;
}
</style>
border-color css
<style>
span { border-color: #FFE04E; }
span { border-color: rgb(255,224,78); }
td.TdClassName
{
border-color: #FFE04E;
}
.TagClassName
{
border-color: #FFE04E;
}
</style>