Shades of Mustard #FEE45A
Tints of Mustard #FEE45A
RGB
CMYK
RGB Variations
Color information
#FEE45A (or 0xFEE45A) is known color: Mustard. HEX triplet: FE, E4 and 5A. RGB value is (254,228,90). Sum of RGB (Red+Green+Blue) = 254+228+90=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 90 (35.55% from 255 or 15.73% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE45A is #011BA5. Grayscale: #DCDCDC. Windows color (decimal): -72614 or 5956862. OLE color: 5956862.
HSL color Cylindrical-coordinate representation of color #FEE45A: hue angle of 50.49º 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 #FEE45A is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 90 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.00 |
| HSL | 50.49º | 0.99% | 0.67% | - |
| HSV(B) | 50.49º | 0.65% | 1% | - |
| XYZ | 70.46 | 77.3 | 20.88 | - |
| YUV | 220.04 | 54.61 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 90 | 0 | 0.10 | 0.65 | 0.00 | 50.49 | 0.99 | 0.67 |
| Hex | FE | E4 | 5A | 0 | A | 41 | 0 | 32 | 63 | 43 |
| Octal | 376 | 344 | 132 | 0 | 12 | 101 | 0 | 62 | 143 | 103 |
| Binary | 11111110 | 11100100 | 1011010 | 0 | 1010 | 1000001 | 0 | 110010 | 1100011 | 1000011 |
Color Harmonies of #FEE45A
Complementary color
Monochromatic Colors of #FEE45A
Black with #FEE45A
Text Example
Text Example
White with #FEE45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE45A; }
p { color: rgb(254,228,90); }
H1.HeaderClassName
{
color: #FEE45A;
}
.AnyTagClassName
{
color: #FEE45A;
}
</style>
background-color css
<style>
a { background-color: #FEE45A; }
a { background-color: rgb(254,228,90); }
div.DivClassName
{
background-color: #FEE45A;
}
.BgClassName
{
background-color: #FEE45A;
}
</style>
border-color css
<style>
span { border-color: #FEE45A; }
span { border-color: rgb(254,228,90); }
td.TdClassName
{
border-color: #FEE45A;
}
.TagClassName
{
border-color: #FEE45A;
}
</style>