COLOR #E2B18A

HEX: #E2B18A RGB: (226,177,138)

Color info

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

RGB color model

#E2B18A color RGB value is (226,177,138).

RGB: (226,177,138) (89%, 69%, 54%)

RGB channels and saturation

R 226 of 255 = 89%
G 177 of 255 = 69%
B 138 of 255 = 54%

226
177
138

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

Portions of RGB colors in percentages

R + G + B = 226 + 177 + 138 = 541 (100%)
R 226 of 541 ~ 41.77%
G 177 of 541 ~ 32.72%
B 138 of 541 ~ 25.51'%

%41.77
%32.72
%25.51

CMYK color model

#E2B18A color CMYK value is (0,22,39,11).

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 38.94%
  • key color value is 11.37%
CMYK: (0,22,39,11) C0M22Y39K11 (0%,22%,39%,11%) (0.00/0.22/0.39/0.11) 

CMYK percentages

%0
%21.68
%38.94
%11.37

Codes

Color #E2B18A in popluar color models

E2 B1 8A
RGB 226 177 138
HSL 27° 60.27% 71.37%
HSB/HSV 27° 38.94% 88.63%
CMYK 0.00% 21.68% 38.94%
11.37%

Color #E2B18A in popluar number systems.

HEX E2 B1 8A
Decimal 226 177 138
Binary 11100010 10110001 10001010
Octal 342 261 212

Shades and tints

Shades of #E2B18A

#E2B18A
(226,177,138)
#CEA17E
(206,161,126)
#BA9172
(186,145,114)
#A68166
(166,129,102)
#92715A
(146,113,90)
#7E614E
(126,97,78)
#6A5142
(106,81,66)
#564136
(86,65,54)
#42312A
(66,49,42)
#2E211E
(46,33,30)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #E2B18A

#E2B18A
(226,177,138)
#E4B894
(228,184,148)
#E6BF9E
(230,191,158)
#E8C6A8
(232,198,168)
#EACDB2
(234,205,178)
#ECD4BC
(236,212,188)
#EEDBC6
(238,219,198)
#F0E2D0
(240,226,208)
#F2E9DA
(242,233,218)
#F4F0E4
(244,240,228)
#F6F7EE
(246,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B18A color. Also use rgb(226,177,138) instead hex code.

Text Font Color

.myTextColor { color: #E2B18A; }

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

This text font color is #E2B18A.

Background Color

.myBgColor { background-color: #E2B18A; }

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

This div background color is #E2B18A.

Border color

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

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

This div border color is #E2B18A.

Opacity

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

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

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

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

This text has shadow with #E2B18A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B18A.

Preview

Color preview on black background

This text has color #E2B18A on black background.


Color preview on white background

This text has color #E2B18A on white background.


Black color preview on #E2B18A background

This text has black color on #E2B18A background.


White color preview on #E2B18A background

This text has white color on #E2B18A background.


Related colors

Complementary color

Complementary color for #hex is #1D4E75.


I love getcolorcode.com

Triadic colors

1 #8AE2B1 and #B18AE2 with #E2B18A are triadic colors.

2 #8AB1E2 and #B1E28A with #E2B18A are triadic colors.