Shades of Mustard #FEE158
Tints of Mustard #FEE158
RGB
CMYK
RGB Variations
Color information
#FEE158 (or 0xFEE158) is known color: Mustard. HEX triplet: FE, E1 and 58. RGB value is (254,225,88). Sum of RGB (Red+Green+Blue) = 254+225+88=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 88 (34.77% from 255 or 15.52% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE158 is #011EA7. Grayscale: #DADADA. Windows color (decimal): -73384 or 5825022. OLE color: 5825022.
HSL color Cylindrical-coordinate representation of color #FEE158: hue angle of 49.52º 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 #FEE158 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 88 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.00 |
| HSL | 49.52º | 0.99% | 0.67% | - |
| HSV(B) | 49.52º | 0.65% | 1% | - |
| XYZ | 69.56 | 75.63 | 20.16 | - |
| YUV | 218.05 | 54.61 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 88 | 0 | 0.11 | 0.65 | 0.00 | 49.52 | 0.99 | 0.67 |
| Hex | FE | E1 | 58 | 0 | B | 41 | 0 | 32 | 63 | 43 |
| Octal | 376 | 341 | 130 | 0 | 13 | 101 | 0 | 62 | 143 | 103 |
| Binary | 11111110 | 11100001 | 1011000 | 0 | 1011 | 1000001 | 0 | 110010 | 1100011 | 1000011 |
Color Harmonies of #FEE158
Complementary color
Monochromatic Colors of #FEE158
Black with #FEE158
Text Example
Text Example
White with #FEE158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE158; }
p { color: rgb(254,225,88); }
H1.HeaderClassName
{
color: #FEE158;
}
.AnyTagClassName
{
color: #FEE158;
}
</style>
background-color css
<style>
a { background-color: #FEE158; }
a { background-color: rgb(254,225,88); }
div.DivClassName
{
background-color: #FEE158;
}
.BgClassName
{
background-color: #FEE158;
}
</style>
border-color css
<style>
span { border-color: #FEE158; }
span { border-color: rgb(254,225,88); }
td.TdClassName
{
border-color: #FEE158;
}
.TagClassName
{
border-color: #FEE158;
}
</style>