Shades of Mustard #FEE058
Tints of Mustard #FEE058
RGB
CMYK
RGB Variations
Color information
#FEE058 (or 0xFEE058) is known color: Mustard. HEX triplet: FE, E0 and 58. RGB value is (254,224,88). Sum of RGB (Red+Green+Blue) = 254+224+88=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 88 (34.77% from 255 or 15.55% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE058 is #011FA7. Grayscale: #DADADA. Windows color (decimal): -73640 or 5824766. OLE color: 5824766.
HSL color Cylindrical-coordinate representation of color #FEE058: hue angle of 49.16º 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 #FEE058 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 88 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.00 |
| HSL | 49.16º | 0.99% | 0.67% | - |
| HSV(B) | 49.16º | 0.65% | 1% | - |
| XYZ | 69.29 | 75.09 | 20.07 | - |
| YUV | 217.47 | 54.94 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 88 | 0 | 0.12 | 0.65 | 0.00 | 49.16 | 0.99 | 0.67 |
| Hex | FE | E0 | 58 | 0 | C | 41 | 0 | 31 | 63 | 43 |
| Octal | 376 | 340 | 130 | 0 | 14 | 101 | 0 | 61 | 143 | 103 |
| Binary | 11111110 | 11100000 | 1011000 | 0 | 1100 | 1000001 | 0 | 110001 | 1100011 | 1000011 |
Color Harmonies of #FEE058
Complementary color
Monochromatic Colors of #FEE058
Black with #FEE058
Text Example
Text Example
White with #FEE058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE058; }
p { color: rgb(254,224,88); }
H1.HeaderClassName
{
color: #FEE058;
}
.AnyTagClassName
{
color: #FEE058;
}
</style>
background-color css
<style>
a { background-color: #FEE058; }
a { background-color: rgb(254,224,88); }
div.DivClassName
{
background-color: #FEE058;
}
.BgClassName
{
background-color: #FEE058;
}
</style>
border-color css
<style>
span { border-color: #FEE058; }
span { border-color: rgb(254,224,88); }
td.TdClassName
{
border-color: #FEE058;
}
.TagClassName
{
border-color: #FEE058;
}
</style>