COLOR #E5C88C

HEX: #E5C88C RGB: (229,200,140)

Color info

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

RGB color model

#E5C88C color RGB value is (229,200,140).

RGB: (229,200,140) (90%, 78%, 55%)

RGB channels and saturation

R 229 of 255 = 90%
G 200 of 255 = 78%
B 140 of 255 = 55%

229
200
140

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

Portions of RGB colors in percentages

R + G + B = 229 + 200 + 140 = 569 (100%)
R 229 of 569 ~ 40.25%
G 200 of 569 ~ 35.15%
B 140 of 569 ~ 24.6'%

%40.25
%35.15
%24.6

CMYK color model

#E5C88C color CMYK value is (0,13,39,10).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 38.86%
  • key color value is 10.20%
CMYK: (0,13,39,10) C0M13Y39K10 (0%,13%,39%,10%) (0.00/0.13/0.39/0.10) 

CMYK percentages

%0
%12.66
%38.86
%10.2

Codes

Color #E5C88C in popluar color models

E5 C8 8C
RGB 229 200 140
HSL 40° 63.12% 72.35%
HSB/HSV 40° 38.86% 89.80%
CMYK 0.00% 12.66% 38.86%
10.20%

Color #E5C88C in popluar number systems.

HEX E5 C8 8C
Decimal 229 200 140
Binary 11100101 11001000 10001100
Octal 345 310 214

Shades and tints

Shades of #E5C88C

#E5C88C
(229,200,140)
#D1B680
(209,182,128)
#BDA474
(189,164,116)
#A99268
(169,146,104)
#95805C
(149,128,92)
#816E50
(129,110,80)
#6D5C44
(109,92,68)
#594A38
(89,74,56)
#45382C
(69,56,44)
#312620
(49,38,32)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #E5C88C

#E5C88C
(229,200,140)
#E7CD96
(231,205,150)
#E9D2A0
(233,210,160)
#EBD7AA
(235,215,170)
#EDDCB4
(237,220,180)
#EFE1BE
(239,225,190)
#F1E6C8
(241,230,200)
#F3EBD2
(243,235,210)
#F5F0DC
(245,240,220)
#F7F5E6
(247,245,230)
#F9FAF0
(249,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C88C color. Also use rgb(229,200,140) instead hex code.

Text Font Color

.myTextColor { color: #E5C88C; }

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

This text font color is #E5C88C.

Background Color

.myBgColor { background-color: #E5C88C; }

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

This div background color is #E5C88C.

Border color

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

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

This div border color is #E5C88C.

Opacity

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

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

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

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

This text has shadow with #E5C88C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C88C.

Preview

Color preview on black background

This text has color #E5C88C on black background.


Color preview on white background

This text has color #E5C88C on white background.


Black color preview on #E5C88C background

This text has black color on #E5C88C background.


White color preview on #E5C88C background

This text has white color on #E5C88C background.


Related colors

Complementary color

Complementary color for #hex is #1A3773.


I love getcolorcode.com

Triadic colors

1 #8CE5C8 and #C88CE5 with #E5C88C are triadic colors.

2 #8CC8E5 and #C8E58C with #E5C88C are triadic colors.