Shades of Mustard #FEE054
Tints of Mustard #FEE054
RGB
CMYK
RGB Variations
Color information
#FEE054 (or 0xFEE054) is known color: Mustard. HEX triplet: FE, E0 and 54. RGB value is (254,224,84). Sum of RGB (Red+Green+Blue) = 254+224+84=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 84 (33.20% from 255 or 14.95% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE054 is #011FAB. Grayscale: #D9D9D9. Windows color (decimal): -73644 or 5562622. OLE color: 5562622.
HSL color Cylindrical-coordinate representation of color #FEE054: hue angle of 49.41º 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 #FEE054 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 84 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.00 |
| HSL | 49.41º | 0.99% | 0.66% | - |
| HSV(B) | 49.41º | 0.67% | 1% | - |
| XYZ | 69.13 | 75.02 | 19.22 | - |
| YUV | 217.01 | 52.94 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 84 | 0 | 0.12 | 0.67 | 0.00 | 49.41 | 0.99 | 0.66 |
| Hex | FE | E0 | 54 | 0 | C | 43 | 0 | 31 | 63 | 42 |
| Octal | 376 | 340 | 124 | 0 | 14 | 103 | 0 | 61 | 143 | 102 |
| Binary | 11111110 | 11100000 | 1010100 | 0 | 1100 | 1000011 | 0 | 110001 | 1100011 | 1000010 |
Color Harmonies of #FEE054
Complementary color
Monochromatic Colors of #FEE054
Black with #FEE054
Text Example
Text Example
White with #FEE054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE054; }
p { color: rgb(254,224,84); }
H1.HeaderClassName
{
color: #FEE054;
}
.AnyTagClassName
{
color: #FEE054;
}
</style>
background-color css
<style>
a { background-color: #FEE054; }
a { background-color: rgb(254,224,84); }
div.DivClassName
{
background-color: #FEE054;
}
.BgClassName
{
background-color: #FEE054;
}
</style>
border-color css
<style>
span { border-color: #FEE054; }
span { border-color: rgb(254,224,84); }
td.TdClassName
{
border-color: #FEE054;
}
.TagClassName
{
border-color: #FEE054;
}
</style>