COLOR #EAC891

HEX: #EAC891
RGB: (234,200,145)

Color info

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

RGB color model

#EAC891 color RGB value is (234,200,145).

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

RGB channels and saturation

R 234 of 255 = 92%
G 200 of 255 = 78%
B 145 of 255 = 57%

234
200
145

R + G + B ~ 76%. #EAC891 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 200 + 145 = 579 (100%)
R 234 of 579 ~ 40.41%
G 200 of 579 ~ 34.54%
B 145 of 579 ~ 25.04%

%40.41
%34.54
%25.04

CMYK color model

#EAC891 color CMYK value is (0,15,38,8).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 38.03%
  • key color value is 8.24%
CMYK:
(0,15,38,8)
C0M15Y38K8 
(0%,15%,38%,8%)
(0.00/0.15/0.38/0.08)	

CMYK percentages

%0
%14.53
%38.03
%8.24

Codes

Color #EAC891 in popluar color models

EAC891
RGB234200145
HSL37°67.94%74.31%
HSB/HSV37°38.03%91.76%
CMYK0.00%14.53%38.03%
8.24%

Color #EAC891 in popluar number systems.

HEXEAC891
Decimal234200145
Binary111010101100100010010001
Octal352310221

Shades and tints

Shades of #EAC891

#EAC891
(234,200,145)
#D5B684
(213,182,132)
#C0A477
(192,164,119)
#AB926A
(171,146,106)
#96805D
(150,128,93)
#816E50
(129,110,80)
#6C5C43
(108,92,67)
#574A36
(87,74,54)
#423829
(66,56,41)
#2D261C
(45,38,28)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #EAC891

#EAC891
(234,200,145)
#EBCD9B
(235,205,155)
#ECD2A5
(236,210,165)
#EDD7AF
(237,215,175)
#EEDCB9
(238,220,185)
#EFE1C3
(239,225,195)
#F0E6CD
(240,230,205)
#F1EBD7
(241,235,215)
#F2F0E1
(242,240,225)
#F3F5EB
(243,245,235)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC891; }

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

This text font color is #EAC891.


Background Color

.myBgColor { background-color: #EAC891; }

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

This div background color is #EAC891.


Border color

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

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

This div border color is #EAC891.


Opacity

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

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

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

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

This text has shadow with #EAC891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC891 on black background.


Color preview on white background

This text has color #EAC891 on white background.



Black color preview on #EAC891 background

This text has black color on #EAC891 background.


White color preview on #EAC891 background

This text has white color on #EAC891 background.