Shades of Mustard #FFE05F
Tints of Mustard #FFE05F
RGB
CMYK
RGB Variations
Color information
#FFE05F (or 0xFFE05F) is known color: Mustard. HEX triplet: FF, E0 and 5F. RGB value is (255,224,95). Sum of RGB (Red+Green+Blue) = 255+224+95=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 95 (37.5% from 255 or 16.55% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE05F is #001FA0. Grayscale: #DBDBDB. Windows color (decimal): -8097 or 6283519. OLE color: 6283519.
HSL color Cylindrical-coordinate representation of color #FFE05F: hue angle of 48.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFE05F is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 95 | - |
| CMYK | 0 | 0.12 | 0.63 | 0 |
| HSL | 48.38º | 1% | 0.69% | - |
| HSV(B) | 48.38º | 0.63% | 1% | - |
| XYZ | 69.96 | 75.4 | 21.69 | - |
| YUV | 218.56 | 58.27 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 95 | 0 | 0.12 | 0.63 | 0 | 48.38 | 1 | 0.69 |
| Hex | FF | E0 | 5F | 0 | C | 3F | 0 | 30 | 64 | 45 |
| Octal | 377 | 340 | 137 | 0 | 14 | 77 | 0 | 60 | 144 | 105 |
| Binary | 11111111 | 11100000 | 1011111 | 0 | 1100 | 111111 | 0 | 110000 | 1100100 | 1000101 |
Color Harmonies of #FFE05F
Complementary color
Monochromatic Colors of #FFE05F
Black with #FFE05F
Text Example
Text Example
White with #FFE05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE05F; }
p { color: rgb(255,224,95); }
H1.HeaderClassName
{
color: #FFE05F;
}
.AnyTagClassName
{
color: #FFE05F;
}
</style>
background-color css
<style>
a { background-color: #FFE05F; }
a { background-color: rgb(255,224,95); }
div.DivClassName
{
background-color: #FFE05F;
}
.BgClassName
{
background-color: #FFE05F;
}
</style>
border-color css
<style>
span { border-color: #FFE05F; }
span { border-color: rgb(255,224,95); }
td.TdClassName
{
border-color: #FFE05F;
}
.TagClassName
{
border-color: #FFE05F;
}
</style>