Shades of Mustard #FFE357
Tints of Mustard #FFE357
RGB
CMYK
RGB Variations
Color information
#FFE357 (or 0xFFE357) is known color: Mustard. HEX triplet: FF, E3 and 57. RGB value is (255,227,87). Sum of RGB (Red+Green+Blue) = 255+227+87=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 87 (34.38% from 255 or 15.29% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE357 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE357 is #001CA8. Grayscale: #DCDCDC. Windows color (decimal): -7337 or 5759999. OLE color: 5759999.
HSL color Cylindrical-coordinate representation of color #FFE357: hue angle of 50º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFE357 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 87 | - |
| CMYK | 0 | 0.11 | 0.66 | 0 |
| HSL | 50º | 1% | 0.67% | - |
| HSV(B) | 50º | 0.66% | 1% | - |
| XYZ | 70.43 | 76.89 | 20.15 | - |
| YUV | 219.41 | 53.28 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 87 | 0 | 0.11 | 0.66 | 0 | 50 | 1 | 0.67 |
| Hex | FF | E3 | 57 | 0 | B | 42 | 0 | 32 | 64 | 43 |
| Octal | 377 | 343 | 127 | 0 | 13 | 102 | 0 | 62 | 144 | 103 |
| Binary | 11111111 | 11100011 | 1010111 | 0 | 1011 | 1000010 | 0 | 110010 | 1100100 | 1000011 |
Color Harmonies of #FFE357
Complementary color
Monochromatic Colors of #FFE357
Black with #FFE357
Text Example
Text Example
White with #FFE357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE357; }
p { color: rgb(255,227,87); }
H1.HeaderClassName
{
color: #FFE357;
}
.AnyTagClassName
{
color: #FFE357;
}
</style>
background-color css
<style>
a { background-color: #FFE357; }
a { background-color: rgb(255,227,87); }
div.DivClassName
{
background-color: #FFE357;
}
.BgClassName
{
background-color: #FFE357;
}
</style>
border-color css
<style>
span { border-color: #FFE357; }
span { border-color: rgb(255,227,87); }
td.TdClassName
{
border-color: #FFE357;
}
.TagClassName
{
border-color: #FFE357;
}
</style>