COLOR #EAA894

HEX: #EAA894
RGB: (234,168,148)

Color info

#EAA894 contains mainly red color. Web safe color of #EAA894 is #FF9999 (or #F99).

RGB color model

#EAA894 color RGB value is (234,168,148).

  • red value is 234;
  • green value is 168;
  • blue value is 148.
RGB:
(234,168,148)
(92%,66%,58%)

RGB channels and saturation

R 234 of 255 = 92%
G 168 of 255 = 66%
B 148 of 255 = 58%

234
168
148

R + G + B ~ 72%. #EAA894 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 168 + 148 = 550 (100%)
R 234 of 550 ~ 42.55%
G 168 of 550 ~ 30.55%
B 148 of 550 ~ 26.91%

%42.55
%30.55
%26.91

CMYK color model

#EAA894 color CMYK value is (0,28,37,8).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 36.75%
  • key color value is 8.24%
CMYK:
(0,28,37,8)
C0M28Y37K8 
(0%,28%,37%,8%)
(0.00/0.28/0.37/0.08)	

CMYK percentages

%0
%28.21
%36.75
%8.24

Codes

Color #EAA894 in popluar color models

EAA894
RGB234168148
HSL14°67.19%74.90%
HSB/HSV14°36.75%91.76%
CMYK0.00%28.21%36.75%
8.24%

Color #EAA894 in popluar number systems.

HEXEAA894
Decimal234168148
Binary111010101010100010010100
Octal352250224

Shades and tints

Shades of #EAA894

#EAA894
(234,168,148)
#D59987
(213,153,135)
#C08A7A
(192,138,122)
#AB7B6D
(171,123,109)
#966C60
(150,108,96)
#815D53
(129,93,83)
#6C4E46
(108,78,70)
#573F39
(87,63,57)
#42302C
(66,48,44)
#2D211F
(45,33,31)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #EAA894

#EAA894
(234,168,148)
#EBAF9D
(235,175,157)
#ECB6A6
(236,182,166)
#EDBDAF
(237,189,175)
#EEC4B8
(238,196,184)
#EFCBC1
(239,203,193)
#F0D2CA
(240,210,202)
#F1D9D3
(241,217,211)
#F2E0DC
(242,224,220)
#F3E7E5
(243,231,229)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAA894 color. Also use rgb(234,168,148) instead hex code.

Text Font Color

.myTextColor { color: #EAA894; }

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

This text font color is #EAA894.


Background Color

.myBgColor { background-color: #EAA894; }

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

This div background color is #EAA894.


Border color

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

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

This div border color is #EAA894.


Opacity

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

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

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

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

This text has shadow with #EAA894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAA894 on black background.


Color preview on white background

This text has color #EAA894 on white background.



Black color preview on #EAA894 background

This text has black color on #EAA894 background.


White color preview on #EAA894 background

This text has white color on #EAA894 background.