#FFE157

Color #FFE157 Mustard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mustard #FFE157

Tints of Mustard #FFE157

Color information

#FFE157 (or 0xFFE157) is unknown color: approx Mustard. HEX triplet: FF, E1 and 57. RGB value is (255,225,87). Sum of RGB (Red+Green+Blue) = 255+225+87=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 87 (34.38% from 255 or 15.34% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE157 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE157 is #001EA8. Grayscale: #DADADA. Windows color (decimal): -7849 or 5759487. OLE color: 5759487.

HSL color Cylindrical-coordinate representation of color #FFE157: hue angle of 49.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFE157 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.

Color convert

RGB25522587-
CMYK00.120.660
HSL49.29º100%67.06%-
HSV(B)49.29º65.88%100%-
XYZ69.8975.819.96-
YUV218.2453.94154.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 44.97%
GREEN value IS 225 (88.28% from 255) = 39.68%
BLUE value IS 87 (34.38% from 255) = 15.34%
R=44.97%
G=39.68%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552258700.120.66049.2910067.06
HexFFE1570C420316443
Octal377341127014102061144103
Binary11111111111000011010111011001000010011000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE157; }

 p { color: rgb(255,225,87); }

 H1.HeaderClassName
 {
   color: #FFE157;
 }
 .AnyTagClassName
 {
   color: #FFE157;
 }
</style>
background-color css

<style>
 a { background-color: #FFE157; }

 a { background-color: rgb(255,225,87); }

 div.DivClassName
 {
   background-color: #FFE157;
 }
 .BgClassName
 {
   background-color: #FFE157;
 }
</style>
border-color css

<style>
 span { border-color: #FFE157; }

 span { border-color: rgb(255,225,87); }

 td.TdClassName
 {
   border-color: #FFE157;
 }
 .TagClassName
 {
   border-color: #FFE157;
 }
</style>