COLOR #E5B695

HEX: #E5B695
RGB: (229,182,149)

Color info

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

RGB color model

#E5B695 color RGB value is (229,182,149).

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

RGB channels and saturation

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

229
182
149

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

Portions of RGB colors in percentages

R + G + B =
229 + 182 + 149 = 560 (100%)
R 229 of 560 ~ 40.89%
G 182 of 560 ~ 32.5%
B 149 of 560 ~ 26.61%

%40.89
%32.5
%26.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.52%
  • yellow value is 34.93%
  • 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
%34.93
%10.2

Codes

Color #E5B695 in popluar color models

E5B695
RGB229182149
HSL25°60.61%74.12%
HSB/HSV25°34.93%89.80%
CMYK0.00%20.52%34.93%
10.20%

Color #E5B695 in popluar number systems.

HEXE5B695
Decimal229182149
Binary111001011011011010010101
Octal345266225

Shades and tints

Shades of #E5B695

#E5B695
(229,182,149)
#D1A688
(209,166,136)
#BD967B
(189,150,123)
#A9866E
(169,134,110)
#957661
(149,118,97)
#816654
(129,102,84)
#6D5647
(109,86,71)
#59463A
(89,70,58)
#45362D
(69,54,45)
#312620
(49,38,32)
#1D1613
(29,22,19)
#000000
(0,0,0)

Tints of #E5B695

#E5B695
(229,182,149)
#E7BC9E
(231,188,158)
#E9C2A7
(233,194,167)
#EBC8B0
(235,200,176)
#EDCEB9
(237,206,185)
#EFD4C2
(239,212,194)
#F1DACB
(241,218,203)
#F3E0D4
(243,224,212)
#F5E6DD
(245,230,221)
#F7ECE6
(247,236,230)
#F9F2EF
(249,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B695; }

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

This text font color is #E5B695.


Background Color

.myBgColor { background-color: #E5B695; }

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

This div background color is #E5B695.


Border color

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

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

This div border color is #E5B695.


Opacity

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

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

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

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

This text has shadow with #E5B695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B695 on black background.


Color preview on white background

This text has color #E5B695 on white background.



Black color preview on #E5B695 background

This text has black color on #E5B695 background.


White color preview on #E5B695 background

This text has white color on #E5B695 background.