COLOR #E5B694

HEX: #E5B694
RGB: (229,182,148)

Color info

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

RGB color model

#E5B694 color RGB value is (229,182,148).

  • red value is 229;
  • green value is 182;
  • blue value is 148.
RGB:
(229,182,148)
(90%,71%,58%)

RGB channels and saturation

R 229 of 255 = 90%
G 182 of 255 = 71%
B 148 of 255 = 58%

229
182
148

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

Portions of RGB colors in percentages

R + G + B =
229 + 182 + 148 = 559 (100%)
R 229 of 559 ~ 40.97%
G 182 of 559 ~ 32.56%
B 148 of 559 ~ 26.48%

%40.97
%32.56
%26.48

CMYK color model

#E5B694 color CMYK value is (0,21,35,10).

  • cyan value is 0.00%
  • magenta value is 20.52%
  • yellow value is 35.37%
  • key color value is 10.20%
CMYK:
(0,21,35,10)
C0M21Y35K10 
(0%,21%,35%,10%)
(0.00/0.21/0.35/0.10)	

CMYK percentages

%0
%20.52
%35.37
%10.2

Codes

Color #E5B694 in popluar color models

E5B694
RGB229182148
HSL25°60.90%73.92%
HSB/HSV25°35.37%89.80%
CMYK0.00%20.52%35.37%
10.20%

Color #E5B694 in popluar number systems.

HEXE5B694
Decimal229182148
Binary111001011011011010010100
Octal345266224

Shades and tints

Shades of #E5B694

#E5B694
(229,182,148)
#D1A687
(209,166,135)
#BD967A
(189,150,122)
#A9866D
(169,134,109)
#957660
(149,118,96)
#816653
(129,102,83)
#6D5646
(109,86,70)
#594639
(89,70,57)
#45362C
(69,54,44)
#31261F
(49,38,31)
#1D1612
(29,22,18)
#000000
(0,0,0)

Tints of #E5B694

#E5B694
(229,182,148)
#E7BC9D
(231,188,157)
#E9C2A6
(233,194,166)
#EBC8AF
(235,200,175)
#EDCEB8
(237,206,184)
#EFD4C1
(239,212,193)
#F1DACA
(241,218,202)
#F3E0D3
(243,224,211)
#F5E6DC
(245,230,220)
#F7ECE5
(247,236,229)
#F9F2EE
(249,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B694 color. Also use rgb(229,182,148) instead hex code.

Text Font Color

.myTextColor { color: #E5B694; }

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

This text font color is #E5B694.


Background Color

.myBgColor { background-color: #E5B694; }

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

This div background color is #E5B694.


Border color

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

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

This div border color is #E5B694.


Opacity

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

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

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

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

This text has shadow with #E5B694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B694 on black background.


Color preview on white background

This text has color #E5B694 on white background.



Black color preview on #E5B694 background

This text has black color on #E5B694 background.


White color preview on #E5B694 background

This text has white color on #E5B694 background.