COLOR #FFE49F

HEX: #FFE49F
RGB: (255,228,159)

Color info

#FFE49F contains mainly red and green colors. Web safe color of #FFE49F is #FFCC99 (or #FC9).

RGB color model

#FFE49F color RGB value is (255,228,159).

  • red value is 255;
  • green value is 228;
  • blue value is 159.
RGB:
(255,228,159)
(100%,89%,62%)

RGB channels and saturation

R 255 of 255 = 100%
G 228 of 255 = 89%
B 159 of 255 = 62%

255
228
159

R + G + B ~ 84%. #FFE49F is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 228 + 159 = 642 (100%)
R 255 of 642 ~ 39.72%
G 228 of 642 ~ 35.51%
B 159 of 642 ~ 24.77%

%39.72
%35.51
%24.77

CMYK color model

#FFE49F color CMYK value is (0,11,38,0).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 37.65%
  • key color value is 0.00%
CMYK:
(0,11,38,0)
C0M11Y38K0 
(0%,11%,38%,0%)
(0.00/0.11/0.38/0.00)	

CMYK percentages

%0
%10.59
%37.65
%0

Codes

Color #FFE49F in popluar color models

FFE49F
RGB255228159
HSL43°100.00%81.18%
HSB/HSV43°37.65%100.00%
CMYK0.00%10.59%37.65%
0.00%

Color #FFE49F in popluar number systems.

HEXFFE49F
Decimal255228159
Binary111111111110010010011111
Octal377344237

Shades and tints

Shades of #FFE49F

#FFE49F
(255,228,159)
#E8D091
(232,208,145)
#D1BC83
(209,188,131)
#BAA875
(186,168,117)
#A39467
(163,148,103)
#8C8059
(140,128,89)
#756C4B
(117,108,75)
#5E583D
(94,88,61)
#47442F
(71,68,47)
#303021
(48,48,33)
#191C13
(25,28,19)
#000000
(0,0,0)

Tints of #FFE49F

#FFE49F
(255,228,159)
#FFE6A7
(255,230,167)
#FFE8AF
(255,232,175)
#FFEAB7
(255,234,183)
#FFECBF
(255,236,191)
#FFEEC7
(255,238,199)
#FFF0CF
(255,240,207)
#FFF2D7
(255,242,215)
#FFF4DF
(255,244,223)
#FFF6E7
(255,246,231)
#FFF8EF
(255,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE49F color. Also use rgb(255,228,159) instead hex code.

Text Font Color

.myTextColor { color: #FFE49F; }

<p style="color:#FFE49F">This sample text font color is #FFE49F.</p>

This text font color is #FFE49F.


Background Color

.myBgColor { background-color: #FFE49F; }

<div style="background-color:#FFE49F">Inner text</div>

This div background color is #FFE49F.


Border color

.myBorderColor { border: 1px solid #FFE49F; }

<div style="border:3px solid #FFE49F">Div</div>

This div border color is #FFE49F.


Opacity

.myOpacity80 { color: #FFE49F; opacity: 0.8; }

<p style="color:#FFE49F;opacity:0.8;">80%</p>

Text with #FFE49F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFE49F;}

<p style="text-shadow: 3px 3px 1px #FFE49F">Text here.</p>

This text has shadow with #FFE49F color.

.textShadow {text-shadow: 3px 3px 1px #FFE49F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFE49F, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFE49F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFE49F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFE49F, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFE49F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FFE49F;
  -webkit-box-shadow:	1px 1px 3px 2px #FFE49F;
  box-shadow:		1px 1px 3px 2px #FFE49F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFE49F;
-webkit-box-shadow: 1px 1px 3px 2px #FFE49F;
box-shadow:1px 1px 3px 2px #FFE49F;">
Div content here</div>
This div box has shadow with color #FFE49F.

Preview

Color preview on black background

This text has color #FFE49F on black background.


Color preview on white background

This text has color #FFE49F on white background.



Black color preview on #FFE49F background

This text has black color on #FFE49F background.


White color preview on #FFE49F background

This text has white color on #FFE49F background.