Shades of Mustard #FEE354
Tints of Mustard #FEE354
RGB
CMYK
RGB Variations
Color information
#FEE354 (or 0xFEE354) is known color: Mustard. HEX triplet: FE, E3 and 54. RGB value is (254,227,84). Sum of RGB (Red+Green+Blue) = 254+227+84=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 84 (33.20% from 255 or 14.87% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE354 is #011CAB. Grayscale: #DBDBDB. Windows color (decimal): -72876 or 5563390. OLE color: 5563390.
HSL color Cylindrical-coordinate representation of color #FEE354: hue angle of 50.47º 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 #FEE354 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 84 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.00 |
| HSL | 50.47º | 0.99% | 0.66% | - |
| HSV(B) | 50.47º | 0.67% | 1% | - |
| XYZ | 69.94 | 76.65 | 19.5 | - |
| YUV | 218.77 | 51.95 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 84 | 0 | 0.11 | 0.67 | 0.00 | 50.47 | 0.99 | 0.66 |
| Hex | FE | E3 | 54 | 0 | B | 43 | 0 | 32 | 63 | 42 |
| Octal | 376 | 343 | 124 | 0 | 13 | 103 | 0 | 62 | 143 | 102 |
| Binary | 11111110 | 11100011 | 1010100 | 0 | 1011 | 1000011 | 0 | 110010 | 1100011 | 1000010 |
Color Harmonies of #FEE354
Complementary color
Monochromatic Colors of #FEE354
Black with #FEE354
Text Example
Text Example
White with #FEE354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE354; }
p { color: rgb(254,227,84); }
H1.HeaderClassName
{
color: #FEE354;
}
.AnyTagClassName
{
color: #FEE354;
}
</style>
background-color css
<style>
a { background-color: #FEE354; }
a { background-color: rgb(254,227,84); }
div.DivClassName
{
background-color: #FEE354;
}
.BgClassName
{
background-color: #FEE354;
}
</style>
border-color css
<style>
span { border-color: #FEE354; }
span { border-color: rgb(254,227,84); }
td.TdClassName
{
border-color: #FEE354;
}
.TagClassName
{
border-color: #FEE354;
}
</style>