Shades of Mustard #FFE14F
Tints of Mustard #FFE14F
RGB
CMYK
RGB Variations
Color information
#FFE14F (or 0xFFE14F) is known color: Mustard. HEX triplet: FF, E1 and 4F. RGB value is (255,225,79). Sum of RGB (Red+Green+Blue) = 255+225+79=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 79 (31.25% from 255 or 14.13% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE14F is #001EB0. Grayscale: #D9D9D9. Windows color (decimal): -7857 or 5235199. OLE color: 5235199.
HSL color Cylindrical-coordinate representation of color #FFE14F: hue angle of 49.77º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFE14F is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 79 | - |
| CMYK | 0 | 0.12 | 0.69 | 0 |
| HSL | 49.77º | 1% | 0.65% | - |
| HSV(B) | 49.77º | 0.69% | 1% | - |
| XYZ | 69.58 | 75.67 | 18.34 | - |
| YUV | 217.33 | 49.94 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 79 | 0 | 0.12 | 0.69 | 0 | 49.77 | 1 | 0.65 |
| Hex | FF | E1 | 4F | 0 | C | 45 | 0 | 32 | 64 | 41 |
| Octal | 377 | 341 | 117 | 0 | 14 | 105 | 0 | 62 | 144 | 101 |
| Binary | 11111111 | 11100001 | 1001111 | 0 | 1100 | 1000101 | 0 | 110010 | 1100100 | 1000001 |
Color Harmonies of #FFE14F
Complementary color
Monochromatic Colors of #FFE14F
Black with #FFE14F
Text Example
Text Example
White with #FFE14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE14F; }
p { color: rgb(255,225,79); }
H1.HeaderClassName
{
color: #FFE14F;
}
.AnyTagClassName
{
color: #FFE14F;
}
</style>
background-color css
<style>
a { background-color: #FFE14F; }
a { background-color: rgb(255,225,79); }
div.DivClassName
{
background-color: #FFE14F;
}
.BgClassName
{
background-color: #FFE14F;
}
</style>
border-color css
<style>
span { border-color: #FFE14F; }
span { border-color: rgb(255,225,79); }
td.TdClassName
{
border-color: #FFE14F;
}
.TagClassName
{
border-color: #FFE14F;
}
</style>