Shades of Mustard #FFE05B
Tints of Mustard #FFE05B
RGB
CMYK
RGB Variations
Color information
#FFE05B (or 0xFFE05B) is known color: Mustard. HEX triplet: FF, E0 and 5B. RGB value is (255,224,91). Sum of RGB (Red+Green+Blue) = 255+224+91=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 91 (35.94% from 255 or 15.96% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE05B is #001FA4. Grayscale: #DADADA. Windows color (decimal): -8101 or 6021375. OLE color: 6021375.
HSL color Cylindrical-coordinate representation of color #FFE05B: hue angle of 48.66º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFE05B is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 91 | - |
| CMYK | 0 | 0.12 | 0.64 | 0 |
| HSL | 48.66º | 1% | 0.68% | - |
| HSV(B) | 48.66º | 0.64% | 1% | - |
| XYZ | 69.78 | 75.33 | 20.76 | - |
| YUV | 218.11 | 56.27 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 91 | 0 | 0.12 | 0.64 | 0 | 48.66 | 1 | 0.68 |
| Hex | FF | E0 | 5B | 0 | C | 40 | 0 | 31 | 64 | 44 |
| Octal | 377 | 340 | 133 | 0 | 14 | 100 | 0 | 61 | 144 | 104 |
| Binary | 11111111 | 11100000 | 1011011 | 0 | 1100 | 1000000 | 0 | 110001 | 1100100 | 1000100 |
Color Harmonies of #FFE05B
Complementary color
Monochromatic Colors of #FFE05B
Black with #FFE05B
Text Example
Text Example
White with #FFE05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE05B; }
p { color: rgb(255,224,91); }
H1.HeaderClassName
{
color: #FFE05B;
}
.AnyTagClassName
{
color: #FFE05B;
}
</style>
background-color css
<style>
a { background-color: #FFE05B; }
a { background-color: rgb(255,224,91); }
div.DivClassName
{
background-color: #FFE05B;
}
.BgClassName
{
background-color: #FFE05B;
}
</style>
border-color css
<style>
span { border-color: #FFE05B; }
span { border-color: rgb(255,224,91); }
td.TdClassName
{
border-color: #FFE05B;
}
.TagClassName
{
border-color: #FFE05B;
}
</style>