COLOR #E4BA8D

HEX: #E4BA8D
RGB: (228,186,141)

Color info

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

RGB color model

#E4BA8D color RGB value is (228,186,141).

  • red value is 228;
  • green value is 186;
  • blue value is 141.
RGB:
(228,186,141)
(89%,73%,55%)

RGB channels and saturation

R 228 of 255 = 89%
G 186 of 255 = 73%
B 141 of 255 = 55%

228
186
141

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

Portions of RGB colors in percentages

R + G + B =
228 + 186 + 141 = 555 (100%)
R 228 of 555 ~ 41.08%
G 186 of 555 ~ 33.51%
B 141 of 555 ~ 25.41%

%41.08
%33.51
%25.41

CMYK color model

#E4BA8D color CMYK value is (0,18,38,11).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 38.16%
  • key color value is 10.59%
CMYK:
(0,18,38,11)
C0M18Y38K11 
(0%,18%,38%,11%)
(0.00/0.18/0.38/0.11)	

CMYK percentages

%0
%18.42
%38.16
%10.59

Codes

Color #E4BA8D in popluar color models

E4BA8D
RGB228186141
HSL31°61.70%72.35%
HSB/HSV31°38.16%89.41%
CMYK0.00%18.42%38.16%
10.59%

Color #E4BA8D in popluar number systems.

HEXE4BA8D
Decimal228186141
Binary111001001011101010001101
Octal344272215

Shades and tints

Shades of #E4BA8D

#E4BA8D
(228,186,141)
#D0AA81
(208,170,129)
#BC9A75
(188,154,117)
#A88A69
(168,138,105)
#947A5D
(148,122,93)
#806A51
(128,106,81)
#6C5A45
(108,90,69)
#584A39
(88,74,57)
#443A2D
(68,58,45)
#302A21
(48,42,33)
#1C1A15
(28,26,21)
#000000
(0,0,0)

Tints of #E4BA8D

#E4BA8D
(228,186,141)
#E6C097
(230,192,151)
#E8C6A1
(232,198,161)
#EACCAB
(234,204,171)
#ECD2B5
(236,210,181)
#EED8BF
(238,216,191)
#F0DEC9
(240,222,201)
#F2E4D3
(242,228,211)
#F4EADD
(244,234,221)
#F6F0E7
(246,240,231)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BA8D color. Also use rgb(228,186,141) instead hex code.

Text Font Color

.myTextColor { color: #E4BA8D; }

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

This text font color is #E4BA8D.


Background Color

.myBgColor { background-color: #E4BA8D; }

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

This div background color is #E4BA8D.


Border color

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

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

This div border color is #E4BA8D.


Opacity

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

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

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

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

This text has shadow with #E4BA8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BA8D on black background.


Color preview on white background

This text has color #E4BA8D on white background.



Black color preview on #E4BA8D background

This text has black color on #E4BA8D background.


White color preview on #E4BA8D background

This text has white color on #E4BA8D background.