COLOR #E2B694

HEX: #E2B694
RGB: (226,182,148)

Color info

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

RGB color model

#E2B694 color RGB value is (226,182,148).

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

RGB channels and saturation

R 226 of 255 = 89%
G 182 of 255 = 71%
B 148 of 255 = 58%

226
182
148

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

Portions of RGB colors in percentages

R + G + B =
226 + 182 + 148 = 556 (100%)
R 226 of 556 ~ 40.65%
G 182 of 556 ~ 32.73%
B 148 of 556 ~ 26.62%

%40.65
%32.73
%26.62

CMYK color model

#E2B694 color CMYK value is (0,19,35,11).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 34.51%
  • key color value is 11.37%
CMYK:
(0,19,35,11)
C0M19Y35K11 
(0%,19%,35%,11%)
(0.00/0.19/0.35/0.11)	

CMYK percentages

%0
%19.47
%34.51
%11.37

Codes

Color #E2B694 in popluar color models

E2B694
RGB226182148
HSL26°57.35%73.33%
HSB/HSV26°34.51%88.63%
CMYK0.00%19.47%34.51%
11.37%

Color #E2B694 in popluar number systems.

HEXE2B694
Decimal226182148
Binary111000101011011010010100
Octal342266224

Shades and tints

Shades of #E2B694

#E2B694
(226,182,148)
#CEA687
(206,166,135)
#BA967A
(186,150,122)
#A6866D
(166,134,109)
#927660
(146,118,96)
#7E6653
(126,102,83)
#6A5646
(106,86,70)
#564639
(86,70,57)
#42362C
(66,54,44)
#2E261F
(46,38,31)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #E2B694

#E2B694
(226,182,148)
#E4BC9D
(228,188,157)
#E6C2A6
(230,194,166)
#E8C8AF
(232,200,175)
#EACEB8
(234,206,184)
#ECD4C1
(236,212,193)
#EEDACA
(238,218,202)
#F0E0D3
(240,224,211)
#F2E6DC
(242,230,220)
#F4ECE5
(244,236,229)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B694; }

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

This text font color is #E2B694.


Background Color

.myBgColor { background-color: #E2B694; }

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

This div background color is #E2B694.


Border color

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

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

This div border color is #E2B694.


Opacity

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

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

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

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

This text has shadow with #E2B694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B694 on black background.


Color preview on white background

This text has color #E2B694 on white background.



Black color preview on #E2B694 background

This text has black color on #E2B694 background.


White color preview on #E2B694 background

This text has white color on #E2B694 background.