Shades of Mustard #FEE05A
Tints of Mustard #FEE05A
RGB
CMYK
RGB Variations
Color information
#FEE05A (or 0xFEE05A) is known color: Mustard. HEX triplet: FE, E0 and 5A. RGB value is (254,224,90). Sum of RGB (Red+Green+Blue) = 254+224+90=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 90 (35.55% from 255 or 15.85% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE05A is #011FA5. Grayscale: #DADADA. Windows color (decimal): -73638 or 5955838. OLE color: 5955838.
HSL color Cylindrical-coordinate representation of color #FEE05A: hue angle of 49.02º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEE05A is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 90 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.00 |
| HSL | 49.02º | 0.99% | 0.67% | - |
| HSV(B) | 49.02º | 0.65% | 1% | - |
| XYZ | 69.37 | 75.12 | 20.52 | - |
| YUV | 217.69 | 55.94 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 90 | 0 | 0.12 | 0.65 | 0.00 | 49.02 | 0.99 | 0.67 |
| Hex | FE | E0 | 5A | 0 | C | 41 | 0 | 31 | 63 | 43 |
| Octal | 376 | 340 | 132 | 0 | 14 | 101 | 0 | 61 | 143 | 103 |
| Binary | 11111110 | 11100000 | 1011010 | 0 | 1100 | 1000001 | 0 | 110001 | 1100011 | 1000011 |
Color Harmonies of #FEE05A
Complementary color
Monochromatic Colors of #FEE05A
Black with #FEE05A
Text Example
Text Example
White with #FEE05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE05A; }
p { color: rgb(254,224,90); }
H1.HeaderClassName
{
color: #FEE05A;
}
.AnyTagClassName
{
color: #FEE05A;
}
</style>
background-color css
<style>
a { background-color: #FEE05A; }
a { background-color: rgb(254,224,90); }
div.DivClassName
{
background-color: #FEE05A;
}
.BgClassName
{
background-color: #FEE05A;
}
</style>
border-color css
<style>
span { border-color: #FEE05A; }
span { border-color: rgb(254,224,90); }
td.TdClassName
{
border-color: #FEE05A;
}
.TagClassName
{
border-color: #FEE05A;
}
</style>