COLOR #E0B591

HEX: #E0B591
RGB: (224,181,145)

Color info

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

RGB color model

#E0B591 color RGB value is (224,181,145).

  • red value is 224;
  • green value is 181;
  • blue value is 145.
RGB:
(224,181,145)
(88%,71%,57%)

RGB channels and saturation

R 224 of 255 = 88%
G 181 of 255 = 71%
B 145 of 255 = 57%

224
181
145

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

Portions of RGB colors in percentages

R + G + B =
224 + 181 + 145 = 550 (100%)
R 224 of 550 ~ 40.73%
G 181 of 550 ~ 32.91%
B 145 of 550 ~ 26.36%

%40.73
%32.91
%26.36

CMYK color model

#E0B591 color CMYK value is (0,19,35,12).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 35.27%
  • key color value is 12.16%
CMYK:
(0,19,35,12)
C0M19Y35K12 
(0%,19%,35%,12%)
(0.00/0.19/0.35/0.12)	

CMYK percentages

%0
%19.2
%35.27
%12.16

Codes

Color #E0B591 in popluar color models

E0B591
RGB224181145
HSL27°56.03%72.35%
HSB/HSV27°35.27%87.84%
CMYK0.00%19.20%35.27%
12.16%

Color #E0B591 in popluar number systems.

HEXE0B591
Decimal224181145
Binary111000001011010110010001
Octal340265221

Shades and tints

Shades of #E0B591

#E0B591
(224,181,145)
#CCA584
(204,165,132)
#B89577
(184,149,119)
#A4856A
(164,133,106)
#90755D
(144,117,93)
#7C6550
(124,101,80)
#685543
(104,85,67)
#544536
(84,69,54)
#403529
(64,53,41)
#2C251C
(44,37,28)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #E0B591

#E0B591
(224,181,145)
#E2BB9B
(226,187,155)
#E4C1A5
(228,193,165)
#E6C7AF
(230,199,175)
#E8CDB9
(232,205,185)
#EAD3C3
(234,211,195)
#ECD9CD
(236,217,205)
#EEDFD7
(238,223,215)
#F0E5E1
(240,229,225)
#F2EBEB
(242,235,235)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B591 color. Also use rgb(224,181,145) instead hex code.

Text Font Color

.myTextColor { color: #E0B591; }

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

This text font color is #E0B591.


Background Color

.myBgColor { background-color: #E0B591; }

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

This div background color is #E0B591.


Border color

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

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

This div border color is #E0B591.


Opacity

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

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

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

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

This text has shadow with #E0B591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0B591 on black background.


Color preview on white background

This text has color #E0B591 on white background.



Black color preview on #E0B591 background

This text has black color on #E0B591 background.


White color preview on #E0B591 background

This text has white color on #E0B591 background.