Shades of Mustard #FEE059
Tints of Mustard #FEE059
RGB
CMYK
RGB Variations
Color information
#FEE059 (or 0xFEE059) is known color: Mustard. HEX triplet: FE, E0 and 59. RGB value is (254,224,89). Sum of RGB (Red+Green+Blue) = 254+224+89=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 89 (35.16% from 255 or 15.70% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE059 is #011FA6. Grayscale: #DADADA. Windows color (decimal): -73639 or 5890302. OLE color: 5890302.
HSL color Cylindrical-coordinate representation of color #FEE059: hue angle of 49.09º 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 #FEE059 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 89 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.00 |
| HSL | 49.09º | 0.99% | 0.67% | - |
| HSV(B) | 49.09º | 0.65% | 1% | - |
| XYZ | 69.33 | 75.1 | 20.29 | - |
| YUV | 217.58 | 55.44 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 89 | 0 | 0.12 | 0.65 | 0.00 | 49.09 | 0.99 | 0.67 |
| Hex | FE | E0 | 59 | 0 | C | 41 | 0 | 31 | 63 | 43 |
| Octal | 376 | 340 | 131 | 0 | 14 | 101 | 0 | 61 | 143 | 103 |
| Binary | 11111110 | 11100000 | 1011001 | 0 | 1100 | 1000001 | 0 | 110001 | 1100011 | 1000011 |
Color Harmonies of #FEE059
Complementary color
Monochromatic Colors of #FEE059
Black with #FEE059
Text Example
Text Example
White with #FEE059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE059; }
p { color: rgb(254,224,89); }
H1.HeaderClassName
{
color: #FEE059;
}
.AnyTagClassName
{
color: #FEE059;
}
</style>
background-color css
<style>
a { background-color: #FEE059; }
a { background-color: rgb(254,224,89); }
div.DivClassName
{
background-color: #FEE059;
}
.BgClassName
{
background-color: #FEE059;
}
</style>
border-color css
<style>
span { border-color: #FEE059; }
span { border-color: rgb(254,224,89); }
td.TdClassName
{
border-color: #FEE059;
}
.TagClassName
{
border-color: #FEE059;
}
</style>