Shades of Mustard #FFE25F
Tints of Mustard #FFE25F
RGB
CMYK
RGB Variations
Color information
#FFE25F (or 0xFFE25F) is known color: Mustard. HEX triplet: FF, E2 and 5F. RGB value is (255,226,95). Sum of RGB (Red+Green+Blue) = 255+226+95=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 95 (37.5% from 255 or 16.49% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE25F is #001DA0. Grayscale: #DCDCDC. Windows color (decimal): -7585 or 6284031. OLE color: 6284031.
HSL color Cylindrical-coordinate representation of color #FFE25F: hue angle of 49.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFE25F is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 95 | - |
| CMYK | 0 | 0.11 | 0.63 | 0 |
| HSL | 49.13º | 1% | 0.69% | - |
| HSV(B) | 49.13º | 0.63% | 1% | - |
| XYZ | 70.5 | 76.48 | 21.87 | - |
| YUV | 219.74 | 57.61 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 95 | 0 | 0.11 | 0.63 | 0 | 49.13 | 1 | 0.69 |
| Hex | FF | E2 | 5F | 0 | B | 3F | 0 | 31 | 64 | 45 |
| Octal | 377 | 342 | 137 | 0 | 13 | 77 | 0 | 61 | 144 | 105 |
| Binary | 11111111 | 11100010 | 1011111 | 0 | 1011 | 111111 | 0 | 110001 | 1100100 | 1000101 |
Color Harmonies of #FFE25F
Complementary color
Monochromatic Colors of #FFE25F
Black with #FFE25F
Text Example
Text Example
White with #FFE25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE25F; }
p { color: rgb(255,226,95); }
H1.HeaderClassName
{
color: #FFE25F;
}
.AnyTagClassName
{
color: #FFE25F;
}
</style>
background-color css
<style>
a { background-color: #FFE25F; }
a { background-color: rgb(255,226,95); }
div.DivClassName
{
background-color: #FFE25F;
}
.BgClassName
{
background-color: #FFE25F;
}
</style>
border-color css
<style>
span { border-color: #FFE25F; }
span { border-color: rgb(255,226,95); }
td.TdClassName
{
border-color: #FFE25F;
}
.TagClassName
{
border-color: #FFE25F;
}
</style>