Shades of Mustard #FFE353
Tints of Mustard #FFE353
RGB
CMYK
RGB Variations
Color information
#FFE353 (or 0xFFE353) is known color: Mustard. HEX triplet: FF, E3 and 53. RGB value is (255,227,83). Sum of RGB (Red+Green+Blue) = 255+227+83=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 83 (32.81% from 255 or 14.69% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE353 is #001CAC. Grayscale: #DBDBDB. Windows color (decimal): -7341 or 5497855. OLE color: 5497855.
HSL color Cylindrical-coordinate representation of color #FFE353: hue angle of 50.23º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFE353 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 83 | - |
| CMYK | 0 | 0.11 | 0.67 | 0 |
| HSL | 50.23º | 1% | 0.66% | - |
| HSV(B) | 50.23º | 0.67% | 1% | - |
| XYZ | 70.27 | 76.82 | 19.31 | - |
| YUV | 218.96 | 51.28 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 83 | 0 | 0.11 | 0.67 | 0 | 50.23 | 1 | 0.66 |
| Hex | FF | E3 | 53 | 0 | B | 43 | 0 | 32 | 64 | 42 |
| Octal | 377 | 343 | 123 | 0 | 13 | 103 | 0 | 62 | 144 | 102 |
| Binary | 11111111 | 11100011 | 1010011 | 0 | 1011 | 1000011 | 0 | 110010 | 1100100 | 1000010 |
Color Harmonies of #FFE353
Complementary color
Monochromatic Colors of #FFE353
Black with #FFE353
Text Example
Text Example
White with #FFE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE353; }
p { color: rgb(255,227,83); }
H1.HeaderClassName
{
color: #FFE353;
}
.AnyTagClassName
{
color: #FFE353;
}
</style>
background-color css
<style>
a { background-color: #FFE353; }
a { background-color: rgb(255,227,83); }
div.DivClassName
{
background-color: #FFE353;
}
.BgClassName
{
background-color: #FFE353;
}
</style>
border-color css
<style>
span { border-color: #FFE353; }
span { border-color: rgb(255,227,83); }
td.TdClassName
{
border-color: #FFE353;
}
.TagClassName
{
border-color: #FFE353;
}
</style>