Shades of Mustard #FFE35C
Tints of Mustard #FFE35C
RGB
CMYK
RGB Variations
Color information
#FFE35C (or 0xFFE35C) is known color: Mustard. HEX triplet: FF, E3 and 5C. RGB value is (255,227,92). Sum of RGB (Red+Green+Blue) = 255+227+92=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 92 (36.33% from 255 or 16.03% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE35C is #001CA3. Grayscale: #DCDCDC. Windows color (decimal): -7332 or 6087679. OLE color: 6087679.
HSL color Cylindrical-coordinate representation of color #FFE35C: hue angle of 49.69º 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 #FFE35C is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 92 | - |
| CMYK | 0 | 0.11 | 0.64 | 0 |
| HSL | 49.69º | 1% | 0.68% | - |
| HSV(B) | 49.69º | 0.64% | 1% | - |
| XYZ | 70.64 | 76.97 | 21.26 | - |
| YUV | 219.98 | 55.78 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 92 | 0 | 0.11 | 0.64 | 0 | 49.69 | 1 | 0.68 |
| Hex | FF | E3 | 5C | 0 | B | 40 | 0 | 32 | 64 | 44 |
| Octal | 377 | 343 | 134 | 0 | 13 | 100 | 0 | 62 | 144 | 104 |
| Binary | 11111111 | 11100011 | 1011100 | 0 | 1011 | 1000000 | 0 | 110010 | 1100100 | 1000100 |
Color Harmonies of #FFE35C
Complementary color
Monochromatic Colors of #FFE35C
Black with #FFE35C
Text Example
Text Example
White with #FFE35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE35C; }
p { color: rgb(255,227,92); }
H1.HeaderClassName
{
color: #FFE35C;
}
.AnyTagClassName
{
color: #FFE35C;
}
</style>
background-color css
<style>
a { background-color: #FFE35C; }
a { background-color: rgb(255,227,92); }
div.DivClassName
{
background-color: #FFE35C;
}
.BgClassName
{
background-color: #FFE35C;
}
</style>
border-color css
<style>
span { border-color: #FFE35C; }
span { border-color: rgb(255,227,92); }
td.TdClassName
{
border-color: #FFE35C;
}
.TagClassName
{
border-color: #FFE35C;
}
</style>