COLOR #E2E18C

HEX: #E2E18C RGB: (226,225,140)

Color info

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

RGB color model

#E2E18C color RGB value is (226,225,140).

RGB: (226,225,140) (89%, 88%, 55%)

RGB channels and saturation

R 226 of 255 = 89%
G 225 of 255 = 88%
B 140 of 255 = 55%

226
225
140

R + G + B ~ 77%. #E2E18C is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 225 + 140 = 591 (100%)
R 226 of 591 ~ 38.24%
G 225 of 591 ~ 38.07%
B 140 of 591 ~ 23.69'%

%38.24
%38.07
%23.69

CMYK color model

#E2E18C color CMYK value is (0,0,38,11).

  • cyan value is 0.00%
  • magenta value is 0.44%
  • yellow value is 38.05%
  • key color value is 11.37%

CMYK: (0,0,38,11)
C0M0Y38K11 (0%, 0%, 38%, 11%)
(0.00 / 0.00 / 0.38 / 0.11)

CMYK percentages

%0
%0.44
%38.05
%11.37

Codes

Color #E2E18C in popluar color models

E2 E1 8C
RGB 226 225 140
HSL 59° 59.72% 71.76%
HSB/HSV 59° 38.05% 88.63%
CMYK 0.00% 0.44% 38.05%
11.37%

Color #E2E18C in popluar number systems.

HEX E2 E1 8C
Decimal 226 225 140
Binary 11100010 11100001 10001100
Octal 342 341 214

Shades and tints

Shades of #E2E18C

#E2E18C
(226,225,140)
#CECD80
(206,205,128)
#BAB974
(186,185,116)
#A6A568
(166,165,104)
#92915C
(146,145,92)
#7E7D50
(126,125,80)
#6A6944
(106,105,68)
#565538
(86,85,56)
#42412C
(66,65,44)
#2E2D20
(46,45,32)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #E2E18C

#E2E18C
(226,225,140)
#E4E396
(228,227,150)
#E6E5A0
(230,229,160)
#E8E7AA
(232,231,170)
#EAE9B4
(234,233,180)
#ECEBBE
(236,235,190)
#EEEDC8
(238,237,200)
#F0EFD2
(240,239,210)
#F2F1DC
(242,241,220)
#F4F3E6
(244,243,230)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2E18C color. Also use rgb(226,225,140) instead hex code.

Text Font Color

.myTextColor { color: #E2E18C; }

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

This text font color is #E2E18C.

Background Color

.myBgColor { background-color: #E2E18C; }

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

This div background color is #E2E18C.

Border color

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

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

This div border color is #E2E18C.

Opacity

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

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

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

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

This text has shadow with #E2E18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E18C.

Preview

Color preview on black background

This text has color #E2E18C on black background.


Color preview on white background

This text has color #E2E18C on white background.


Black color preview on #E2E18C background

This text has black color on #E2E18C background.


White color preview on #E2E18C background

This text has white color on #E2E18C background.


Related colors

Complementary color

Complementary color for #hex is #1D1E73.


I love getcolorcode.com

Triadic colors

1 #8CE2E1 and #E18CE2 with #E2E18C are triadic colors.

2 #8CE1E2 and #E1E28C with #E2E18C are triadic colors.