COLOR #FFE895

HEX: #FFE895
RGB: (255,232,149)

Color info

#FFE895 contains mainly red and green colors. Web safe color of #FFE895 is #FFFF99 (or #FF9).

RGB color model

#FFE895 color RGB value is (255,232,149).

  • red value is 255;
  • green value is 232;
  • blue value is 149.
RGB:
(255,232,149)
(100%,91%,58%)

RGB channels and saturation

R 255 of 255 = 100%
G 232 of 255 = 91%
B 149 of 255 = 58%

255
232
149

R + G + B ~ 83%. #FFE895 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 232 + 149 = 636 (100%)
R 255 of 636 ~ 40.09%
G 232 of 636 ~ 36.48%
B 149 of 636 ~ 23.43%

%40.09
%36.48
%23.43

CMYK color model

#FFE895 color CMYK value is (0,9,42,0).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 41.57%
  • key color value is 0.00%
CMYK:
(0,9,42,0)
C0M9Y42K0 
(0%,9%,42%,0%)
(0.00/0.09/0.42/0.00)	

CMYK percentages

%0
%9.02
%41.57
%0

Codes

Color #FFE895 in popluar color models

FFE895
RGB255232149
HSL47°100.00%79.22%
HSB/HSV47°41.57%100.00%
CMYK0.00%9.02%41.57%
0.00%

Color #FFE895 in popluar number systems.

HEXFFE895
Decimal255232149
Binary111111111110100010010101
Octal377350225

Shades and tints

Shades of #FFE895

#FFE895
(255,232,149)
#E8D388
(232,211,136)
#D1BE7B
(209,190,123)
#BAA96E
(186,169,110)
#A39461
(163,148,97)
#8C7F54
(140,127,84)
#756A47
(117,106,71)
#5E553A
(94,85,58)
#47402D
(71,64,45)
#302B20
(48,43,32)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #FFE895

#FFE895
(255,232,149)
#FFEA9E
(255,234,158)
#FFECA7
(255,236,167)
#FFEEB0
(255,238,176)
#FFF0B9
(255,240,185)
#FFF2C2
(255,242,194)
#FFF4CB
(255,244,203)
#FFF6D4
(255,246,212)
#FFF8DD
(255,248,221)
#FFFAE6
(255,250,230)
#FFFCEF
(255,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE895 color. Also use rgb(255,232,149) instead hex code.

Text Font Color

.myTextColor { color: #FFE895; }

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

This text font color is #FFE895.


Background Color

.myBgColor { background-color: #FFE895; }

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

This div background color is #FFE895.


Border color

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

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

This div border color is #FFE895.


Opacity

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

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

Text with #FFE895 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 #FFE895;}

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

This text has shadow with #FFE895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE895 on black background.


Color preview on white background

This text has color #FFE895 on white background.



Black color preview on #FFE895 background

This text has black color on #FFE895 background.


White color preview on #FFE895 background

This text has white color on #FFE895 background.