Shades of Mustard #FEE257
Tints of Mustard #FEE257
RGB
CMYK
RGB Variations
Color information
#FEE257 (or 0xFEE257) is known color: Mustard. HEX triplet: FE, E2 and 57. RGB value is (254,226,87). Sum of RGB (Red+Green+Blue) = 254+226+87=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 87 (34.38% from 255 or 15.34% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE257 is #011DA8. Grayscale: #DBDBDB. Windows color (decimal): -73129 or 5759742. OLE color: 5759742.
HSL color Cylindrical-coordinate representation of color #FEE257: hue angle of 49.94º 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 #FEE257 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 87 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.00 |
| HSL | 49.94º | 0.99% | 0.67% | - |
| HSV(B) | 49.94º | 0.66% | 1% | - |
| XYZ | 69.79 | 76.15 | 20.04 | - |
| YUV | 218.53 | 53.78 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 87 | 0 | 0.11 | 0.66 | 0.00 | 49.94 | 0.99 | 0.67 |
| Hex | FE | E2 | 57 | 0 | B | 42 | 0 | 32 | 63 | 43 |
| Octal | 376 | 342 | 127 | 0 | 13 | 102 | 0 | 62 | 143 | 103 |
| Binary | 11111110 | 11100010 | 1010111 | 0 | 1011 | 1000010 | 0 | 110010 | 1100011 | 1000011 |
Color Harmonies of #FEE257
Complementary color
Monochromatic Colors of #FEE257
Black with #FEE257
Text Example
Text Example
White with #FEE257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE257; }
p { color: rgb(254,226,87); }
H1.HeaderClassName
{
color: #FEE257;
}
.AnyTagClassName
{
color: #FEE257;
}
</style>
background-color css
<style>
a { background-color: #FEE257; }
a { background-color: rgb(254,226,87); }
div.DivClassName
{
background-color: #FEE257;
}
.BgClassName
{
background-color: #FEE257;
}
</style>
border-color css
<style>
span { border-color: #FEE257; }
span { border-color: rgb(254,226,87); }
td.TdClassName
{
border-color: #FEE257;
}
.TagClassName
{
border-color: #FEE257;
}
</style>