COLOR #E1B491

HEX: #E1B491 RGB: (225,180,145)

Color info

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

RGB color model

#E1B491 color RGB value is (225,180,145).

RGB: (225,180,145) (88%, 71%, 57%)

RGB channels and saturation

R 225 of 255 = 88%
G 180 of 255 = 71%
B 145 of 255 = 57%

225
180
145

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

Portions of RGB colors in percentages

R + G + B = 225 + 180 + 145 = 550 (100%)
R 225 of 550 ~ 40.91%
G 180 of 550 ~ 32.73%
B 145 of 550 ~ 26.36'%

%40.91
%32.73
%26.36

CMYK color model

#E1B491 color CMYK value is (0,20,36,12).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 35.56%
  • key color value is 11.76%

CMYK: (0,20,36,12)
C0M20Y36K12 (0%, 20%, 36%, 12%)
(0.00 / 0.20 / 0.36 / 0.12)

CMYK percentages

%0
%20
%35.56
%11.76

Codes

Color #E1B491 in popluar color models

E1 B4 91
RGB 225 180 145
HSL 26° 57.14% 72.55%
HSB/HSV 26° 35.56% 88.24%
CMYK 0.00% 20.00% 35.56%
11.76%

Color #E1B491 in popluar number systems.

HEX E1 B4 91
Decimal 225 180 145
Binary 11100001 10110100 10010001
Octal 341 264 221

Shades and tints

Shades of #E1B491

#E1B491
(225,180,145)
#CDA484
(205,164,132)
#B99477
(185,148,119)
#A5846A
(165,132,106)
#91745D
(145,116,93)
#7D6450
(125,100,80)
#695443
(105,84,67)
#554436
(85,68,54)
#413429
(65,52,41)
#2D241C
(45,36,28)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #E1B491

#E1B491
(225,180,145)
#E3BA9B
(227,186,155)
#E5C0A5
(229,192,165)
#E7C6AF
(231,198,175)
#E9CCB9
(233,204,185)
#EBD2C3
(235,210,195)
#EDD8CD
(237,216,205)
#EFDED7
(239,222,215)
#F1E4E1
(241,228,225)
#F3EAEB
(243,234,235)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B491 color. Also use rgb(225,180,145) instead hex code.

Text Font Color

.myTextColor { color: #E1B491; }

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

This text font color is #E1B491.

Background Color

.myBgColor { background-color: #E1B491; }

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

This div background color is #E1B491.

Border color

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

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

This div border color is #E1B491.

Opacity

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

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

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

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

This text has shadow with #E1B491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B491.

Preview

Color preview on black background

This text has color #E1B491 on black background.


Color preview on white background

This text has color #E1B491 on white background.


Black color preview on #E1B491 background

This text has black color on #E1B491 background.


White color preview on #E1B491 background

This text has white color on #E1B491 background.


Related colors

Complementary color

Complementary color for #hex is #1E4B6E.


I love getcolorcode.com

Triadic colors

1 #91E1B4 and #B491E1 with #E1B491 are triadic colors.

2 #91B4E1 and #B4E191 with #E1B491 are triadic colors.