Shades of Mustard #FEE056
Tints of Mustard #FEE056
RGB
CMYK
RGB Variations
Color information
#FEE056 (or 0xFEE056) is known color: Mustard. HEX triplet: FE, E0 and 56. RGB value is (254,224,86). Sum of RGB (Red+Green+Blue) = 254+224+86=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 86 (33.98% from 255 or 15.25% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE056 is #011FA9. Grayscale: #D9D9D9. Windows color (decimal): -73642 or 5693694. OLE color: 5693694.
HSL color Cylindrical-coordinate representation of color #FEE056: hue angle of 49.29º 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 #FEE056 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 86 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.00 |
| HSL | 49.29º | 0.99% | 0.67% | - |
| HSV(B) | 49.29º | 0.66% | 1% | - |
| XYZ | 69.21 | 75.05 | 19.64 | - |
| YUV | 217.24 | 53.94 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 86 | 0 | 0.12 | 0.66 | 0.00 | 49.29 | 0.99 | 0.67 |
| Hex | FE | E0 | 56 | 0 | C | 42 | 0 | 31 | 63 | 43 |
| Octal | 376 | 340 | 126 | 0 | 14 | 102 | 0 | 61 | 143 | 103 |
| Binary | 11111110 | 11100000 | 1010110 | 0 | 1100 | 1000010 | 0 | 110001 | 1100011 | 1000011 |
Color Harmonies of #FEE056
Complementary color
Monochromatic Colors of #FEE056
Black with #FEE056
Text Example
Text Example
White with #FEE056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE056; }
p { color: rgb(254,224,86); }
H1.HeaderClassName
{
color: #FEE056;
}
.AnyTagClassName
{
color: #FEE056;
}
</style>
background-color css
<style>
a { background-color: #FEE056; }
a { background-color: rgb(254,224,86); }
div.DivClassName
{
background-color: #FEE056;
}
.BgClassName
{
background-color: #FEE056;
}
</style>
border-color css
<style>
span { border-color: #FEE056; }
span { border-color: rgb(254,224,86); }
td.TdClassName
{
border-color: #FEE056;
}
.TagClassName
{
border-color: #FEE056;
}
</style>