Shades of Mustard #FFDE4E
Tints of Mustard #FFDE4E
RGB
CMYK
RGB Variations
Color information
#FFDE4E (or 0xFFDE4E) is known color: Mustard. HEX triplet: FF, DE and 4E. RGB value is (255,222,78). Sum of RGB (Red+Green+Blue) = 255+222+78=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 78 (30.86% from 255 or 14.05% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE4E is #0021B1. Grayscale: #D8D8D8. Windows color (decimal): -8626 or 5168895. OLE color: 5168895.
HSL color Cylindrical-coordinate representation of color #FFDE4E: hue angle of 48.81º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFDE4E is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 78 | - |
| CMYK | 0 | 0.13 | 0.69 | 0 |
| HSL | 48.81º | 1% | 0.65% | - |
| HSV(B) | 48.81º | 0.69% | 1% | - |
| XYZ | 68.74 | 74.05 | 17.88 | - |
| YUV | 215.45 | 50.43 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 78 | 0 | 0.13 | 0.69 | 0 | 48.81 | 1 | 0.65 |
| Hex | FF | DE | 4E | 0 | D | 45 | 0 | 31 | 64 | 41 |
| Octal | 377 | 336 | 116 | 0 | 15 | 105 | 0 | 61 | 144 | 101 |
| Binary | 11111111 | 11011110 | 1001110 | 0 | 1101 | 1000101 | 0 | 110001 | 1100100 | 1000001 |
Color Harmonies of #FFDE4E
Complementary color
Monochromatic Colors of #FFDE4E
Black with #FFDE4E
Text Example
Text Example
White with #FFDE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE4E; }
p { color: rgb(255,222,78); }
H1.HeaderClassName
{
color: #FFDE4E;
}
.AnyTagClassName
{
color: #FFDE4E;
}
</style>
background-color css
<style>
a { background-color: #FFDE4E; }
a { background-color: rgb(255,222,78); }
div.DivClassName
{
background-color: #FFDE4E;
}
.BgClassName
{
background-color: #FFDE4E;
}
</style>
border-color css
<style>
span { border-color: #FFDE4E; }
span { border-color: rgb(255,222,78); }
td.TdClassName
{
border-color: #FFDE4E;
}
.TagClassName
{
border-color: #FFDE4E;
}
</style>