Shades of Mustard #FEE456
Tints of Mustard #FEE456
RGB
CMYK
RGB Variations
Color information
#FEE456 (or 0xFEE456) is known color: Mustard. HEX triplet: FE, E4 and 56. RGB value is (254,228,86). Sum of RGB (Red+Green+Blue) = 254+228+86=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 86 (33.98% from 255 or 15.14% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE456 is #011BA9. Grayscale: #DCDCDC. Windows color (decimal): -72618 or 5694718. OLE color: 5694718.
HSL color Cylindrical-coordinate representation of color #FEE456: hue angle of 50.71º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEE456 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 86 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.00 |
| HSL | 50.71º | 0.99% | 0.67% | - |
| HSV(B) | 50.71º | 0.66% | 1% | - |
| XYZ | 70.3 | 77.23 | 20.01 | - |
| YUV | 219.59 | 52.61 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 86 | 0 | 0.10 | 0.66 | 0.00 | 50.71 | 0.99 | 0.67 |
| Hex | FE | E4 | 56 | 0 | A | 42 | 0 | 33 | 63 | 43 |
| Octal | 376 | 344 | 126 | 0 | 12 | 102 | 0 | 63 | 143 | 103 |
| Binary | 11111110 | 11100100 | 1010110 | 0 | 1010 | 1000010 | 0 | 110011 | 1100011 | 1000011 |
Color Harmonies of #FEE456
Complementary color
Monochromatic Colors of #FEE456
Black with #FEE456
Text Example
Text Example
White with #FEE456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE456; }
p { color: rgb(254,228,86); }
H1.HeaderClassName
{
color: #FEE456;
}
.AnyTagClassName
{
color: #FEE456;
}
</style>
background-color css
<style>
a { background-color: #FEE456; }
a { background-color: rgb(254,228,86); }
div.DivClassName
{
background-color: #FEE456;
}
.BgClassName
{
background-color: #FEE456;
}
</style>
border-color css
<style>
span { border-color: #FEE456; }
span { border-color: rgb(254,228,86); }
td.TdClassName
{
border-color: #FEE456;
}
.TagClassName
{
border-color: #FEE456;
}
</style>