Shades of Mustard #FFE158
Tints of Mustard #FFE158
RGB
CMYK
RGB Variations
Color information
#FFE158 (or 0xFFE158) is known color: Mustard. HEX triplet: FF, E1 and 58. RGB value is (255,225,88). Sum of RGB (Red+Green+Blue) = 255+225+88=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 88 (34.77% from 255 or 15.49% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE158 is #001EA7. Grayscale: #DADADA. Windows color (decimal): -7848 or 5825023. OLE color: 5825023.
HSL color Cylindrical-coordinate representation of color #FFE158: hue angle of 49.22º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFE158 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 88 | - |
| CMYK | 0 | 0.12 | 0.65 | 0 |
| HSL | 49.22º | 1% | 0.67% | - |
| HSV(B) | 49.22º | 0.65% | 1% | - |
| XYZ | 69.93 | 75.82 | 20.18 | - |
| YUV | 218.35 | 54.44 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 88 | 0 | 0.12 | 0.65 | 0 | 49.22 | 1 | 0.67 |
| Hex | FF | E1 | 58 | 0 | C | 41 | 0 | 31 | 64 | 43 |
| Octal | 377 | 341 | 130 | 0 | 14 | 101 | 0 | 61 | 144 | 103 |
| Binary | 11111111 | 11100001 | 1011000 | 0 | 1100 | 1000001 | 0 | 110001 | 1100100 | 1000011 |
Color Harmonies of #FFE158
Complementary color
Monochromatic Colors of #FFE158
Black with #FFE158
Text Example
Text Example
White with #FFE158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE158; }
p { color: rgb(255,225,88); }
H1.HeaderClassName
{
color: #FFE158;
}
.AnyTagClassName
{
color: #FFE158;
}
</style>
background-color css
<style>
a { background-color: #FFE158; }
a { background-color: rgb(255,225,88); }
div.DivClassName
{
background-color: #FFE158;
}
.BgClassName
{
background-color: #FFE158;
}
</style>
border-color css
<style>
span { border-color: #FFE158; }
span { border-color: rgb(255,225,88); }
td.TdClassName
{
border-color: #FFE158;
}
.TagClassName
{
border-color: #FFE158;
}
</style>