Shades of Mustard #FFE354
Tints of Mustard #FFE354
RGB
CMYK
RGB Variations
Color information
#FFE354 (or 0xFFE354) is known color: Mustard. HEX triplet: FF, E3 and 54. RGB value is (255,227,84). Sum of RGB (Red+Green+Blue) = 255+227+84=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 84 (33.20% from 255 or 14.84% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE354 is #001CAB. Grayscale: #DBDBDB. Windows color (decimal): -7340 or 5563391. OLE color: 5563391.
HSL color Cylindrical-coordinate representation of color #FFE354: hue angle of 50.18º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFE354 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 84 | - |
| CMYK | 0 | 0.11 | 0.67 | 0 |
| HSL | 50.18º | 1% | 0.66% | - |
| HSV(B) | 50.18º | 0.67% | 1% | - |
| XYZ | 70.31 | 76.84 | 19.51 | - |
| YUV | 219.07 | 51.78 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 84 | 0 | 0.11 | 0.67 | 0 | 50.18 | 1 | 0.66 |
| Hex | FF | E3 | 54 | 0 | B | 43 | 0 | 32 | 64 | 42 |
| Octal | 377 | 343 | 124 | 0 | 13 | 103 | 0 | 62 | 144 | 102 |
| Binary | 11111111 | 11100011 | 1010100 | 0 | 1011 | 1000011 | 0 | 110010 | 1100100 | 1000010 |
Color Harmonies of #FFE354
Complementary color
Monochromatic Colors of #FFE354
Black with #FFE354
Text Example
Text Example
White with #FFE354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE354; }
p { color: rgb(255,227,84); }
H1.HeaderClassName
{
color: #FFE354;
}
.AnyTagClassName
{
color: #FFE354;
}
</style>
background-color css
<style>
a { background-color: #FFE354; }
a { background-color: rgb(255,227,84); }
div.DivClassName
{
background-color: #FFE354;
}
.BgClassName
{
background-color: #FFE354;
}
</style>
border-color css
<style>
span { border-color: #FFE354; }
span { border-color: rgb(255,227,84); }
td.TdClassName
{
border-color: #FFE354;
}
.TagClassName
{
border-color: #FFE354;
}
</style>