COLOR #E1B58C

HEX: #E1B58C
RGB: (225,181,140)

Color info

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

RGB color model

#E1B58C color RGB value is (225,181,140).

  • red value is 225;
  • green value is 181;
  • blue value is 140.
RGB:
(225,181,140)
(88%,71%,55%)

RGB channels and saturation

R 225 of 255 = 88%
G 181 of 255 = 71%
B 140 of 255 = 55%

225
181
140

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

Portions of RGB colors in percentages

R + G + B =
225 + 181 + 140 = 546 (100%)
R 225 of 546 ~ 41.21%
G 181 of 546 ~ 33.15%
B 140 of 546 ~ 25.64%

%41.21
%33.15
%25.64

CMYK color model

#E1B58C color CMYK value is (0,20,38,12).

  • cyan value is 0.00%
  • magenta value is 19.56%
  • yellow value is 37.78%
  • key color value is 11.76%
CMYK:
(0,20,38,12)
C0M20Y38K12 
(0%,20%,38%,12%)
(0.00/0.20/0.38/0.12)	

CMYK percentages

%0
%19.56
%37.78
%11.76

Codes

Color #E1B58C in popluar color models

E1B58C
RGB225181140
HSL29°58.62%71.57%
HSB/HSV29°37.78%88.24%
CMYK0.00%19.56%37.78%
11.76%

Color #E1B58C in popluar number systems.

HEXE1B58C
Decimal225181140
Binary111000011011010110001100
Octal341265214

Shades and tints

Shades of #E1B58C

#E1B58C
(225,181,140)
#CDA580
(205,165,128)
#B99574
(185,149,116)
#A58568
(165,133,104)
#91755C
(145,117,92)
#7D6550
(125,101,80)
#695544
(105,85,68)
#554538
(85,69,56)
#41352C
(65,53,44)
#2D2520
(45,37,32)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #E1B58C

#E1B58C
(225,181,140)
#E3BB96
(227,187,150)
#E5C1A0
(229,193,160)
#E7C7AA
(231,199,170)
#E9CDB4
(233,205,180)
#EBD3BE
(235,211,190)
#EDD9C8
(237,217,200)
#EFDFD2
(239,223,210)
#F1E5DC
(241,229,220)
#F3EBE6
(243,235,230)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B58C color. Also use rgb(225,181,140) instead hex code.

Text Font Color

.myTextColor { color: #E1B58C; }

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

This text font color is #E1B58C.


Background Color

.myBgColor { background-color: #E1B58C; }

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

This div background color is #E1B58C.


Border color

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

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

This div border color is #E1B58C.


Opacity

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

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

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

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

This text has shadow with #E1B58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B58C on black background.


Color preview on white background

This text has color #E1B58C on white background.



Black color preview on #E1B58C background

This text has black color on #E1B58C background.


White color preview on #E1B58C background

This text has white color on #E1B58C background.