Shades of Mustard #FFE157
Tints of Mustard #FFE157
RGB
CMYK
RGB Variations
Color information
#FFE157 (or 0xFFE157) is known color: Mustard. HEX triplet: FF, E1 and 57. RGB value is (255,225,87). Sum of RGB (Red+Green+Blue) = 255+225+87=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 87 (34.38% from 255 or 15.34% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE157 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE157 is #001EA8. Grayscale: #DADADA. Windows color (decimal): -7849 or 5759487. OLE color: 5759487.
HSL color Cylindrical-coordinate representation of color #FFE157: hue angle of 49.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFE157 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 87 | - |
| CMYK | 0 | 0.12 | 0.66 | 0 |
| HSL | 49.29º | 1% | 0.67% | - |
| HSV(B) | 49.29º | 0.66% | 1% | - |
| XYZ | 69.89 | 75.8 | 19.96 | - |
| YUV | 218.24 | 53.94 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 87 | 0 | 0.12 | 0.66 | 0 | 49.29 | 1 | 0.67 |
| Hex | FF | E1 | 57 | 0 | C | 42 | 0 | 31 | 64 | 43 |
| Octal | 377 | 341 | 127 | 0 | 14 | 102 | 0 | 61 | 144 | 103 |
| Binary | 11111111 | 11100001 | 1010111 | 0 | 1100 | 1000010 | 0 | 110001 | 1100100 | 1000011 |
Color Harmonies of #FFE157
Complementary color
Monochromatic Colors of #FFE157
Black with #FFE157
Text Example
Text Example
White with #FFE157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE157; }
p { color: rgb(255,225,87); }
H1.HeaderClassName
{
color: #FFE157;
}
.AnyTagClassName
{
color: #FFE157;
}
</style>
background-color css
<style>
a { background-color: #FFE157; }
a { background-color: rgb(255,225,87); }
div.DivClassName
{
background-color: #FFE157;
}
.BgClassName
{
background-color: #FFE157;
}
</style>
border-color css
<style>
span { border-color: #FFE157; }
span { border-color: rgb(255,225,87); }
td.TdClassName
{
border-color: #FFE157;
}
.TagClassName
{
border-color: #FFE157;
}
</style>