Shades of Mustard #FFE160
Tints of Mustard #FFE160
RGB
CMYK
RGB Variations
Color information
#FFE160 (or 0xFFE160) is known color: Mustard. HEX triplet: FF, E1 and 60. RGB value is (255,225,96). Sum of RGB (Red+Green+Blue) = 255+225+96=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 96 (37.89% from 255 or 16.67% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE160 is #001E9F. Grayscale: #DBDBDB. Windows color (decimal): -7840 or 6349311. OLE color: 6349311.
HSL color Cylindrical-coordinate representation of color #FFE160: hue angle of 48.68º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFE160 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 96 | - |
| CMYK | 0 | 0.12 | 0.62 | 0 |
| HSL | 48.68º | 1% | 0.69% | - |
| HSV(B) | 48.68º | 0.62% | 1% | - |
| XYZ | 70.28 | 75.95 | 22.02 | - |
| YUV | 219.26 | 58.44 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 96 | 0 | 0.12 | 0.62 | 0 | 48.68 | 1 | 0.69 |
| Hex | FF | E1 | 60 | 0 | C | 3E | 0 | 31 | 64 | 45 |
| Octal | 377 | 341 | 140 | 0 | 14 | 76 | 0 | 61 | 144 | 105 |
| Binary | 11111111 | 11100001 | 1100000 | 0 | 1100 | 111110 | 0 | 110001 | 1100100 | 1000101 |
Color Harmonies of #FFE160
Complementary color
Monochromatic Colors of #FFE160
Black with #FFE160
Text Example
Text Example
White with #FFE160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE160; }
p { color: rgb(255,225,96); }
H1.HeaderClassName
{
color: #FFE160;
}
.AnyTagClassName
{
color: #FFE160;
}
</style>
background-color css
<style>
a { background-color: #FFE160; }
a { background-color: rgb(255,225,96); }
div.DivClassName
{
background-color: #FFE160;
}
.BgClassName
{
background-color: #FFE160;
}
</style>
border-color css
<style>
span { border-color: #FFE160; }
span { border-color: rgb(255,225,96); }
td.TdClassName
{
border-color: #FFE160;
}
.TagClassName
{
border-color: #FFE160;
}
</style>