Shades of Mustard #FFE35A
Tints of Mustard #FFE35A
RGB
CMYK
RGB Variations
Color information
#FFE35A (or 0xFFE35A) is known color: Mustard. HEX triplet: FF, E3 and 5A. RGB value is (255,227,90). Sum of RGB (Red+Green+Blue) = 255+227+90=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 227 (89.06% from 255 or 39.69% from 572); Blue value is 90 (35.55% from 255 or 15.73% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE35A is #001CA5. Grayscale: #DCDCDC. Windows color (decimal): -7334 or 5956607. OLE color: 5956607.
HSL color Cylindrical-coordinate representation of color #FFE35A: hue angle of 49.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFE35A is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 90 | - |
| CMYK | 0 | 0.11 | 0.65 | 0 |
| HSL | 49.82º | 1% | 0.68% | - |
| HSV(B) | 49.82º | 0.65% | 1% | - |
| XYZ | 70.55 | 76.94 | 20.8 | - |
| YUV | 219.75 | 54.78 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 90 | 0 | 0.11 | 0.65 | 0 | 49.82 | 1 | 0.68 |
| Hex | FF | E3 | 5A | 0 | B | 41 | 0 | 32 | 64 | 44 |
| Octal | 377 | 343 | 132 | 0 | 13 | 101 | 0 | 62 | 144 | 104 |
| Binary | 11111111 | 11100011 | 1011010 | 0 | 1011 | 1000001 | 0 | 110010 | 1100100 | 1000100 |
Color Harmonies of #FFE35A
Complementary color
Monochromatic Colors of #FFE35A
Black with #FFE35A
Text Example
Text Example
White with #FFE35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE35A; }
p { color: rgb(255,227,90); }
H1.HeaderClassName
{
color: #FFE35A;
}
.AnyTagClassName
{
color: #FFE35A;
}
</style>
background-color css
<style>
a { background-color: #FFE35A; }
a { background-color: rgb(255,227,90); }
div.DivClassName
{
background-color: #FFE35A;
}
.BgClassName
{
background-color: #FFE35A;
}
</style>
border-color css
<style>
span { border-color: #FFE35A; }
span { border-color: rgb(255,227,90); }
td.TdClassName
{
border-color: #FFE35A;
}
.TagClassName
{
border-color: #FFE35A;
}
</style>