Shades of Mustard #FEE15D
Tints of Mustard #FEE15D
RGB
CMYK
RGB Variations
Color information
#FEE15D (or 0xFEE15D) is known color: Mustard. HEX triplet: FE, E1 and 5D. RGB value is (254,225,93). Sum of RGB (Red+Green+Blue) = 254+225+93=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 93 (36.72% from 255 or 16.26% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE15D is #011EA2. Grayscale: #DBDBDB. Windows color (decimal): -73379 or 6152702. OLE color: 6152702.
HSL color Cylindrical-coordinate representation of color #FEE15D: hue angle of 49.19º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEE15D is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 93 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.00 |
| HSL | 49.19º | 0.99% | 0.68% | - |
| HSV(B) | 49.19º | 0.63% | 1% | - |
| XYZ | 69.77 | 75.71 | 21.29 | - |
| YUV | 218.62 | 57.11 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 93 | 0 | 0.11 | 0.63 | 0.00 | 49.19 | 0.99 | 0.68 |
| Hex | FE | E1 | 5D | 0 | B | 3F | 0 | 31 | 63 | 44 |
| Octal | 376 | 341 | 135 | 0 | 13 | 77 | 0 | 61 | 143 | 104 |
| Binary | 11111110 | 11100001 | 1011101 | 0 | 1011 | 111111 | 0 | 110001 | 1100011 | 1000100 |
Color Harmonies of #FEE15D
Complementary color
Monochromatic Colors of #FEE15D
Black with #FEE15D
Text Example
Text Example
White with #FEE15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE15D; }
p { color: rgb(254,225,93); }
H1.HeaderClassName
{
color: #FEE15D;
}
.AnyTagClassName
{
color: #FEE15D;
}
</style>
background-color css
<style>
a { background-color: #FEE15D; }
a { background-color: rgb(254,225,93); }
div.DivClassName
{
background-color: #FEE15D;
}
.BgClassName
{
background-color: #FEE15D;
}
</style>
border-color css
<style>
span { border-color: #FEE15D; }
span { border-color: rgb(254,225,93); }
td.TdClassName
{
border-color: #FEE15D;
}
.TagClassName
{
border-color: #FEE15D;
}
</style>