Shades of Mustard #FEE154
Tints of Mustard #FEE154
RGB
CMYK
RGB Variations
Color information
#FEE154 (or 0xFEE154) is known color: Mustard. HEX triplet: FE, E1 and 54. RGB value is (254,225,84). Sum of RGB (Red+Green+Blue) = 254+225+84=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 84 (33.20% from 255 or 14.92% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE154 is #011EAB. Grayscale: #DADADA. Windows color (decimal): -73388 or 5562878. OLE color: 5562878.
HSL color Cylindrical-coordinate representation of color #FEE154: hue angle of 49.76º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEE154 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 84 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.00 |
| HSL | 49.76º | 0.99% | 0.66% | - |
| HSV(B) | 49.76º | 0.67% | 1% | - |
| XYZ | 69.4 | 75.56 | 19.31 | - |
| YUV | 217.6 | 52.61 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 84 | 0 | 0.11 | 0.67 | 0.00 | 49.76 | 0.99 | 0.66 |
| Hex | FE | E1 | 54 | 0 | B | 43 | 0 | 32 | 63 | 42 |
| Octal | 376 | 341 | 124 | 0 | 13 | 103 | 0 | 62 | 143 | 102 |
| Binary | 11111110 | 11100001 | 1010100 | 0 | 1011 | 1000011 | 0 | 110010 | 1100011 | 1000010 |
Color Harmonies of #FEE154
Complementary color
Monochromatic Colors of #FEE154
Black with #FEE154
Text Example
Text Example
White with #FEE154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE154; }
p { color: rgb(254,225,84); }
H1.HeaderClassName
{
color: #FEE154;
}
.AnyTagClassName
{
color: #FEE154;
}
</style>
background-color css
<style>
a { background-color: #FEE154; }
a { background-color: rgb(254,225,84); }
div.DivClassName
{
background-color: #FEE154;
}
.BgClassName
{
background-color: #FEE154;
}
</style>
border-color css
<style>
span { border-color: #FEE154; }
span { border-color: rgb(254,225,84); }
td.TdClassName
{
border-color: #FEE154;
}
.TagClassName
{
border-color: #FEE154;
}
</style>