Shades of Mustard #FFE052
Tints of Mustard #FFE052
RGB
CMYK
RGB Variations
Color information
#FFE052 (or 0xFFE052) is known color: Mustard. HEX triplet: FF, E0 and 52. RGB value is (255,224,82). Sum of RGB (Red+Green+Blue) = 255+224+82=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 82 (32.42% from 255 or 14.62% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE052 is #001FAD. Grayscale: #D9D9D9. Windows color (decimal): -8110 or 5431551. OLE color: 5431551.
HSL color Cylindrical-coordinate representation of color #FFE052: hue angle of 49.25º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFE052 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 82 | - |
| CMYK | 0 | 0.12 | 0.68 | 0 |
| HSL | 49.25º | 1% | 0.66% | - |
| HSV(B) | 49.25º | 0.68% | 1% | - |
| XYZ | 69.42 | 75.18 | 18.84 | - |
| YUV | 217.08 | 51.77 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 82 | 0 | 0.12 | 0.68 | 0 | 49.25 | 1 | 0.66 |
| Hex | FF | E0 | 52 | 0 | C | 44 | 0 | 31 | 64 | 42 |
| Octal | 377 | 340 | 122 | 0 | 14 | 104 | 0 | 61 | 144 | 102 |
| Binary | 11111111 | 11100000 | 1010010 | 0 | 1100 | 1000100 | 0 | 110001 | 1100100 | 1000010 |
Color Harmonies of #FFE052
Complementary color
Monochromatic Colors of #FFE052
Black with #FFE052
Text Example
Text Example
White with #FFE052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE052; }
p { color: rgb(255,224,82); }
H1.HeaderClassName
{
color: #FFE052;
}
.AnyTagClassName
{
color: #FFE052;
}
</style>
background-color css
<style>
a { background-color: #FFE052; }
a { background-color: rgb(255,224,82); }
div.DivClassName
{
background-color: #FFE052;
}
.BgClassName
{
background-color: #FFE052;
}
</style>
border-color css
<style>
span { border-color: #FFE052; }
span { border-color: rgb(255,224,82); }
td.TdClassName
{
border-color: #FFE052;
}
.TagClassName
{
border-color: #FFE052;
}
</style>