COLOR #E2B888

HEX: #E2B888
RGB: (226,184,136)

Color info

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

RGB color model

#E2B888 color RGB value is (226,184,136).

  • red value is 226;
  • green value is 184;
  • blue value is 136.
RGB:
(226,184,136)
(89%,72%,53%)

RGB channels and saturation

R 226 of 255 = 89%
G 184 of 255 = 72%
B 136 of 255 = 53%

226
184
136

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

Portions of RGB colors in percentages

R + G + B =
226 + 184 + 136 = 546 (100%)
R 226 of 546 ~ 41.39%
G 184 of 546 ~ 33.7%
B 136 of 546 ~ 24.91%

%41.39
%33.7
%24.91

CMYK color model

#E2B888 color CMYK value is (0,19,40,11).

  • cyan value is 0.00%
  • magenta value is 18.58%
  • yellow value is 39.82%
  • key color value is 11.37%
CMYK:
(0,19,40,11)
C0M19Y40K11 
(0%,19%,40%,11%)
(0.00/0.19/0.40/0.11)	

CMYK percentages

%0
%18.58
%39.82
%11.37

Codes

Color #E2B888 in popluar color models

E2B888
RGB226184136
HSL32°60.81%70.98%
HSB/HSV32°39.82%88.63%
CMYK0.00%18.58%39.82%
11.37%

Color #E2B888 in popluar number systems.

HEXE2B888
Decimal226184136
Binary111000101011100010001000
Octal342270210

Shades and tints

Shades of #E2B888

#E2B888
(226,184,136)
#CEA87C
(206,168,124)
#BA9870
(186,152,112)
#A68864
(166,136,100)
#927858
(146,120,88)
#7E684C
(126,104,76)
#6A5840
(106,88,64)
#564834
(86,72,52)
#423828
(66,56,40)
#2E281C
(46,40,28)
#1A1810
(26,24,16)
#000000
(0,0,0)

Tints of #E2B888

#E2B888
(226,184,136)
#E4BE92
(228,190,146)
#E6C49C
(230,196,156)
#E8CAA6
(232,202,166)
#EAD0B0
(234,208,176)
#ECD6BA
(236,214,186)
#EEDCC4
(238,220,196)
#F0E2CE
(240,226,206)
#F2E8D8
(242,232,216)
#F4EEE2
(244,238,226)
#F6F4EC
(246,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B888 color. Also use rgb(226,184,136) instead hex code.

Text Font Color

.myTextColor { color: #E2B888; }

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

This text font color is #E2B888.


Background Color

.myBgColor { background-color: #E2B888; }

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

This div background color is #E2B888.


Border color

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

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

This div border color is #E2B888.


Opacity

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

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

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

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

This text has shadow with #E2B888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B888 on black background.


Color preview on white background

This text has color #E2B888 on white background.



Black color preview on #E2B888 background

This text has black color on #E2B888 background.


White color preview on #E2B888 background

This text has white color on #E2B888 background.