Shades of Mustard #FEE05C
Tints of Mustard #FEE05C
RGB
CMYK
RGB Variations
Color information
#FEE05C (or 0xFEE05C) is known color: Mustard. HEX triplet: FE, E0 and 5C. RGB value is (254,224,92). Sum of RGB (Red+Green+Blue) = 254+224+92=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 92 (36.33% from 255 or 16.14% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE05C is #011FA3. Grayscale: #DADADA. Windows color (decimal): -73636 or 6086910. OLE color: 6086910.
HSL color Cylindrical-coordinate representation of color #FEE05C: hue angle of 48.89º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEE05C is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 92 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.00 |
| HSL | 48.89º | 0.99% | 0.68% | - |
| HSV(B) | 48.89º | 0.64% | 1% | - |
| XYZ | 69.46 | 75.15 | 20.97 | - |
| YUV | 217.92 | 56.94 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 92 | 0 | 0.12 | 0.64 | 0.00 | 48.89 | 0.99 | 0.68 |
| Hex | FE | E0 | 5C | 0 | C | 40 | 0 | 31 | 63 | 44 |
| Octal | 376 | 340 | 134 | 0 | 14 | 100 | 0 | 61 | 143 | 104 |
| Binary | 11111110 | 11100000 | 1011100 | 0 | 1100 | 1000000 | 0 | 110001 | 1100011 | 1000100 |
Color Harmonies of #FEE05C
Complementary color
Monochromatic Colors of #FEE05C
Black with #FEE05C
Text Example
Text Example
White with #FEE05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE05C; }
p { color: rgb(254,224,92); }
H1.HeaderClassName
{
color: #FEE05C;
}
.AnyTagClassName
{
color: #FEE05C;
}
</style>
background-color css
<style>
a { background-color: #FEE05C; }
a { background-color: rgb(254,224,92); }
div.DivClassName
{
background-color: #FEE05C;
}
.BgClassName
{
background-color: #FEE05C;
}
</style>
border-color css
<style>
span { border-color: #FEE05C; }
span { border-color: rgb(254,224,92); }
td.TdClassName
{
border-color: #FEE05C;
}
.TagClassName
{
border-color: #FEE05C;
}
</style>