Shades of Mustard #FFE053
Tints of Mustard #FFE053
RGB
CMYK
RGB Variations
Color information
#FFE053 (or 0xFFE053) is known color: Mustard. HEX triplet: FF, E0 and 53. RGB value is (255,224,83). Sum of RGB (Red+Green+Blue) = 255+224+83=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 83 (32.81% from 255 or 14.77% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE053 is #001FAC. Grayscale: #D9D9D9. Windows color (decimal): -8109 or 5497087. OLE color: 5497087.
HSL color Cylindrical-coordinate representation of color #FFE053: hue angle of 49.19º 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 #FFE053 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 83 | - |
| CMYK | 0 | 0.12 | 0.67 | 0 |
| HSL | 49.19º | 1% | 0.66% | - |
| HSV(B) | 49.19º | 0.67% | 1% | - |
| XYZ | 69.46 | 75.2 | 19.04 | - |
| YUV | 217.2 | 52.27 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 83 | 0 | 0.12 | 0.67 | 0 | 49.19 | 1 | 0.66 |
| Hex | FF | E0 | 53 | 0 | C | 43 | 0 | 31 | 64 | 42 |
| Octal | 377 | 340 | 123 | 0 | 14 | 103 | 0 | 61 | 144 | 102 |
| Binary | 11111111 | 11100000 | 1010011 | 0 | 1100 | 1000011 | 0 | 110001 | 1100100 | 1000010 |
Color Harmonies of #FFE053
Complementary color
Monochromatic Colors of #FFE053
Black with #FFE053
Text Example
Text Example
White with #FFE053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE053; }
p { color: rgb(255,224,83); }
H1.HeaderClassName
{
color: #FFE053;
}
.AnyTagClassName
{
color: #FFE053;
}
</style>
background-color css
<style>
a { background-color: #FFE053; }
a { background-color: rgb(255,224,83); }
div.DivClassName
{
background-color: #FFE053;
}
.BgClassName
{
background-color: #FFE053;
}
</style>
border-color css
<style>
span { border-color: #FFE053; }
span { border-color: rgb(255,224,83); }
td.TdClassName
{
border-color: #FFE053;
}
.TagClassName
{
border-color: #FFE053;
}
</style>