COLOR #E2B093

HEX: #E2B093
RGB: (226,176,147)

Color info

#E2B093 contains mainly red and green colors. Web safe color of #E2B093 is #CC9999 (or #C99).

RGB color model

#E2B093 color RGB value is (226,176,147).

  • red value is 226;
  • green value is 176;
  • blue value is 147.
RGB:
(226,176,147)
(89%,69%,58%)

RGB channels and saturation

R 226 of 255 = 89%
G 176 of 255 = 69%
B 147 of 255 = 58%

226
176
147

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

Portions of RGB colors in percentages

R + G + B =
226 + 176 + 147 = 549 (100%)
R 226 of 549 ~ 41.17%
G 176 of 549 ~ 32.06%
B 147 of 549 ~ 26.78%

%41.17
%32.06
%26.78

CMYK color model

#E2B093 color CMYK value is (0,22,35,11).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 34.96%
  • key color value is 11.37%
CMYK:
(0,22,35,11)
C0M22Y35K11 
(0%,22%,35%,11%)
(0.00/0.22/0.35/0.11)	

CMYK percentages

%0
%22.12
%34.96
%11.37

Codes

Color #E2B093 in popluar color models

E2B093
RGB226176147
HSL22°57.66%73.14%
HSB/HSV22°34.96%88.63%
CMYK0.00%22.12%34.96%
11.37%

Color #E2B093 in popluar number systems.

HEXE2B093
Decimal226176147
Binary111000101011000010010011
Octal342260223

Shades and tints

Shades of #E2B093

#E2B093
(226,176,147)
#CEA086
(206,160,134)
#BA9079
(186,144,121)
#A6806C
(166,128,108)
#92705F
(146,112,95)
#7E6052
(126,96,82)
#6A5045
(106,80,69)
#564038
(86,64,56)
#42302B
(66,48,43)
#2E201E
(46,32,30)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #E2B093

#E2B093
(226,176,147)
#E4B79C
(228,183,156)
#E6BEA5
(230,190,165)
#E8C5AE
(232,197,174)
#EACCB7
(234,204,183)
#ECD3C0
(236,211,192)
#EEDAC9
(238,218,201)
#F0E1D2
(240,225,210)
#F2E8DB
(242,232,219)
#F4EFE4
(244,239,228)
#F6F6ED
(246,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B093 color. Also use rgb(226,176,147) instead hex code.

Text Font Color

.myTextColor { color: #E2B093; }

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

This text font color is #E2B093.


Background Color

.myBgColor { background-color: #E2B093; }

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

This div background color is #E2B093.


Border color

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

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

This div border color is #E2B093.


Opacity

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

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

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

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

This text has shadow with #E2B093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B093 on black background.


Color preview on white background

This text has color #E2B093 on white background.



Black color preview on #E2B093 background

This text has black color on #E2B093 background.


White color preview on #E2B093 background

This text has white color on #E2B093 background.