COLOR #E1D48B

HEX: #E1D48B RGB: (225,212,139)

Color info

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

RGB color model

#E1D48B color RGB value is (225,212,139).

RGB: (225,212,139) (88%, 83%, 55%)

RGB channels and saturation

R 225 of 255 = 88%
G 212 of 255 = 83%
B 139 of 255 = 55%

225
212
139

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

Portions of RGB colors in percentages

R + G + B = 225 + 212 + 139 = 576 (100%)
R 225 of 576 ~ 39.06%
G 212 of 576 ~ 36.81%
B 139 of 576 ~ 24.13'%

%39.06
%36.81
%24.13

CMYK color model

#E1D48B color CMYK value is (0,6,38,12).

  • cyan value is 0.00%
  • magenta value is 5.78%
  • yellow value is 38.22%
  • key color value is 11.76%

CMYK: (0,6,38,12)
C0M6Y38K12 (0%, 6%, 38%, 12%)
(0.00 / 0.06 / 0.38 / 0.12)

CMYK percentages

%0
%5.78
%38.22
%11.76

Codes

Color #E1D48B in popluar color models

E1 D4 8B
RGB 225 212 139
HSL 51° 58.90% 71.37%
HSB/HSV 51° 38.22% 88.24%
CMYK 0.00% 5.78% 38.22%
11.76%

Color #E1D48B in popluar number systems.

HEX E1 D4 8B
Decimal 225 212 139
Binary 11100001 11010100 10001011
Octal 341 324 213

Shades and tints

Shades of #E1D48B

#E1D48B
(225,212,139)
#CDC17F
(205,193,127)
#B9AE73
(185,174,115)
#A59B67
(165,155,103)
#91885B
(145,136,91)
#7D754F
(125,117,79)
#696243
(105,98,67)
#554F37
(85,79,55)
#413C2B
(65,60,43)
#2D291F
(45,41,31)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #E1D48B

#E1D48B
(225,212,139)
#E3D795
(227,215,149)
#E5DA9F
(229,218,159)
#E7DDA9
(231,221,169)
#E9E0B3
(233,224,179)
#EBE3BD
(235,227,189)
#EDE6C7
(237,230,199)
#EFE9D1
(239,233,209)
#F1ECDB
(241,236,219)
#F3EFE5
(243,239,229)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D48B color. Also use rgb(225,212,139) instead hex code.

Text Font Color

.myTextColor { color: #E1D48B; }

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

This text font color is #E1D48B.

Background Color

.myBgColor { background-color: #E1D48B; }

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

This div background color is #E1D48B.

Border color

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

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

This div border color is #E1D48B.

Opacity

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

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

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

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

This text has shadow with #E1D48B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D48B.

Preview

Color preview on black background

This text has color #E1D48B on black background.


Color preview on white background

This text has color #E1D48B on white background.


Black color preview on #E1D48B background

This text has black color on #E1D48B background.


White color preview on #E1D48B background

This text has white color on #E1D48B background.


Related colors

Complementary color

Complementary color for #hex is #1E2B74.


I love getcolorcode.com

Triadic colors

1 #8BE1D4 and #D48BE1 with #E1D48B are triadic colors.

2 #8BD4E1 and #D4E18B with #E1D48B are triadic colors.