Shades of Mustard #FEE156
Tints of Mustard #FEE156
RGB
CMYK
RGB Variations
Color information
#FEE156 (or 0xFEE156) is known color: Mustard. HEX triplet: FE, E1 and 56. RGB value is (254,225,86). Sum of RGB (Red+Green+Blue) = 254+225+86=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 86 (33.98% from 255 or 15.22% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE156 is #011EA9. Grayscale: #DADADA. Windows color (decimal): -73386 or 5693950. OLE color: 5693950.
HSL color Cylindrical-coordinate representation of color #FEE156: hue angle of 49.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEE156 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 86 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.00 |
| HSL | 49.64º | 0.99% | 0.67% | - |
| HSV(B) | 49.64º | 0.66% | 1% | - |
| XYZ | 69.48 | 75.59 | 19.73 | - |
| YUV | 217.83 | 53.61 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 86 | 0 | 0.11 | 0.66 | 0.00 | 49.64 | 0.99 | 0.67 |
| Hex | FE | E1 | 56 | 0 | B | 42 | 0 | 32 | 63 | 43 |
| Octal | 376 | 341 | 126 | 0 | 13 | 102 | 0 | 62 | 143 | 103 |
| Binary | 11111110 | 11100001 | 1010110 | 0 | 1011 | 1000010 | 0 | 110010 | 1100011 | 1000011 |
Color Harmonies of #FEE156
Complementary color
Monochromatic Colors of #FEE156
Black with #FEE156
Text Example
Text Example
White with #FEE156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE156; }
p { color: rgb(254,225,86); }
H1.HeaderClassName
{
color: #FEE156;
}
.AnyTagClassName
{
color: #FEE156;
}
</style>
background-color css
<style>
a { background-color: #FEE156; }
a { background-color: rgb(254,225,86); }
div.DivClassName
{
background-color: #FEE156;
}
.BgClassName
{
background-color: #FEE156;
}
</style>
border-color css
<style>
span { border-color: #FEE156; }
span { border-color: rgb(254,225,86); }
td.TdClassName
{
border-color: #FEE156;
}
.TagClassName
{
border-color: #FEE156;
}
</style>