COLOR #E4AD8B

HEX: #E4AD8B RGB: (228,173,139)

Color info

#E4AD8B contains mainly red and green colors. Web safe color of #E4AD8B is #CC9999 (or #C99).

RGB color model

#E4AD8B color RGB value is (228,173,139).

RGB: (228,173,139) (89%, 68%, 55%)

RGB channels and saturation

R 228 of 255 = 89%
G 173 of 255 = 68%
B 139 of 255 = 55%

228
173
139

R + G + B ~ 71%. #E4AD8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 173 + 139 = 540 (100%)
R 228 of 540 ~ 42.22%
G 173 of 540 ~ 32.04%
B 139 of 540 ~ 25.74'%

%42.22
%32.04
%25.74

CMYK color model

#E4AD8B color CMYK value is (0,24,39,11).

  • cyan value is 0.00%
  • magenta value is 24.12%
  • yellow value is 39.04%
  • key color value is 10.59%

CMYK: (0,24,39,11)
C0M24Y39K11 (0%, 24%, 39%, 11%)
(0.00 / 0.24 / 0.39 / 0.11)

CMYK percentages

%0
%24.12
%39.04
%10.59

Codes

Color #E4AD8B in popluar color models

E4 AD 8B
RGB 228 173 139
HSL 23° 62.24% 71.96%
HSB/HSV 23° 39.04% 89.41%
CMYK 0.00% 24.12% 39.04%
10.59%

Color #E4AD8B in popluar number systems.

HEX E4 AD 8B
Decimal 228 173 139
Binary 11100100 10101101 10001011
Octal 344 255 213

Shades and tints

Shades of #E4AD8B

#E4AD8B
(228,173,139)
#D09E7F
(208,158,127)
#BC8F73
(188,143,115)
#A88067
(168,128,103)
#94715B
(148,113,91)
#80624F
(128,98,79)
#6C5343
(108,83,67)
#584437
(88,68,55)
#44352B
(68,53,43)
#30261F
(48,38,31)
#1C1713
(28,23,19)
#000000
(0,0,0)

Tints of #E4AD8B

#E4AD8B
(228,173,139)
#E6B495
(230,180,149)
#E8BB9F
(232,187,159)
#EAC2A9
(234,194,169)
#ECC9B3
(236,201,179)
#EED0BD
(238,208,189)
#F0D7C7
(240,215,199)
#F2DED1
(242,222,209)
#F4E5DB
(244,229,219)
#F6ECE5
(246,236,229)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4AD8B color. Also use rgb(228,173,139) instead hex code.

Text Font Color

.myTextColor { color: #E4AD8B; }

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

This text font color is #E4AD8B.

Background Color

.myBgColor { background-color: #E4AD8B; }

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

This div background color is #E4AD8B.

Border color

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

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

This div border color is #E4AD8B.

Opacity

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

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

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

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

This text has shadow with #E4AD8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4AD8B.

Preview

Color preview on black background

This text has color #E4AD8B on black background.


Color preview on white background

This text has color #E4AD8B on white background.


Black color preview on #E4AD8B background

This text has black color on #E4AD8B background.


White color preview on #E4AD8B background

This text has white color on #E4AD8B background.


Related colors

Complementary color

Complementary color for #hex is #1B5274.


I love getcolorcode.com

Triadic colors

1 #8BE4AD and #AD8BE4 with #E4AD8B are triadic colors.

2 #8BADE4 and #ADE48B with #E4AD8B are triadic colors.