COLOR #E2C890

HEX: #E2C890 RGB: (226,200,144)

Color info

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

RGB color model

#E2C890 color RGB value is (226,200,144).

RGB: (226,200,144) (89%, 78%, 56%)

RGB channels and saturation

R 226 of 255 = 89%
G 200 of 255 = 78%
B 144 of 255 = 56%

226
200
144

R + G + B ~ 74%. #E2C890 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 200 + 144 = 570 (100%)
R 226 of 570 ~ 39.65%
G 200 of 570 ~ 35.09%
B 144 of 570 ~ 25.26'%

%39.65
%35.09
%25.26

CMYK color model

#E2C890 color CMYK value is (0,12,36,11).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 36.28%
  • key color value is 11.37%

CMYK: (0,12,36,11)
C0M12Y36K11 (0%, 12%, 36%, 11%)
(0.00 / 0.12 / 0.36 / 0.11)

CMYK percentages

%0
%11.5
%36.28
%11.37

Codes

Color #E2C890 in popluar color models

E2 C8 90
RGB 226 200 144
HSL 41° 58.57% 72.55%
HSB/HSV 41° 36.28% 88.63%
CMYK 0.00% 11.50% 36.28%
11.37%

Color #E2C890 in popluar number systems.

HEX E2 C8 90
Decimal 226 200 144
Binary 11100010 11001000 10010000
Octal 342 310 220

Shades and tints

Shades of #E2C890

#E2C890
(226,200,144)
#CEB683
(206,182,131)
#BAA476
(186,164,118)
#A69269
(166,146,105)
#92805C
(146,128,92)
#7E6E4F
(126,110,79)
#6A5C42
(106,92,66)
#564A35
(86,74,53)
#423828
(66,56,40)
#2E261B
(46,38,27)
#1A140E
(26,20,14)
#000000
(0,0,0)

Tints of #E2C890

#E2C890
(226,200,144)
#E4CD9A
(228,205,154)
#E6D2A4
(230,210,164)
#E8D7AE
(232,215,174)
#EADCB8
(234,220,184)
#ECE1C2
(236,225,194)
#EEE6CC
(238,230,204)
#F0EBD6
(240,235,214)
#F2F0E0
(242,240,224)
#F4F5EA
(244,245,234)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C890 color. Also use rgb(226,200,144) instead hex code.

Text Font Color

.myTextColor { color: #E2C890; }

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

This text font color is #E2C890.

Background Color

.myBgColor { background-color: #E2C890; }

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

This div background color is #E2C890.

Border color

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

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

This div border color is #E2C890.

Opacity

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

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

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

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

This text has shadow with #E2C890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C890.

Preview

Color preview on black background

This text has color #E2C890 on black background.


Color preview on white background

This text has color #E2C890 on white background.


Black color preview on #E2C890 background

This text has black color on #E2C890 background.


White color preview on #E2C890 background

This text has white color on #E2C890 background.


Related colors

Complementary color

Complementary color for #hex is #1D376F.


I love getcolorcode.com

Triadic colors

1 #90E2C8 and #C890E2 with #E2C890 are triadic colors.

2 #90C8E2 and #C8E290 with #E2C890 are triadic colors.