Shades of Mustard #FFE45C
Tints of Mustard #FFE45C
RGB
CMYK
RGB Variations
Color information
#FFE45C (or 0xFFE45C) is known color: Mustard. HEX triplet: FF, E4 and 5C. RGB value is (255,228,92). Sum of RGB (Red+Green+Blue) = 255+228+92=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 92 (36.33% from 255 or 16% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE45C is #001BA3. Grayscale: #DDDDDD. Windows color (decimal): -7076 or 6087935. OLE color: 6087935.
HSL color Cylindrical-coordinate representation of color #FFE45C: hue angle of 50.06º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFE45C is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 92 | - |
| CMYK | 0 | 0.11 | 0.64 | 0 |
| HSL | 50.06º | 1% | 0.68% | - |
| HSV(B) | 50.06º | 0.64% | 1% | - |
| XYZ | 70.92 | 77.52 | 21.35 | - |
| YUV | 220.57 | 55.45 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 92 | 0 | 0.11 | 0.64 | 0 | 50.06 | 1 | 0.68 |
| Hex | FF | E4 | 5C | 0 | B | 40 | 0 | 32 | 64 | 44 |
| Octal | 377 | 344 | 134 | 0 | 13 | 100 | 0 | 62 | 144 | 104 |
| Binary | 11111111 | 11100100 | 1011100 | 0 | 1011 | 1000000 | 0 | 110010 | 1100100 | 1000100 |
Color Harmonies of #FFE45C
Complementary color
Monochromatic Colors of #FFE45C
Black with #FFE45C
Text Example
Text Example
White with #FFE45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE45C; }
p { color: rgb(255,228,92); }
H1.HeaderClassName
{
color: #FFE45C;
}
.AnyTagClassName
{
color: #FFE45C;
}
</style>
background-color css
<style>
a { background-color: #FFE45C; }
a { background-color: rgb(255,228,92); }
div.DivClassName
{
background-color: #FFE45C;
}
.BgClassName
{
background-color: #FFE45C;
}
</style>
border-color css
<style>
span { border-color: #FFE45C; }
span { border-color: rgb(255,228,92); }
td.TdClassName
{
border-color: #FFE45C;
}
.TagClassName
{
border-color: #FFE45C;
}
</style>