Shades of Mustard #FEE258
Tints of Mustard #FEE258
RGB
CMYK
RGB Variations
Color information
#FEE258 (or 0xFEE258) is known color: Mustard. HEX triplet: FE, E2 and 58. RGB value is (254,226,88). Sum of RGB (Red+Green+Blue) = 254+226+88=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 226 (88.67% from 255 or 39.79% from 568); Blue value is 88 (34.77% from 255 or 15.49% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE258 is #011DA7. Grayscale: #DBDBDB. Windows color (decimal): -73128 or 5825278. OLE color: 5825278.
HSL color Cylindrical-coordinate representation of color #FEE258: hue angle of 49.88º 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 #FEE258 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 88 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.00 |
| HSL | 49.88º | 0.99% | 0.67% | - |
| HSV(B) | 49.88º | 0.65% | 1% | - |
| XYZ | 69.83 | 76.17 | 20.25 | - |
| YUV | 218.64 | 54.28 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 88 | 0 | 0.11 | 0.65 | 0.00 | 49.88 | 0.99 | 0.67 |
| Hex | FE | E2 | 58 | 0 | B | 41 | 0 | 32 | 63 | 43 |
| Octal | 376 | 342 | 130 | 0 | 13 | 101 | 0 | 62 | 143 | 103 |
| Binary | 11111110 | 11100010 | 1011000 | 0 | 1011 | 1000001 | 0 | 110010 | 1100011 | 1000011 |
Color Harmonies of #FEE258
Complementary color
Monochromatic Colors of #FEE258
Black with #FEE258
Text Example
Text Example
White with #FEE258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE258; }
p { color: rgb(254,226,88); }
H1.HeaderClassName
{
color: #FEE258;
}
.AnyTagClassName
{
color: #FEE258;
}
</style>
background-color css
<style>
a { background-color: #FEE258; }
a { background-color: rgb(254,226,88); }
div.DivClassName
{
background-color: #FEE258;
}
.BgClassName
{
background-color: #FEE258;
}
</style>
border-color css
<style>
span { border-color: #FEE258; }
span { border-color: rgb(254,226,88); }
td.TdClassName
{
border-color: #FEE258;
}
.TagClassName
{
border-color: #FEE258;
}
</style>