Shades of Mustard #FFE153
Tints of Mustard #FFE153
RGB
CMYK
RGB Variations
Color information
#FFE153 (or 0xFFE153) is known color: Mustard. HEX triplet: FF, E1 and 53. RGB value is (255,225,83). Sum of RGB (Red+Green+Blue) = 255+225+83=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 83 (32.81% from 255 or 14.74% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE153 is #001EAC. Grayscale: #DADADA. Windows color (decimal): -7853 or 5497343. OLE color: 5497343.
HSL color Cylindrical-coordinate representation of color #FFE153: hue angle of 49.53º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFE153 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 83 | - |
| CMYK | 0 | 0.12 | 0.67 | 0 |
| HSL | 49.53º | 1% | 0.66% | - |
| HSV(B) | 49.53º | 0.67% | 1% | - |
| XYZ | 69.73 | 75.73 | 19.13 | - |
| YUV | 217.78 | 51.94 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 83 | 0 | 0.12 | 0.67 | 0 | 49.53 | 1 | 0.66 |
| Hex | FF | E1 | 53 | 0 | C | 43 | 0 | 32 | 64 | 42 |
| Octal | 377 | 341 | 123 | 0 | 14 | 103 | 0 | 62 | 144 | 102 |
| Binary | 11111111 | 11100001 | 1010011 | 0 | 1100 | 1000011 | 0 | 110010 | 1100100 | 1000010 |
Color Harmonies of #FFE153
Complementary color
Monochromatic Colors of #FFE153
Black with #FFE153
Text Example
Text Example
White with #FFE153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE153; }
p { color: rgb(255,225,83); }
H1.HeaderClassName
{
color: #FFE153;
}
.AnyTagClassName
{
color: #FFE153;
}
</style>
background-color css
<style>
a { background-color: #FFE153; }
a { background-color: rgb(255,225,83); }
div.DivClassName
{
background-color: #FFE153;
}
.BgClassName
{
background-color: #FFE153;
}
</style>
border-color css
<style>
span { border-color: #FFE153; }
span { border-color: rgb(255,225,83); }
td.TdClassName
{
border-color: #FFE153;
}
.TagClassName
{
border-color: #FFE153;
}
</style>