Shades of Mustard #FEDE4E
Tints of Mustard #FEDE4E
RGB
CMYK
RGB Variations
Color information
#FEDE4E (or 0xFEDE4E) is known color: Mustard. HEX triplet: FE, DE and 4E. RGB value is (254,222,78). Sum of RGB (Red+Green+Blue) = 254+222+78=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 78 (30.86% from 255 or 14.08% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE4E is #0121B1. Grayscale: #D7D7D7. Windows color (decimal): -74162 or 5168894. OLE color: 5168894.
HSL color Cylindrical-coordinate representation of color #FEDE4E: hue angle of 49.09º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEDE4E is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 78 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.00 |
| HSL | 49.09º | 0.99% | 0.65% | - |
| HSV(B) | 49.09º | 0.69% | 1% | - |
| XYZ | 68.37 | 73.86 | 17.86 | - |
| YUV | 215.15 | 50.6 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 78 | 0 | 0.13 | 0.69 | 0.00 | 49.09 | 0.99 | 0.65 |
| Hex | FE | DE | 4E | 0 | D | 45 | 0 | 31 | 63 | 41 |
| Octal | 376 | 336 | 116 | 0 | 15 | 105 | 0 | 61 | 143 | 101 |
| Binary | 11111110 | 11011110 | 1001110 | 0 | 1101 | 1000101 | 0 | 110001 | 1100011 | 1000001 |
Color Harmonies of #FEDE4E
Complementary color
Monochromatic Colors of #FEDE4E
Black with #FEDE4E
Text Example
Text Example
White with #FEDE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE4E; }
p { color: rgb(254,222,78); }
H1.HeaderClassName
{
color: #FEDE4E;
}
.AnyTagClassName
{
color: #FEDE4E;
}
</style>
background-color css
<style>
a { background-color: #FEDE4E; }
a { background-color: rgb(254,222,78); }
div.DivClassName
{
background-color: #FEDE4E;
}
.BgClassName
{
background-color: #FEDE4E;
}
</style>
border-color css
<style>
span { border-color: #FEDE4E; }
span { border-color: rgb(254,222,78); }
td.TdClassName
{
border-color: #FEDE4E;
}
.TagClassName
{
border-color: #FEDE4E;
}
</style>