Shades of Mustard #FFE04D
Tints of Mustard #FFE04D
RGB
CMYK
RGB Variations
Color information
#FFE04D (or 0xFFE04D) is known color: Mustard. HEX triplet: FF, E0 and 4D. RGB value is (255,224,77). Sum of RGB (Red+Green+Blue) = 255+224+77=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 77 (30.47% from 255 or 13.85% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE04D is #001FB2. Grayscale: #D9D9D9. Windows color (decimal): -8115 or 5103871. OLE color: 5103871.
HSL color Cylindrical-coordinate representation of color #FFE04D: hue angle of 49.55º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFE04D is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 77 | - |
| CMYK | 0 | 0.12 | 0.70 | 0 |
| HSL | 49.55º | 1% | 0.65% | - |
| HSV(B) | 49.55º | 0.7% | 1% | - |
| XYZ | 69.24 | 75.11 | 17.87 | - |
| YUV | 216.51 | 49.27 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 77 | 0 | 0.12 | 0.70 | 0 | 49.55 | 1 | 0.65 |
| Hex | FF | E0 | 4D | 0 | C | 46 | 0 | 32 | 64 | 41 |
| Octal | 377 | 340 | 115 | 0 | 14 | 106 | 0 | 62 | 144 | 101 |
| Binary | 11111111 | 11100000 | 1001101 | 0 | 1100 | 1000110 | 0 | 110010 | 1100100 | 1000001 |
Color Harmonies of #FFE04D
Complementary color
Monochromatic Colors of #FFE04D
Black with #FFE04D
Text Example
Text Example
White with #FFE04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE04D; }
p { color: rgb(255,224,77); }
H1.HeaderClassName
{
color: #FFE04D;
}
.AnyTagClassName
{
color: #FFE04D;
}
</style>
background-color css
<style>
a { background-color: #FFE04D; }
a { background-color: rgb(255,224,77); }
div.DivClassName
{
background-color: #FFE04D;
}
.BgClassName
{
background-color: #FFE04D;
}
</style>
border-color css
<style>
span { border-color: #FFE04D; }
span { border-color: rgb(255,224,77); }
td.TdClassName
{
border-color: #FFE04D;
}
.TagClassName
{
border-color: #FFE04D;
}
</style>