Shades of Mustard #FEE15A
Tints of Mustard #FEE15A
RGB
CMYK
RGB Variations
Color information
#FEE15A (or 0xFEE15A) is known color: Mustard. HEX triplet: FE, E1 and 5A. RGB value is (254,225,90). Sum of RGB (Red+Green+Blue) = 254+225+90=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 90 (35.55% from 255 or 15.82% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE15A is #011EA5. Grayscale: #DADADA. Windows color (decimal): -73382 or 5956094. OLE color: 5956094.
HSL color Cylindrical-coordinate representation of color #FEE15A: hue angle of 49.39º 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 #FEE15A is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 90 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.00 |
| HSL | 49.39º | 0.99% | 0.67% | - |
| HSV(B) | 49.39º | 0.65% | 1% | - |
| XYZ | 69.64 | 75.66 | 20.61 | - |
| YUV | 218.28 | 55.61 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 90 | 0 | 0.11 | 0.65 | 0.00 | 49.39 | 0.99 | 0.67 |
| Hex | FE | E1 | 5A | 0 | B | 41 | 0 | 31 | 63 | 43 |
| Octal | 376 | 341 | 132 | 0 | 13 | 101 | 0 | 61 | 143 | 103 |
| Binary | 11111110 | 11100001 | 1011010 | 0 | 1011 | 1000001 | 0 | 110001 | 1100011 | 1000011 |
Color Harmonies of #FEE15A
Complementary color
Monochromatic Colors of #FEE15A
Black with #FEE15A
Text Example
Text Example
White with #FEE15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE15A; }
p { color: rgb(254,225,90); }
H1.HeaderClassName
{
color: #FEE15A;
}
.AnyTagClassName
{
color: #FEE15A;
}
</style>
background-color css
<style>
a { background-color: #FEE15A; }
a { background-color: rgb(254,225,90); }
div.DivClassName
{
background-color: #FEE15A;
}
.BgClassName
{
background-color: #FEE15A;
}
</style>
border-color css
<style>
span { border-color: #FEE15A; }
span { border-color: rgb(254,225,90); }
td.TdClassName
{
border-color: #FEE15A;
}
.TagClassName
{
border-color: #FEE15A;
}
</style>