Shades of Mustard #FEE157
Tints of Mustard #FEE157
RGB
CMYK
RGB Variations
Color information
#FEE157 (or 0xFEE157) is known color: Mustard. HEX triplet: FE, E1 and 57. RGB value is (254,225,87). Sum of RGB (Red+Green+Blue) = 254+225+87=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 87 (34.38% from 255 or 15.37% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE157 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE157 is #011EA8. Grayscale: #DADADA. Windows color (decimal): -73385 or 5759486. OLE color: 5759486.
HSL color Cylindrical-coordinate representation of color #FEE157: hue angle of 49.58º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEE157 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 87 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.00 |
| HSL | 49.58º | 0.99% | 0.67% | - |
| HSV(B) | 49.58º | 0.66% | 1% | - |
| XYZ | 69.52 | 75.61 | 19.95 | - |
| YUV | 217.94 | 54.11 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 87 | 0 | 0.11 | 0.66 | 0.00 | 49.58 | 0.99 | 0.67 |
| Hex | FE | E1 | 57 | 0 | B | 42 | 0 | 32 | 63 | 43 |
| Octal | 376 | 341 | 127 | 0 | 13 | 102 | 0 | 62 | 143 | 103 |
| Binary | 11111110 | 11100001 | 1010111 | 0 | 1011 | 1000010 | 0 | 110010 | 1100011 | 1000011 |
Color Harmonies of #FEE157
Complementary color
Monochromatic Colors of #FEE157
Black with #FEE157
Text Example
Text Example
White with #FEE157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE157; }
p { color: rgb(254,225,87); }
H1.HeaderClassName
{
color: #FEE157;
}
.AnyTagClassName
{
color: #FEE157;
}
</style>
background-color css
<style>
a { background-color: #FEE157; }
a { background-color: rgb(254,225,87); }
div.DivClassName
{
background-color: #FEE157;
}
.BgClassName
{
background-color: #FEE157;
}
</style>
border-color css
<style>
span { border-color: #FEE157; }
span { border-color: rgb(254,225,87); }
td.TdClassName
{
border-color: #FEE157;
}
.TagClassName
{
border-color: #FEE157;
}
</style>