Shades of Mustard #FFE25B
Tints of Mustard #FFE25B
RGB
CMYK
RGB Variations
Color information
#FFE25B (or 0xFFE25B) is known color: Mustard. HEX triplet: FF, E2 and 5B. RGB value is (255,226,91). Sum of RGB (Red+Green+Blue) = 255+226+91=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 91 (35.94% from 255 or 15.91% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE25B is #001DA4. Grayscale: #DBDBDB. Windows color (decimal): -7589 or 6021887. OLE color: 6021887.
HSL color Cylindrical-coordinate representation of color #FFE25B: hue angle of 49.39º 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 #FFE25B is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 91 | - |
| CMYK | 0 | 0.11 | 0.64 | 0 |
| HSL | 49.39º | 1% | 0.68% | - |
| HSV(B) | 49.39º | 0.64% | 1% | - |
| XYZ | 70.32 | 76.41 | 20.94 | - |
| YUV | 219.28 | 55.61 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 91 | 0 | 0.11 | 0.64 | 0 | 49.39 | 1 | 0.68 |
| Hex | FF | E2 | 5B | 0 | B | 40 | 0 | 31 | 64 | 44 |
| Octal | 377 | 342 | 133 | 0 | 13 | 100 | 0 | 61 | 144 | 104 |
| Binary | 11111111 | 11100010 | 1011011 | 0 | 1011 | 1000000 | 0 | 110001 | 1100100 | 1000100 |
Color Harmonies of #FFE25B
Complementary color
Monochromatic Colors of #FFE25B
Black with #FFE25B
Text Example
Text Example
White with #FFE25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE25B; }
p { color: rgb(255,226,91); }
H1.HeaderClassName
{
color: #FFE25B;
}
.AnyTagClassName
{
color: #FFE25B;
}
</style>
background-color css
<style>
a { background-color: #FFE25B; }
a { background-color: rgb(255,226,91); }
div.DivClassName
{
background-color: #FFE25B;
}
.BgClassName
{
background-color: #FFE25B;
}
</style>
border-color css
<style>
span { border-color: #FFE25B; }
span { border-color: rgb(255,226,91); }
td.TdClassName
{
border-color: #FFE25B;
}
.TagClassName
{
border-color: #FFE25B;
}
</style>