Shades of Mustard #FFE155
Tints of Mustard #FFE155
RGB
CMYK
RGB Variations
Color information
#FFE155 (or 0xFFE155) is known color: Mustard. HEX triplet: FF, E1 and 55. RGB value is (255,225,85). Sum of RGB (Red+Green+Blue) = 255+225+85=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 85 (33.59% from 255 or 15.04% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE155 is #001EAA. Grayscale: #DADADA. Windows color (decimal): -7851 or 5628415. OLE color: 5628415.
HSL color Cylindrical-coordinate representation of color #FFE155: hue angle of 49.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFE155 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 85 | - |
| CMYK | 0 | 0.12 | 0.67 | 0 |
| HSL | 49.41º | 1% | 0.67% | - |
| HSV(B) | 49.41º | 0.67% | 1% | - |
| XYZ | 69.8 | 75.77 | 19.54 | - |
| YUV | 218.01 | 52.94 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 85 | 0 | 0.12 | 0.67 | 0 | 49.41 | 1 | 0.67 |
| Hex | FF | E1 | 55 | 0 | C | 43 | 0 | 31 | 64 | 43 |
| Octal | 377 | 341 | 125 | 0 | 14 | 103 | 0 | 61 | 144 | 103 |
| Binary | 11111111 | 11100001 | 1010101 | 0 | 1100 | 1000011 | 0 | 110001 | 1100100 | 1000011 |
Color Harmonies of #FFE155
Complementary color
Monochromatic Colors of #FFE155
Black with #FFE155
Text Example
Text Example
White with #FFE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE155; }
p { color: rgb(255,225,85); }
H1.HeaderClassName
{
color: #FFE155;
}
.AnyTagClassName
{
color: #FFE155;
}
</style>
background-color css
<style>
a { background-color: #FFE155; }
a { background-color: rgb(255,225,85); }
div.DivClassName
{
background-color: #FFE155;
}
.BgClassName
{
background-color: #FFE155;
}
</style>
border-color css
<style>
span { border-color: #FFE155; }
span { border-color: rgb(255,225,85); }
td.TdClassName
{
border-color: #FFE155;
}
.TagClassName
{
border-color: #FFE155;
}
</style>