Shades of Mustard #FFE151
Tints of Mustard #FFE151
RGB
CMYK
RGB Variations
Color information
#FFE151 (or 0xFFE151) is known color: Mustard. HEX triplet: FF, E1 and 51. RGB value is (255,225,81). Sum of RGB (Red+Green+Blue) = 255+225+81=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 81 (32.03% from 255 or 14.44% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE151 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE151 is #001EAE. Grayscale: #DADADA. Windows color (decimal): -7855 or 5366271. OLE color: 5366271.
HSL color Cylindrical-coordinate representation of color #FFE151: hue angle of 49.66º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFE151 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 81 | - |
| CMYK | 0 | 0.12 | 0.68 | 0 |
| HSL | 49.66º | 1% | 0.66% | - |
| HSV(B) | 49.66º | 0.68% | 1% | - |
| XYZ | 69.65 | 75.7 | 18.73 | - |
| YUV | 217.55 | 50.94 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 81 | 0 | 0.12 | 0.68 | 0 | 49.66 | 1 | 0.66 |
| Hex | FF | E1 | 51 | 0 | C | 44 | 0 | 32 | 64 | 42 |
| Octal | 377 | 341 | 121 | 0 | 14 | 104 | 0 | 62 | 144 | 102 |
| Binary | 11111111 | 11100001 | 1010001 | 0 | 1100 | 1000100 | 0 | 110010 | 1100100 | 1000010 |
Color Harmonies of #FFE151
Complementary color
Monochromatic Colors of #FFE151
Black with #FFE151
Text Example
Text Example
White with #FFE151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE151; }
p { color: rgb(255,225,81); }
H1.HeaderClassName
{
color: #FFE151;
}
.AnyTagClassName
{
color: #FFE151;
}
</style>
background-color css
<style>
a { background-color: #FFE151; }
a { background-color: rgb(255,225,81); }
div.DivClassName
{
background-color: #FFE151;
}
.BgClassName
{
background-color: #FFE151;
}
</style>
border-color css
<style>
span { border-color: #FFE151; }
span { border-color: rgb(255,225,81); }
td.TdClassName
{
border-color: #FFE151;
}
.TagClassName
{
border-color: #FFE151;
}
</style>