#FFE15C

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

Shades of Mustard #FFE15C

Tints of Mustard #FFE15C

Color information

#FFE15C (or 0xFFE15C) is unknown color: approx Mustard. HEX triplet: FF, E1 and 5C. RGB value is (255,225,92). Sum of RGB (Red+Green+Blue) = 255+225+92=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 92 (36.33% from 255 or 16.08% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE15C is #001EA3. Grayscale: #DBDBDB. Windows color (decimal): -7844 or 6087167. OLE color: 6087167.

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

Color convert

RGB25522592-
CMYK00.120.640
HSL48.96º100%68.04%-
HSV(B)48.96º63.92%100%-
XYZ70.175.8821.08-
YUV218.8156.44153.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.58%
GREEN value IS 225 (88.28% from 255) = 39.34%
BLUE value IS 92 (36.33% from 255) = 16.08%
R=44.58%
G=39.34%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552259200.120.64048.9610068.04
HexFFE15C0C400316444
Octal377341134014100061144104
Binary11111111111000011011100011001000000011000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE15C; }

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

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

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

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

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

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

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

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