Shades of Mustard #FEE053
Tints of Mustard #FEE053
RGB
CMYK
RGB Variations
Color information
#FEE053 (or 0xFEE053) is known color: Mustard. HEX triplet: FE, E0 and 53. RGB value is (254,224,83). Sum of RGB (Red+Green+Blue) = 254+224+83=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 83 (32.81% from 255 or 14.80% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE053 is #011FAC. Grayscale: #D9D9D9. Windows color (decimal): -73645 or 5497086. OLE color: 5497086.
HSL color Cylindrical-coordinate representation of color #FEE053: hue angle of 49.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEE053 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 83 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.00 |
| HSL | 49.47º | 0.99% | 0.66% | - |
| HSV(B) | 49.47º | 0.67% | 1% | - |
| XYZ | 69.09 | 75.01 | 19.02 | - |
| YUV | 216.9 | 52.44 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 83 | 0 | 0.12 | 0.67 | 0.00 | 49.47 | 0.99 | 0.66 |
| Hex | FE | E0 | 53 | 0 | C | 43 | 0 | 31 | 63 | 42 |
| Octal | 376 | 340 | 123 | 0 | 14 | 103 | 0 | 61 | 143 | 102 |
| Binary | 11111110 | 11100000 | 1010011 | 0 | 1100 | 1000011 | 0 | 110001 | 1100011 | 1000010 |
Color Harmonies of #FEE053
Complementary color
Monochromatic Colors of #FEE053
Black with #FEE053
Text Example
Text Example
White with #FEE053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE053; }
p { color: rgb(254,224,83); }
H1.HeaderClassName
{
color: #FEE053;
}
.AnyTagClassName
{
color: #FEE053;
}
</style>
background-color css
<style>
a { background-color: #FEE053; }
a { background-color: rgb(254,224,83); }
div.DivClassName
{
background-color: #FEE053;
}
.BgClassName
{
background-color: #FEE053;
}
</style>
border-color css
<style>
span { border-color: #FEE053; }
span { border-color: rgb(254,224,83); }
td.TdClassName
{
border-color: #FEE053;
}
.TagClassName
{
border-color: #FEE053;
}
</style>