Shades of Mustard #FFE15B
Tints of Mustard #FFE15B
RGB
CMYK
RGB Variations
Color information
#FFE15B (or 0xFFE15B) is known color: Mustard. HEX triplet: FF, E1 and 5B. RGB value is (255,225,91). Sum of RGB (Red+Green+Blue) = 255+225+91=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 91 (35.94% from 255 or 15.94% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE15B is #001EA4. Grayscale: #DBDBDB. Windows color (decimal): -7845 or 6021631. OLE color: 6021631.
HSL color Cylindrical-coordinate representation of color #FFE15B: hue angle of 49.02º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFE15B is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 91 | - |
| CMYK | 0 | 0.12 | 0.64 | 0 |
| HSL | 49.02º | 1% | 0.68% | - |
| HSV(B) | 49.02º | 0.64% | 1% | - |
| XYZ | 70.05 | 75.87 | 20.85 | - |
| YUV | 218.69 | 55.94 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 91 | 0 | 0.12 | 0.64 | 0 | 49.02 | 1 | 0.68 |
| Hex | FF | E1 | 5B | 0 | C | 40 | 0 | 31 | 64 | 44 |
| Octal | 377 | 341 | 133 | 0 | 14 | 100 | 0 | 61 | 144 | 104 |
| Binary | 11111111 | 11100001 | 1011011 | 0 | 1100 | 1000000 | 0 | 110001 | 1100100 | 1000100 |
Color Harmonies of #FFE15B
Complementary color
Monochromatic Colors of #FFE15B
Black with #FFE15B
Text Example
Text Example
White with #FFE15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE15B; }
p { color: rgb(255,225,91); }
H1.HeaderClassName
{
color: #FFE15B;
}
.AnyTagClassName
{
color: #FFE15B;
}
</style>
background-color css
<style>
a { background-color: #FFE15B; }
a { background-color: rgb(255,225,91); }
div.DivClassName
{
background-color: #FFE15B;
}
.BgClassName
{
background-color: #FFE15B;
}
</style>
border-color css
<style>
span { border-color: #FFE15B; }
span { border-color: rgb(255,225,91); }
td.TdClassName
{
border-color: #FFE15B;
}
.TagClassName
{
border-color: #FFE15B;
}
</style>