Shades of Mustard #FEE05D
Tints of Mustard #FEE05D
RGB
CMYK
RGB Variations
Color information
#FEE05D (or 0xFEE05D) is known color: Mustard. HEX triplet: FE, E0 and 5D. RGB value is (254,224,93). Sum of RGB (Red+Green+Blue) = 254+224+93=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 93 (36.72% from 255 or 16.29% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE05D is #011FA2. Grayscale: #DADADA. Windows color (decimal): -73635 or 6152446. OLE color: 6152446.
HSL color Cylindrical-coordinate representation of color #FEE05D: hue angle of 48.82º 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 #FEE05D is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 93 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.00 |
| HSL | 48.82º | 0.99% | 0.68% | - |
| HSV(B) | 48.82º | 0.63% | 1% | - |
| XYZ | 69.5 | 75.17 | 21.2 | - |
| YUV | 218.04 | 57.44 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 93 | 0 | 0.12 | 0.63 | 0.00 | 48.82 | 0.99 | 0.68 |
| Hex | FE | E0 | 5D | 0 | C | 3F | 0 | 31 | 63 | 44 |
| Octal | 376 | 340 | 135 | 0 | 14 | 77 | 0 | 61 | 143 | 104 |
| Binary | 11111110 | 11100000 | 1011101 | 0 | 1100 | 111111 | 0 | 110001 | 1100011 | 1000100 |
Color Harmonies of #FEE05D
Complementary color
Monochromatic Colors of #FEE05D
Black with #FEE05D
Text Example
Text Example
White with #FEE05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE05D; }
p { color: rgb(254,224,93); }
H1.HeaderClassName
{
color: #FEE05D;
}
.AnyTagClassName
{
color: #FEE05D;
}
</style>
background-color css
<style>
a { background-color: #FEE05D; }
a { background-color: rgb(254,224,93); }
div.DivClassName
{
background-color: #FEE05D;
}
.BgClassName
{
background-color: #FEE05D;
}
</style>
border-color css
<style>
span { border-color: #FEE05D; }
span { border-color: rgb(254,224,93); }
td.TdClassName
{
border-color: #FEE05D;
}
.TagClassName
{
border-color: #FEE05D;
}
</style>