Shades of Mustard #FEE35D
Tints of Mustard #FEE35D
RGB
CMYK
RGB Variations
Color information
#FEE35D (or 0xFEE35D) is known color: Mustard. HEX triplet: FE, E3 and 5D. RGB value is (254,227,93). Sum of RGB (Red+Green+Blue) = 254+227+93=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 93 (36.72% from 255 or 16.20% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE35D is #011CA2. Grayscale: #DCDCDC. Windows color (decimal): -72867 or 6153214. OLE color: 6153214.
HSL color Cylindrical-coordinate representation of color #FEE35D: hue angle of 49.94º 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 #FEE35D is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 93 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.00 |
| HSL | 49.94º | 0.99% | 0.68% | - |
| HSV(B) | 49.94º | 0.63% | 1% | - |
| XYZ | 70.32 | 76.8 | 21.47 | - |
| YUV | 219.8 | 56.45 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 93 | 0 | 0.11 | 0.63 | 0.00 | 49.94 | 0.99 | 0.68 |
| Hex | FE | E3 | 5D | 0 | B | 3F | 0 | 32 | 63 | 44 |
| Octal | 376 | 343 | 135 | 0 | 13 | 77 | 0 | 62 | 143 | 104 |
| Binary | 11111110 | 11100011 | 1011101 | 0 | 1011 | 111111 | 0 | 110010 | 1100011 | 1000100 |
Color Harmonies of #FEE35D
Complementary color
Monochromatic Colors of #FEE35D
Black with #FEE35D
Text Example
Text Example
White with #FEE35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE35D; }
p { color: rgb(254,227,93); }
H1.HeaderClassName
{
color: #FEE35D;
}
.AnyTagClassName
{
color: #FEE35D;
}
</style>
background-color css
<style>
a { background-color: #FEE35D; }
a { background-color: rgb(254,227,93); }
div.DivClassName
{
background-color: #FEE35D;
}
.BgClassName
{
background-color: #FEE35D;
}
</style>
border-color css
<style>
span { border-color: #FEE35D; }
span { border-color: rgb(254,227,93); }
td.TdClassName
{
border-color: #FEE35D;
}
.TagClassName
{
border-color: #FEE35D;
}
</style>