Shades of Mustard #FEE25D
Tints of Mustard #FEE25D
RGB
CMYK
RGB Variations
Color information
#FEE25D (or 0xFEE25D) is known color: Mustard. HEX triplet: FE, E2 and 5D. RGB value is (254,226,93). Sum of RGB (Red+Green+Blue) = 254+226+93=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 93 (36.72% from 255 or 16.23% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE25D is #011DA2. Grayscale: #DBDBDB. Windows color (decimal): -73123 or 6152958. OLE color: 6152958.
HSL color Cylindrical-coordinate representation of color #FEE25D: hue angle of 49.57º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEE25D is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 93 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.00 |
| HSL | 49.57º | 0.99% | 0.68% | - |
| HSV(B) | 49.57º | 0.63% | 1% | - |
| XYZ | 70.05 | 76.25 | 21.38 | - |
| YUV | 219.21 | 56.78 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 93 | 0 | 0.11 | 0.63 | 0.00 | 49.57 | 0.99 | 0.68 |
| Hex | FE | E2 | 5D | 0 | B | 3F | 0 | 32 | 63 | 44 |
| Octal | 376 | 342 | 135 | 0 | 13 | 77 | 0 | 62 | 143 | 104 |
| Binary | 11111110 | 11100010 | 1011101 | 0 | 1011 | 111111 | 0 | 110010 | 1100011 | 1000100 |
Color Harmonies of #FEE25D
Complementary color
Monochromatic Colors of #FEE25D
Black with #FEE25D
Text Example
Text Example
White with #FEE25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE25D; }
p { color: rgb(254,226,93); }
H1.HeaderClassName
{
color: #FEE25D;
}
.AnyTagClassName
{
color: #FEE25D;
}
</style>
background-color css
<style>
a { background-color: #FEE25D; }
a { background-color: rgb(254,226,93); }
div.DivClassName
{
background-color: #FEE25D;
}
.BgClassName
{
background-color: #FEE25D;
}
</style>
border-color css
<style>
span { border-color: #FEE25D; }
span { border-color: rgb(254,226,93); }
td.TdClassName
{
border-color: #FEE25D;
}
.TagClassName
{
border-color: #FEE25D;
}
</style>