Shades of Mustard #FFE25D
Tints of Mustard #FFE25D
RGB
CMYK
RGB Variations
Color information
#FFE25D (or 0xFFE25D) is known color: Mustard. HEX triplet: FF, E2 and 5D. RGB value is (255,226,93). Sum of RGB (Red+Green+Blue) = 255+226+93=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 226 (88.67% from 255 or 39.37% from 574); Blue value is 93 (36.72% from 255 or 16.20% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE25D is #001DA2. Grayscale: #DCDCDC. Windows color (decimal): -7587 or 6152959. OLE color: 6152959.
HSL color Cylindrical-coordinate representation of color #FFE25D: hue angle of 49.26º 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 #FFE25D is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 93 | - |
| CMYK | 0 | 0.11 | 0.64 | 0 |
| HSL | 49.26º | 1% | 0.68% | - |
| HSV(B) | 49.26º | 0.64% | 1% | - |
| XYZ | 70.41 | 76.44 | 21.4 | - |
| YUV | 219.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 93 | 0 | 0.11 | 0.64 | 0 | 49.26 | 1 | 0.68 |
| Hex | FF | E2 | 5D | 0 | B | 40 | 0 | 31 | 64 | 44 |
| Octal | 377 | 342 | 135 | 0 | 13 | 100 | 0 | 61 | 144 | 104 |
| Binary | 11111111 | 11100010 | 1011101 | 0 | 1011 | 1000000 | 0 | 110001 | 1100100 | 1000100 |
Color Harmonies of #FFE25D
Complementary color
Monochromatic Colors of #FFE25D
Black with #FFE25D
Text Example
Text Example
White with #FFE25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE25D; }
p { color: rgb(255,226,93); }
H1.HeaderClassName
{
color: #FFE25D;
}
.AnyTagClassName
{
color: #FFE25D;
}
</style>
background-color css
<style>
a { background-color: #FFE25D; }
a { background-color: rgb(255,226,93); }
div.DivClassName
{
background-color: #FFE25D;
}
.BgClassName
{
background-color: #FFE25D;
}
</style>
border-color css
<style>
span { border-color: #FFE25D; }
span { border-color: rgb(255,226,93); }
td.TdClassName
{
border-color: #FFE25D;
}
.TagClassName
{
border-color: #FFE25D;
}
</style>