#FFE15D

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

Shades of Mustard #FFE15D

Tints of Mustard #FFE15D

Color information

#FFE15D (or 0xFFE15D) is unknown color: approx Mustard. HEX triplet: FF, E1 and 5D. RGB value is (255,225,93). Sum of RGB (Red+Green+Blue) = 255+225+93=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 93 (36.72% from 255 or 16.23% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE15D is #001EA2. Grayscale: #DBDBDB. Windows color (decimal): -7843 or 6152703. OLE color: 6152703.

HSL color Cylindrical-coordinate representation of color #FFE15D: hue angle of 48.89º 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 #FFE15D is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25522593-
CMYK00.120.640
HSL48.89º100%68.24%-
HSV(B)48.89º63.53%100%-
XYZ70.1475.921.31-
YUV218.9256.94153.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.50%
GREEN value IS 225 (88.28% from 255) = 39.27%
BLUE value IS 93 (36.72% from 255) = 16.23%
R=44.50%
G=39.27%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552259300.120.64048.8910068.24
HexFFE15D0C400316444
Octal377341135014100061144104
Binary11111111111000011011101011001000000011000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE15D; }

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

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

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

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

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

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

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

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