Shades of Mustard #FFE156
Tints of Mustard #FFE156
RGB
CMYK
RGB Variations
Color information
#FFE156 (or 0xFFE156) is known color: Mustard. HEX triplet: FF, E1 and 56. RGB value is (255,225,86). Sum of RGB (Red+Green+Blue) = 255+225+86=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 86 (33.98% from 255 or 15.19% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE156 is #001EA9. Grayscale: #DADADA. Windows color (decimal): -7850 or 5693951. OLE color: 5693951.
HSL color Cylindrical-coordinate representation of color #FFE156: hue angle of 49.35º 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 #FFE156 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 86 | - |
| CMYK | 0 | 0.12 | 0.66 | 0 |
| HSL | 49.35º | 1% | 0.67% | - |
| HSV(B) | 49.35º | 0.66% | 1% | - |
| XYZ | 69.84 | 75.78 | 19.75 | - |
| YUV | 218.12 | 53.44 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 86 | 0 | 0.12 | 0.66 | 0 | 49.35 | 1 | 0.67 |
| Hex | FF | E1 | 56 | 0 | C | 42 | 0 | 31 | 64 | 43 |
| Octal | 377 | 341 | 126 | 0 | 14 | 102 | 0 | 61 | 144 | 103 |
| Binary | 11111111 | 11100001 | 1010110 | 0 | 1100 | 1000010 | 0 | 110001 | 1100100 | 1000011 |
Color Harmonies of #FFE156
Complementary color
Monochromatic Colors of #FFE156
Black with #FFE156
Text Example
Text Example
White with #FFE156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE156; }
p { color: rgb(255,225,86); }
H1.HeaderClassName
{
color: #FFE156;
}
.AnyTagClassName
{
color: #FFE156;
}
</style>
background-color css
<style>
a { background-color: #FFE156; }
a { background-color: rgb(255,225,86); }
div.DivClassName
{
background-color: #FFE156;
}
.BgClassName
{
background-color: #FFE156;
}
</style>
border-color css
<style>
span { border-color: #FFE156; }
span { border-color: rgb(255,225,86); }
td.TdClassName
{
border-color: #FFE156;
}
.TagClassName
{
border-color: #FFE156;
}
</style>