Shades of Mustard #FFE358
Tints of Mustard #FFE358
RGB
CMYK
RGB Variations
Color information
#FFE358 (or 0xFFE358) is known color: Mustard. HEX triplet: FF, E3 and 58. RGB value is (255,227,88). Sum of RGB (Red+Green+Blue) = 255+227+88=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 88 (34.77% from 255 or 15.44% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE358 is #001CA7. Grayscale: #DCDCDC. Windows color (decimal): -7336 or 5825535. OLE color: 5825535.
HSL color Cylindrical-coordinate representation of color #FFE358: hue angle of 49.94º 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 #FFE358 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 88 | - |
| CMYK | 0 | 0.11 | 0.65 | 0 |
| HSL | 49.94º | 1% | 0.67% | - |
| HSV(B) | 49.94º | 0.65% | 1% | - |
| XYZ | 70.47 | 76.9 | 20.36 | - |
| YUV | 219.53 | 53.78 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 88 | 0 | 0.11 | 0.65 | 0 | 49.94 | 1 | 0.67 |
| Hex | FF | E3 | 58 | 0 | B | 41 | 0 | 32 | 64 | 43 |
| Octal | 377 | 343 | 130 | 0 | 13 | 101 | 0 | 62 | 144 | 103 |
| Binary | 11111111 | 11100011 | 1011000 | 0 | 1011 | 1000001 | 0 | 110010 | 1100100 | 1000011 |
Color Harmonies of #FFE358
Complementary color
Monochromatic Colors of #FFE358
Black with #FFE358
Text Example
Text Example
White with #FFE358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE358; }
p { color: rgb(255,227,88); }
H1.HeaderClassName
{
color: #FFE358;
}
.AnyTagClassName
{
color: #FFE358;
}
</style>
background-color css
<style>
a { background-color: #FFE358; }
a { background-color: rgb(255,227,88); }
div.DivClassName
{
background-color: #FFE358;
}
.BgClassName
{
background-color: #FFE358;
}
</style>
border-color css
<style>
span { border-color: #FFE358; }
span { border-color: rgb(255,227,88); }
td.TdClassName
{
border-color: #FFE358;
}
.TagClassName
{
border-color: #FFE358;
}
</style>