Shades of Mustard #FEE35F
Tints of Mustard #FEE35F
RGB
CMYK
RGB Variations
Color information
#FEE35F (or 0xFEE35F) is known color: Mustard. HEX triplet: FE, E3 and 5F. RGB value is (254,227,95). Sum of RGB (Red+Green+Blue) = 254+227+95=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 95 (37.5% from 255 or 16.49% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE35F is #011CA0. Grayscale: #DCDCDC. Windows color (decimal): -72865 or 6284286. OLE color: 6284286.
HSL color Cylindrical-coordinate representation of color #FEE35F: hue angle of 49.81º 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 #FEE35F is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 95 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.00 |
| HSL | 49.81º | 0.99% | 0.68% | - |
| HSV(B) | 49.81º | 0.63% | 1% | - |
| XYZ | 70.41 | 76.84 | 21.95 | - |
| YUV | 220.03 | 57.45 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 95 | 0 | 0.11 | 0.63 | 0.00 | 49.81 | 0.99 | 0.68 |
| Hex | FE | E3 | 5F | 0 | B | 3F | 0 | 32 | 63 | 44 |
| Octal | 376 | 343 | 137 | 0 | 13 | 77 | 0 | 62 | 143 | 104 |
| Binary | 11111110 | 11100011 | 1011111 | 0 | 1011 | 111111 | 0 | 110010 | 1100011 | 1000100 |
Color Harmonies of #FEE35F
Complementary color
Monochromatic Colors of #FEE35F
Black with #FEE35F
Text Example
Text Example
White with #FEE35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE35F; }
p { color: rgb(254,227,95); }
H1.HeaderClassName
{
color: #FEE35F;
}
.AnyTagClassName
{
color: #FEE35F;
}
</style>
background-color css
<style>
a { background-color: #FEE35F; }
a { background-color: rgb(254,227,95); }
div.DivClassName
{
background-color: #FEE35F;
}
.BgClassName
{
background-color: #FEE35F;
}
</style>
border-color css
<style>
span { border-color: #FEE35F; }
span { border-color: rgb(254,227,95); }
td.TdClassName
{
border-color: #FEE35F;
}
.TagClassName
{
border-color: #FEE35F;
}
</style>