COLOR #E4A39A

HEX: #E4A39A
RGB: (228,163,154)

Color info

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

RGB color model

#E4A39A color RGB value is (228,163,154).

  • red value is 228;
  • green value is 163;
  • blue value is 154.
RGB:
(228,163,154)
(89%,64%,60%)

RGB channels and saturation

R 228 of 255 = 89%
G 163 of 255 = 64%
B 154 of 255 = 60%

228
163
154

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

Portions of RGB colors in percentages

R + G + B =
228 + 163 + 154 = 545 (100%)
R 228 of 545 ~ 41.83%
G 163 of 545 ~ 29.91%
B 154 of 545 ~ 28.26%

%41.83
%29.91
%28.26

CMYK color model

#E4A39A color CMYK value is (0,29,32,11).

  • cyan value is 0.00%
  • magenta value is 28.51%
  • yellow value is 32.46%
  • key color value is 10.59%
CMYK:
(0,29,32,11)
C0M29Y32K11 
(0%,29%,32%,11%)
(0.00/0.29/0.32/0.11)	

CMYK percentages

%0
%28.51
%32.46
%10.59

Codes

Color #E4A39A in popluar color models

E4A39A
RGB228163154
HSL57.81%74.90%
HSB/HSV32.46%89.41%
CMYK0.00%28.51%32.46%
10.59%

Color #E4A39A in popluar number systems.

HEXE4A39A
Decimal228163154
Binary111001001010001110011010
Octal344243232

Shades and tints

Shades of #E4A39A

#E4A39A
(228,163,154)
#D0958C
(208,149,140)
#BC877E
(188,135,126)
#A87970
(168,121,112)
#946B62
(148,107,98)
#805D54
(128,93,84)
#6C4F46
(108,79,70)
#584138
(88,65,56)
#44332A
(68,51,42)
#30251C
(48,37,28)
#1C170E
(28,23,14)
#000000
(0,0,0)

Tints of #E4A39A

#E4A39A
(228,163,154)
#E6ABA3
(230,171,163)
#E8B3AC
(232,179,172)
#EABBB5
(234,187,181)
#ECC3BE
(236,195,190)
#EECBC7
(238,203,199)
#F0D3D0
(240,211,208)
#F2DBD9
(242,219,217)
#F4E3E2
(244,227,226)
#F6EBEB
(246,235,235)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A39A color. Also use rgb(228,163,154) instead hex code.

Text Font Color

.myTextColor { color: #E4A39A; }

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

This text font color is #E4A39A.


Background Color

.myBgColor { background-color: #E4A39A; }

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

This div background color is #E4A39A.


Border color

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

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

This div border color is #E4A39A.


Opacity

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

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

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

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

This text has shadow with #E4A39A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A39A on black background.


Color preview on white background

This text has color #E4A39A on white background.



Black color preview on #E4A39A background

This text has black color on #E4A39A background.


White color preview on #E4A39A background

This text has white color on #E4A39A background.