Shades of Mustard #FEE459
Tints of Mustard #FEE459
RGB
CMYK
RGB Variations
Color information
#FEE459 (or 0xFEE459) is known color: Mustard. HEX triplet: FE, E4 and 59. RGB value is (254,228,89). Sum of RGB (Red+Green+Blue) = 254+228+89=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 228 (89.45% from 255 or 39.93% from 571); Blue value is 89 (35.16% from 255 or 15.59% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE459 is #011BA6. Grayscale: #DCDCDC. Windows color (decimal): -72615 or 5891326. OLE color: 5891326.
HSL color Cylindrical-coordinate representation of color #FEE459: hue angle of 50.55º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEE459 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 89 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.00 |
| HSL | 50.55º | 0.99% | 0.67% | - |
| HSV(B) | 50.55º | 0.65% | 1% | - |
| XYZ | 70.42 | 77.28 | 20.66 | - |
| YUV | 219.93 | 54.11 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 89 | 0 | 0.10 | 0.65 | 0.00 | 50.55 | 0.99 | 0.67 |
| Hex | FE | E4 | 59 | 0 | A | 41 | 0 | 33 | 63 | 43 |
| Octal | 376 | 344 | 131 | 0 | 12 | 101 | 0 | 63 | 143 | 103 |
| Binary | 11111110 | 11100100 | 1011001 | 0 | 1010 | 1000001 | 0 | 110011 | 1100011 | 1000011 |
Color Harmonies of #FEE459
Complementary color
Monochromatic Colors of #FEE459
Black with #FEE459
Text Example
Text Example
White with #FEE459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE459; }
p { color: rgb(254,228,89); }
H1.HeaderClassName
{
color: #FEE459;
}
.AnyTagClassName
{
color: #FEE459;
}
</style>
background-color css
<style>
a { background-color: #FEE459; }
a { background-color: rgb(254,228,89); }
div.DivClassName
{
background-color: #FEE459;
}
.BgClassName
{
background-color: #FEE459;
}
</style>
border-color css
<style>
span { border-color: #FEE459; }
span { border-color: rgb(254,228,89); }
td.TdClassName
{
border-color: #FEE459;
}
.TagClassName
{
border-color: #FEE459;
}
</style>