Shades of Mustard #FFE15C
Tints of Mustard #FFE15C
RGB
CMYK
RGB Variations
Color information
#FFE15C (or 0xFFE15C) is known color: Mustard. HEX triplet: FF, E1 and 5C. RGB value is (255,225,92). Sum of RGB (Red+Green+Blue) = 255+225+92=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 92 (36.33% from 255 or 16.08% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE15C is #001EA3. Grayscale: #DBDBDB. Windows color (decimal): -7844 or 6087167. OLE color: 6087167.
HSL color Cylindrical-coordinate representation of color #FFE15C: hue angle of 48.96º 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 #FFE15C is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 92 | - |
| CMYK | 0 | 0.12 | 0.64 | 0 |
| HSL | 48.96º | 1% | 0.68% | - |
| HSV(B) | 48.96º | 0.64% | 1% | - |
| XYZ | 70.1 | 75.88 | 21.08 | - |
| YUV | 218.81 | 56.44 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 92 | 0 | 0.12 | 0.64 | 0 | 48.96 | 1 | 0.68 |
| Hex | FF | E1 | 5C | 0 | C | 40 | 0 | 31 | 64 | 44 |
| Octal | 377 | 341 | 134 | 0 | 14 | 100 | 0 | 61 | 144 | 104 |
| Binary | 11111111 | 11100001 | 1011100 | 0 | 1100 | 1000000 | 0 | 110001 | 1100100 | 1000100 |
Color Harmonies of #FFE15C
Complementary color
Monochromatic Colors of #FFE15C
Black with #FFE15C
Text Example
Text Example
White with #FFE15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE15C; }
p { color: rgb(255,225,92); }
H1.HeaderClassName
{
color: #FFE15C;
}
.AnyTagClassName
{
color: #FFE15C;
}
</style>
background-color css
<style>
a { background-color: #FFE15C; }
a { background-color: rgb(255,225,92); }
div.DivClassName
{
background-color: #FFE15C;
}
.BgClassName
{
background-color: #FFE15C;
}
</style>
border-color css
<style>
span { border-color: #FFE15C; }
span { border-color: rgb(255,225,92); }
td.TdClassName
{
border-color: #FFE15C;
}
.TagClassName
{
border-color: #FFE15C;
}
</style>