COLOR #E4B9A0

HEX: #E4B9A0
RGB: (228,185,160)

Color info

#E4B9A0 contains mainly red and green colors. Web safe color of #E4B9A0 is #CCCC99 (or #CC9).

RGB color model

#E4B9A0 color RGB value is (228,185,160).

  • red value is 228;
  • green value is 185;
  • blue value is 160.
RGB:
(228,185,160)
(89%,73%,63%)

RGB channels and saturation

R 228 of 255 = 89%
G 185 of 255 = 73%
B 160 of 255 = 63%

228
185
160

R + G + B ~ 75%. #E4B9A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 185 + 160 = 573 (100%)
R 228 of 573 ~ 39.79%
G 185 of 573 ~ 32.29%
B 160 of 573 ~ 27.92%

%39.79
%32.29
%27.92

CMYK color model

#E4B9A0 color CMYK value is (0,19,30,11).

  • cyan value is 0.00%
  • magenta value is 18.86%
  • yellow value is 29.82%
  • key color value is 10.59%
CMYK:
(0,19,30,11)
C0M19Y30K11 
(0%,19%,30%,11%)
(0.00/0.19/0.30/0.11)	

CMYK percentages

%0
%18.86
%29.82
%10.59

Codes

Color #E4B9A0 in popluar color models

E4B9A0
RGB228185160
HSL22°55.74%76.08%
HSB/HSV22°29.82%89.41%
CMYK0.00%18.86%29.82%
10.59%

Color #E4B9A0 in popluar number systems.

HEXE4B9A0
Decimal228185160
Binary111001001011100110100000
Octal344271240

Shades and tints

Shades of #E4B9A0

#E4B9A0
(228,185,160)
#D0A992
(208,169,146)
#BC9984
(188,153,132)
#A88976
(168,137,118)
#947968
(148,121,104)
#80695A
(128,105,90)
#6C594C
(108,89,76)
#58493E
(88,73,62)
#443930
(68,57,48)
#302922
(48,41,34)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #E4B9A0

#E4B9A0
(228,185,160)
#E6BFA8
(230,191,168)
#E8C5B0
(232,197,176)
#EACBB8
(234,203,184)
#ECD1C0
(236,209,192)
#EED7C8
(238,215,200)
#F0DDD0
(240,221,208)
#F2E3D8
(242,227,216)
#F4E9E0
(244,233,224)
#F6EFE8
(246,239,232)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B9A0 color. Also use rgb(228,185,160) instead hex code.

Text Font Color

.myTextColor { color: #E4B9A0; }

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

This text font color is #E4B9A0.


Background Color

.myBgColor { background-color: #E4B9A0; }

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

This div background color is #E4B9A0.


Border color

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

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

This div border color is #E4B9A0.


Opacity

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

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

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

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

This text has shadow with #E4B9A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B9A0 on black background.


Color preview on white background

This text has color #E4B9A0 on white background.



Black color preview on #E4B9A0 background

This text has black color on #E4B9A0 background.


White color preview on #E4B9A0 background

This text has white color on #E4B9A0 background.