Shades of Mustard #FEE15B
Tints of Mustard #FEE15B
RGB
CMYK
RGB Variations
Color information
#FEE15B (or 0xFEE15B) is known color: Mustard. HEX triplet: FE, E1 and 5B. RGB value is (254,225,91). Sum of RGB (Red+Green+Blue) = 254+225+91=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 91 (35.94% from 255 or 15.96% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE15B is #011EA4. Grayscale: #DADADA. Windows color (decimal): -73381 or 6021630. OLE color: 6021630.
HSL color Cylindrical-coordinate representation of color #FEE15B: hue angle of 49.33º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEE15B is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 91 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.00 |
| HSL | 49.33º | 0.99% | 0.68% | - |
| HSV(B) | 49.33º | 0.64% | 1% | - |
| XYZ | 69.69 | 75.68 | 20.83 | - |
| YUV | 218.4 | 56.11 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 91 | 0 | 0.11 | 0.64 | 0.00 | 49.33 | 0.99 | 0.68 |
| Hex | FE | E1 | 5B | 0 | B | 40 | 0 | 31 | 63 | 44 |
| Octal | 376 | 341 | 133 | 0 | 13 | 100 | 0 | 61 | 143 | 104 |
| Binary | 11111110 | 11100001 | 1011011 | 0 | 1011 | 1000000 | 0 | 110001 | 1100011 | 1000100 |
Color Harmonies of #FEE15B
Complementary color
Monochromatic Colors of #FEE15B
Black with #FEE15B
Text Example
Text Example
White with #FEE15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE15B; }
p { color: rgb(254,225,91); }
H1.HeaderClassName
{
color: #FEE15B;
}
.AnyTagClassName
{
color: #FEE15B;
}
</style>
background-color css
<style>
a { background-color: #FEE15B; }
a { background-color: rgb(254,225,91); }
div.DivClassName
{
background-color: #FEE15B;
}
.BgClassName
{
background-color: #FEE15B;
}
</style>
border-color css
<style>
span { border-color: #FEE15B; }
span { border-color: rgb(254,225,91); }
td.TdClassName
{
border-color: #FEE15B;
}
.TagClassName
{
border-color: #FEE15B;
}
</style>