Shades of Mustard #FFE05C
Tints of Mustard #FFE05C
RGB
CMYK
RGB Variations
Color information
#FFE05C (or 0xFFE05C) is known color: Mustard. HEX triplet: FF, E0 and 5C. RGB value is (255,224,92). Sum of RGB (Red+Green+Blue) = 255+224+92=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 92 (36.33% from 255 or 16.11% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE05C is #001FA3. Grayscale: #DADADA. Windows color (decimal): -8100 or 6086911. OLE color: 6086911.
HSL color Cylindrical-coordinate representation of color #FFE05C: hue angle of 48.59º 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 #FFE05C is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 92 | - |
| CMYK | 0 | 0.12 | 0.64 | 0 |
| HSL | 48.59º | 1% | 0.68% | - |
| HSV(B) | 48.59º | 0.64% | 1% | - |
| XYZ | 69.83 | 75.34 | 20.99 | - |
| YUV | 218.22 | 56.77 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 92 | 0 | 0.12 | 0.64 | 0 | 48.59 | 1 | 0.68 |
| Hex | FF | E0 | 5C | 0 | C | 40 | 0 | 31 | 64 | 44 |
| Octal | 377 | 340 | 134 | 0 | 14 | 100 | 0 | 61 | 144 | 104 |
| Binary | 11111111 | 11100000 | 1011100 | 0 | 1100 | 1000000 | 0 | 110001 | 1100100 | 1000100 |
Color Harmonies of #FFE05C
Complementary color
Monochromatic Colors of #FFE05C
Black with #FFE05C
Text Example
Text Example
White with #FFE05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE05C; }
p { color: rgb(255,224,92); }
H1.HeaderClassName
{
color: #FFE05C;
}
.AnyTagClassName
{
color: #FFE05C;
}
</style>
background-color css
<style>
a { background-color: #FFE05C; }
a { background-color: rgb(255,224,92); }
div.DivClassName
{
background-color: #FFE05C;
}
.BgClassName
{
background-color: #FFE05C;
}
</style>
border-color css
<style>
span { border-color: #FFE05C; }
span { border-color: rgb(255,224,92); }
td.TdClassName
{
border-color: #FFE05C;
}
.TagClassName
{
border-color: #FFE05C;
}
</style>