Shades of Mustard #FEE04D
Tints of Mustard #FEE04D
RGB
CMYK
RGB Variations
Color information
#FEE04D (or 0xFEE04D) is known color: Mustard. HEX triplet: FE, E0 and 4D. RGB value is (254,224,77). Sum of RGB (Red+Green+Blue) = 254+224+77=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 77 (30.47% from 255 or 13.87% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE04D is #011FB2. Grayscale: #D8D8D8. Windows color (decimal): -73651 or 5103870. OLE color: 5103870.
HSL color Cylindrical-coordinate representation of color #FEE04D: hue angle of 49.83º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEE04D is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 77 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.00 |
| HSL | 49.83º | 0.99% | 0.65% | - |
| HSV(B) | 49.83º | 0.7% | 1% | - |
| XYZ | 68.87 | 74.92 | 17.85 | - |
| YUV | 216.21 | 49.44 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 77 | 0 | 0.12 | 0.70 | 0.00 | 49.83 | 0.99 | 0.65 |
| Hex | FE | E0 | 4D | 0 | C | 46 | 0 | 32 | 63 | 41 |
| Octal | 376 | 340 | 115 | 0 | 14 | 106 | 0 | 62 | 143 | 101 |
| Binary | 11111110 | 11100000 | 1001101 | 0 | 1100 | 1000110 | 0 | 110010 | 1100011 | 1000001 |
Color Harmonies of #FEE04D
Complementary color
Monochromatic Colors of #FEE04D
Black with #FEE04D
Text Example
Text Example
White with #FEE04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE04D; }
p { color: rgb(254,224,77); }
H1.HeaderClassName
{
color: #FEE04D;
}
.AnyTagClassName
{
color: #FEE04D;
}
</style>
background-color css
<style>
a { background-color: #FEE04D; }
a { background-color: rgb(254,224,77); }
div.DivClassName
{
background-color: #FEE04D;
}
.BgClassName
{
background-color: #FEE04D;
}
</style>
border-color css
<style>
span { border-color: #FEE04D; }
span { border-color: rgb(254,224,77); }
td.TdClassName
{
border-color: #FEE04D;
}
.TagClassName
{
border-color: #FEE04D;
}
</style>