Shades of Mustard #FFE35E
Tints of Mustard #FFE35E
RGB
CMYK
RGB Variations
Color information
#FFE35E (or 0xFFE35E) is known color: Mustard. HEX triplet: FF, E3 and 5E. RGB value is (255,227,94). Sum of RGB (Red+Green+Blue) = 255+227+94=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 94 (37.11% from 255 or 16.32% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE35E is #001CA1. Grayscale: #DCDCDC. Windows color (decimal): -7330 or 6218751. OLE color: 6218751.
HSL color Cylindrical-coordinate representation of color #FFE35E: hue angle of 49.57º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFE35E is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 94 | - |
| CMYK | 0 | 0.11 | 0.63 | 0 |
| HSL | 49.57º | 1% | 0.68% | - |
| HSV(B) | 49.57º | 0.63% | 1% | - |
| XYZ | 70.73 | 77.01 | 21.73 | - |
| YUV | 220.21 | 56.78 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 94 | 0 | 0.11 | 0.63 | 0 | 49.57 | 1 | 0.68 |
| Hex | FF | E3 | 5E | 0 | B | 3F | 0 | 32 | 64 | 44 |
| Octal | 377 | 343 | 136 | 0 | 13 | 77 | 0 | 62 | 144 | 104 |
| Binary | 11111111 | 11100011 | 1011110 | 0 | 1011 | 111111 | 0 | 110010 | 1100100 | 1000100 |
Color Harmonies of #FFE35E
Complementary color
Monochromatic Colors of #FFE35E
Black with #FFE35E
Text Example
Text Example
White with #FFE35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE35E; }
p { color: rgb(255,227,94); }
H1.HeaderClassName
{
color: #FFE35E;
}
.AnyTagClassName
{
color: #FFE35E;
}
</style>
background-color css
<style>
a { background-color: #FFE35E; }
a { background-color: rgb(255,227,94); }
div.DivClassName
{
background-color: #FFE35E;
}
.BgClassName
{
background-color: #FFE35E;
}
</style>
border-color css
<style>
span { border-color: #FFE35E; }
span { border-color: rgb(255,227,94); }
td.TdClassName
{
border-color: #FFE35E;
}
.TagClassName
{
border-color: #FFE35E;
}
</style>