COLOR #E2D88C

HEX: #E2D88C RGB: (226,216,140)

Color info

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

RGB color model

#E2D88C color RGB value is (226,216,140).

RGB: (226,216,140) (89%, 85%, 55%)

RGB channels and saturation

R 226 of 255 = 89%
G 216 of 255 = 85%
B 140 of 255 = 55%

226
216
140

R + G + B ~ 76%. #E2D88C is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 216 + 140 = 582 (100%)
R 226 of 582 ~ 38.83%
G 216 of 582 ~ 37.11%
B 140 of 582 ~ 24.05'%

%38.83
%37.11
%24.05

CMYK color model

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

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

CMYK: (0,4,38,11)
C0M4Y38K11 (0%, 4%, 38%, 11%)
(0.00 / 0.04 / 0.38 / 0.11)

CMYK percentages

%0
%4.42
%38.05
%11.37

Codes

Color #E2D88C in popluar color models

E2 D8 8C
RGB 226 216 140
HSL 53° 59.72% 71.76%
HSB/HSV 53° 38.05% 88.63%
CMYK 0.00% 4.42% 38.05%
11.37%

Color #E2D88C in popluar number systems.

HEX E2 D8 8C
Decimal 226 216 140
Binary 11100010 11011000 10001100
Octal 342 330 214

Shades and tints

Shades of #E2D88C

#E2D88C
(226,216,140)
#CEC580
(206,197,128)
#BAB274
(186,178,116)
#A69F68
(166,159,104)
#928C5C
(146,140,92)
#7E7950
(126,121,80)
#6A6644
(106,102,68)
#565338
(86,83,56)
#42402C
(66,64,44)
#2E2D20
(46,45,32)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #E2D88C

#E2D88C
(226,216,140)
#E4DB96
(228,219,150)
#E6DEA0
(230,222,160)
#E8E1AA
(232,225,170)
#EAE4B4
(234,228,180)
#ECE7BE
(236,231,190)
#EEEAC8
(238,234,200)
#F0EDD2
(240,237,210)
#F2F0DC
(242,240,220)
#F4F3E6
(244,243,230)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D88C; }

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

This text font color is #E2D88C.

Background Color

.myBgColor { background-color: #E2D88C; }

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

This div background color is #E2D88C.

Border color

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

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

This div border color is #E2D88C.

Opacity

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

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

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

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

This text has shadow with #E2D88C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D88C.

Preview

Color preview on black background

This text has color #E2D88C on black background.


Color preview on white background

This text has color #E2D88C on white background.


Black color preview on #E2D88C background

This text has black color on #E2D88C background.


White color preview on #E2D88C background

This text has white color on #E2D88C background.


Related colors

Complementary color

Complementary color for #hex is #1D2773.


I love getcolorcode.com

Triadic colors

1 #8CE2D8 and #D88CE2 with #E2D88C are triadic colors.

2 #8CD8E2 and #D8E28C with #E2D88C are triadic colors.