COLOR #E1BE91

HEX: #E1BE91
RGB: (225,190,145)

Color info

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

RGB color model

#E1BE91 color RGB value is (225,190,145).

  • red value is 225;
  • green value is 190;
  • blue value is 145.
RGB:
(225,190,145)
(88%,75%,57%)

RGB channels and saturation

R 225 of 255 = 88%
G 190 of 255 = 75%
B 145 of 255 = 57%

225
190
145

R + G + B ~ 73%. #E1BE91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 190 + 145 = 560 (100%)
R 225 of 560 ~ 40.18%
G 190 of 560 ~ 33.93%
B 145 of 560 ~ 25.89%

%40.18
%33.93
%25.89

CMYK color model

#E1BE91 color CMYK value is (0,16,36,12).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 35.56%
  • key color value is 11.76%
CMYK:
(0,16,36,12)
C0M16Y36K12 
(0%,16%,36%,12%)
(0.00/0.16/0.36/0.12)	

CMYK percentages

%0
%15.56
%35.56
%11.76

Codes

Color #E1BE91 in popluar color models

E1BE91
RGB225190145
HSL34°57.14%72.55%
HSB/HSV34°35.56%88.24%
CMYK0.00%15.56%35.56%
11.76%

Color #E1BE91 in popluar number systems.

HEXE1BE91
Decimal225190145
Binary111000011011111010010001
Octal341276221

Shades and tints

Shades of #E1BE91

#E1BE91
(225,190,145)
#CDAD84
(205,173,132)
#B99C77
(185,156,119)
#A58B6A
(165,139,106)
#917A5D
(145,122,93)
#7D6950
(125,105,80)
#695843
(105,88,67)
#554736
(85,71,54)
#413629
(65,54,41)
#2D251C
(45,37,28)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #E1BE91

#E1BE91
(225,190,145)
#E3C39B
(227,195,155)
#E5C8A5
(229,200,165)
#E7CDAF
(231,205,175)
#E9D2B9
(233,210,185)
#EBD7C3
(235,215,195)
#EDDCCD
(237,220,205)
#EFE1D7
(239,225,215)
#F1E6E1
(241,230,225)
#F3EBEB
(243,235,235)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BE91; }

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

This text font color is #E1BE91.


Background Color

.myBgColor { background-color: #E1BE91; }

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

This div background color is #E1BE91.


Border color

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

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

This div border color is #E1BE91.


Opacity

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

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

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

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

This text has shadow with #E1BE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BE91 on black background.


Color preview on white background

This text has color #E1BE91 on white background.



Black color preview on #E1BE91 background

This text has black color on #E1BE91 background.


White color preview on #E1BE91 background

This text has white color on #E1BE91 background.