Shades of Mustard #FFE058
Tints of Mustard #FFE058
RGB
CMYK
RGB Variations
Color information
#FFE058 (or 0xFFE058) is known color: Mustard. HEX triplet: FF, E0 and 58. RGB value is (255,224,88). Sum of RGB (Red+Green+Blue) = 255+224+88=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 88 (34.77% from 255 or 15.52% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE058 is #001FA7. Grayscale: #DADADA. Windows color (decimal): -8104 or 5824767. OLE color: 5824767.
HSL color Cylindrical-coordinate representation of color #FFE058: hue angle of 48.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFE058 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 88 | - |
| CMYK | 0 | 0.12 | 0.65 | 0 |
| HSL | 48.86º | 1% | 0.67% | - |
| HSV(B) | 48.86º | 0.65% | 1% | - |
| XYZ | 69.66 | 75.28 | 20.09 | - |
| YUV | 217.77 | 54.77 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 88 | 0 | 0.12 | 0.65 | 0 | 48.86 | 1 | 0.67 |
| Hex | FF | E0 | 58 | 0 | C | 41 | 0 | 31 | 64 | 43 |
| Octal | 377 | 340 | 130 | 0 | 14 | 101 | 0 | 61 | 144 | 103 |
| Binary | 11111111 | 11100000 | 1011000 | 0 | 1100 | 1000001 | 0 | 110001 | 1100100 | 1000011 |
Color Harmonies of #FFE058
Complementary color
Monochromatic Colors of #FFE058
Black with #FFE058
Text Example
Text Example
White with #FFE058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE058; }
p { color: rgb(255,224,88); }
H1.HeaderClassName
{
color: #FFE058;
}
.AnyTagClassName
{
color: #FFE058;
}
</style>
background-color css
<style>
a { background-color: #FFE058; }
a { background-color: rgb(255,224,88); }
div.DivClassName
{
background-color: #FFE058;
}
.BgClassName
{
background-color: #FFE058;
}
</style>
border-color css
<style>
span { border-color: #FFE058; }
span { border-color: rgb(255,224,88); }
td.TdClassName
{
border-color: #FFE058;
}
.TagClassName
{
border-color: #FFE058;
}
</style>