Shades of Mustard #FEE04E
Tints of Mustard #FEE04E
RGB
CMYK
RGB Variations
Color information
#FEE04E (or 0xFEE04E) is known color: Mustard. HEX triplet: FE, E0 and 4E. RGB value is (254,224,78). Sum of RGB (Red+Green+Blue) = 254+224+78=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 78 (30.86% from 255 or 14.03% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE04E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE04E is #011FB1. Grayscale: #D8D8D8. Windows color (decimal): -73650 or 5169406. OLE color: 5169406.
HSL color Cylindrical-coordinate representation of color #FEE04E: hue angle of 49.77º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEE04E is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 78 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.00 |
| HSL | 49.77º | 0.99% | 0.65% | - |
| HSV(B) | 49.77º | 0.69% | 1% | - |
| XYZ | 68.9 | 74.93 | 18.04 | - |
| YUV | 216.33 | 49.94 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 78 | 0 | 0.12 | 0.69 | 0.00 | 49.77 | 0.99 | 0.65 |
| Hex | FE | E0 | 4E | 0 | C | 45 | 0 | 32 | 63 | 41 |
| Octal | 376 | 340 | 116 | 0 | 14 | 105 | 0 | 62 | 143 | 101 |
| Binary | 11111110 | 11100000 | 1001110 | 0 | 1100 | 1000101 | 0 | 110010 | 1100011 | 1000001 |
Color Harmonies of #FEE04E
Complementary color
Monochromatic Colors of #FEE04E
Black with #FEE04E
Text Example
Text Example
White with #FEE04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE04E; }
p { color: rgb(254,224,78); }
H1.HeaderClassName
{
color: #FEE04E;
}
.AnyTagClassName
{
color: #FEE04E;
}
</style>
background-color css
<style>
a { background-color: #FEE04E; }
a { background-color: rgb(254,224,78); }
div.DivClassName
{
background-color: #FEE04E;
}
.BgClassName
{
background-color: #FEE04E;
}
</style>
border-color css
<style>
span { border-color: #FEE04E; }
span { border-color: rgb(254,224,78); }
td.TdClassName
{
border-color: #FEE04E;
}
.TagClassName
{
border-color: #FEE04E;
}
</style>