COLOR #E4A895

HEX: #E4A895
RGB: (228,168,149)

Color info

#E4A895 contains mainly red color. Web safe color of #E4A895 is #CC9999 (or #C99).

RGB color model

#E4A895 color RGB value is (228,168,149).

  • red value is 228;
  • green value is 168;
  • blue value is 149.
RGB:
(228,168,149)
(89%,66%,58%)

RGB channels and saturation

R 228 of 255 = 89%
G 168 of 255 = 66%
B 149 of 255 = 58%

228
168
149

R + G + B ~ 71%. #E4A895 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 168 + 149 = 545 (100%)
R 228 of 545 ~ 41.83%
G 168 of 545 ~ 30.83%
B 149 of 545 ~ 27.34%

%41.83
%30.83
%27.34

CMYK color model

#E4A895 color CMYK value is (0,26,35,11).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 34.65%
  • key color value is 10.59%
CMYK:
(0,26,35,11)
C0M26Y35K11 
(0%,26%,35%,11%)
(0.00/0.26/0.35/0.11)	

CMYK percentages

%0
%26.32
%34.65
%10.59

Codes

Color #E4A895 in popluar color models

E4A895
RGB228168149
HSL14°59.40%73.92%
HSB/HSV14°34.65%89.41%
CMYK0.00%26.32%34.65%
10.59%

Color #E4A895 in popluar number systems.

HEXE4A895
Decimal228168149
Binary111001001010100010010101
Octal344250225

Shades and tints

Shades of #E4A895

#E4A895
(228,168,149)
#D09988
(208,153,136)
#BC8A7B
(188,138,123)
#A87B6E
(168,123,110)
#946C61
(148,108,97)
#805D54
(128,93,84)
#6C4E47
(108,78,71)
#583F3A
(88,63,58)
#44302D
(68,48,45)
#302120
(48,33,32)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #E4A895

#E4A895
(228,168,149)
#E6AF9E
(230,175,158)
#E8B6A7
(232,182,167)
#EABDB0
(234,189,176)
#ECC4B9
(236,196,185)
#EECBC2
(238,203,194)
#F0D2CB
(240,210,203)
#F2D9D4
(242,217,212)
#F4E0DD
(244,224,221)
#F6E7E6
(246,231,230)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A895 color. Also use rgb(228,168,149) instead hex code.

Text Font Color

.myTextColor { color: #E4A895; }

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

This text font color is #E4A895.


Background Color

.myBgColor { background-color: #E4A895; }

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

This div background color is #E4A895.


Border color

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

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

This div border color is #E4A895.


Opacity

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

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

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

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

This text has shadow with #E4A895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A895 on black background.


Color preview on white background

This text has color #E4A895 on white background.



Black color preview on #E4A895 background

This text has black color on #E4A895 background.


White color preview on #E4A895 background

This text has white color on #E4A895 background.