Shades of Mustard #FFE15D
Tints of Mustard #FFE15D
RGB
CMYK
RGB Variations
Color information
#FFE15D (or 0xFFE15D) is known color: Mustard. HEX triplet: FF, E1 and 5D. RGB value is (255,225,93). Sum of RGB (Red+Green+Blue) = 255+225+93=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 93 (36.72% from 255 or 16.23% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE15D is #001EA2. Grayscale: #DBDBDB. Windows color (decimal): -7843 or 6152703. OLE color: 6152703.
HSL color Cylindrical-coordinate representation of color #FFE15D: hue angle of 48.89º 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 #FFE15D is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 93 | - |
| CMYK | 0 | 0.12 | 0.64 | 0 |
| HSL | 48.89º | 1% | 0.68% | - |
| HSV(B) | 48.89º | 0.64% | 1% | - |
| XYZ | 70.14 | 75.9 | 21.31 | - |
| YUV | 218.92 | 56.94 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 93 | 0 | 0.12 | 0.64 | 0 | 48.89 | 1 | 0.68 |
| Hex | FF | E1 | 5D | 0 | C | 40 | 0 | 31 | 64 | 44 |
| Octal | 377 | 341 | 135 | 0 | 14 | 100 | 0 | 61 | 144 | 104 |
| Binary | 11111111 | 11100001 | 1011101 | 0 | 1100 | 1000000 | 0 | 110001 | 1100100 | 1000100 |
Color Harmonies of #FFE15D
Complementary color
Monochromatic Colors of #FFE15D
Black with #FFE15D
Text Example
Text Example
White with #FFE15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE15D; }
p { color: rgb(255,225,93); }
H1.HeaderClassName
{
color: #FFE15D;
}
.AnyTagClassName
{
color: #FFE15D;
}
</style>
background-color css
<style>
a { background-color: #FFE15D; }
a { background-color: rgb(255,225,93); }
div.DivClassName
{
background-color: #FFE15D;
}
.BgClassName
{
background-color: #FFE15D;
}
</style>
border-color css
<style>
span { border-color: #FFE15D; }
span { border-color: rgb(255,225,93); }
td.TdClassName
{
border-color: #FFE15D;
}
.TagClassName
{
border-color: #FFE15D;
}
</style>