Shades of Mustard #FFE15A
Tints of Mustard #FFE15A
RGB
CMYK
RGB Variations
Color information
#FFE15A (or 0xFFE15A) is known color: Mustard. HEX triplet: FF, E1 and 5A. RGB value is (255,225,90). Sum of RGB (Red+Green+Blue) = 255+225+90=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 90 (35.55% from 255 or 15.79% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE15A is #001EA5. Grayscale: #DBDBDB. Windows color (decimal): -7846 or 5956095. OLE color: 5956095.
HSL color Cylindrical-coordinate representation of color #FFE15A: hue angle of 49.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFE15A is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 90 | - |
| CMYK | 0 | 0.12 | 0.65 | 0 |
| HSL | 49.09º | 1% | 0.68% | - |
| HSV(B) | 49.09º | 0.65% | 1% | - |
| XYZ | 70.01 | 75.85 | 20.62 | - |
| YUV | 218.58 | 55.44 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 90 | 0 | 0.12 | 0.65 | 0 | 49.09 | 1 | 0.68 |
| Hex | FF | E1 | 5A | 0 | C | 41 | 0 | 31 | 64 | 44 |
| Octal | 377 | 341 | 132 | 0 | 14 | 101 | 0 | 61 | 144 | 104 |
| Binary | 11111111 | 11100001 | 1011010 | 0 | 1100 | 1000001 | 0 | 110001 | 1100100 | 1000100 |
Color Harmonies of #FFE15A
Complementary color
Monochromatic Colors of #FFE15A
Black with #FFE15A
Text Example
Text Example
White with #FFE15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE15A; }
p { color: rgb(255,225,90); }
H1.HeaderClassName
{
color: #FFE15A;
}
.AnyTagClassName
{
color: #FFE15A;
}
</style>
background-color css
<style>
a { background-color: #FFE15A; }
a { background-color: rgb(255,225,90); }
div.DivClassName
{
background-color: #FFE15A;
}
.BgClassName
{
background-color: #FFE15A;
}
</style>
border-color css
<style>
span { border-color: #FFE15A; }
span { border-color: rgb(255,225,90); }
td.TdClassName
{
border-color: #FFE15A;
}
.TagClassName
{
border-color: #FFE15A;
}
</style>