COLOR #EAB891

HEX: #EAB891
RGB: (234,184,145)

Color info

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

RGB color model

#EAB891 color RGB value is (234,184,145).

  • red value is 234;
  • green value is 184;
  • blue value is 145.
RGB:
(234,184,145)
(92%,72%,57%)

RGB channels and saturation

R 234 of 255 = 92%
G 184 of 255 = 72%
B 145 of 255 = 57%

234
184
145

R + G + B ~ 74%. #EAB891 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 184 + 145 = 563 (100%)
R 234 of 563 ~ 41.56%
G 184 of 563 ~ 32.68%
B 145 of 563 ~ 25.75%

%41.56
%32.68
%25.75

CMYK color model

#EAB891 color CMYK value is (0,21,38,8).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 38.03%
  • key color value is 8.24%
CMYK:
(0,21,38,8)
C0M21Y38K8 
(0%,21%,38%,8%)
(0.00/0.21/0.38/0.08)	

CMYK percentages

%0
%21.37
%38.03
%8.24

Codes

Color #EAB891 in popluar color models

EAB891
RGB234184145
HSL26°67.94%74.31%
HSB/HSV26°38.03%91.76%
CMYK0.00%21.37%38.03%
8.24%

Color #EAB891 in popluar number systems.

HEXEAB891
Decimal234184145
Binary111010101011100010010001
Octal352270221

Shades and tints

Shades of #EAB891

#EAB891
(234,184,145)
#D5A884
(213,168,132)
#C09877
(192,152,119)
#AB886A
(171,136,106)
#96785D
(150,120,93)
#816850
(129,104,80)
#6C5843
(108,88,67)
#574836
(87,72,54)
#423829
(66,56,41)
#2D281C
(45,40,28)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #EAB891

#EAB891
(234,184,145)
#EBBE9B
(235,190,155)
#ECC4A5
(236,196,165)
#EDCAAF
(237,202,175)
#EED0B9
(238,208,185)
#EFD6C3
(239,214,195)
#F0DCCD
(240,220,205)
#F1E2D7
(241,226,215)
#F2E8E1
(242,232,225)
#F3EEEB
(243,238,235)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB891 color. Also use rgb(234,184,145) instead hex code.

Text Font Color

.myTextColor { color: #EAB891; }

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

This text font color is #EAB891.


Background Color

.myBgColor { background-color: #EAB891; }

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

This div background color is #EAB891.


Border color

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

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

This div border color is #EAB891.


Opacity

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

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

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

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

This text has shadow with #EAB891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB891 on black background.


Color preview on white background

This text has color #EAB891 on white background.



Black color preview on #EAB891 background

This text has black color on #EAB891 background.


White color preview on #EAB891 background

This text has white color on #EAB891 background.