COLOR #E4A88C

HEX: #E4A88C RGB: (228,168,140)

Color info

#E4A88C contains mainly red color. Web safe color of #E4A88C is #CC9999 (or #C99).

RGB color model

#E4A88C color RGB value is (228,168,140).

RGB: (228,168,140) (89%, 66%, 55%)

RGB channels and saturation

R 228 of 255 = 89%
G 168 of 255 = 66%
B 140 of 255 = 55%

228
168
140

R + G + B ~ 70%. #E4A88C is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 168 + 140 = 536 (100%)
R 228 of 536 ~ 42.54%
G 168 of 536 ~ 31.34%
B 140 of 536 ~ 26.12'%

%42.54
%31.34
%26.12

CMYK color model

#E4A88C color CMYK value is (0,26,39,11).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 38.60%
  • key color value is 10.59%

CMYK: (0,26,39,11)
C0M26Y39K11 (0%, 26%, 39%, 11%)
(0.00 / 0.26 / 0.39 / 0.11)

CMYK percentages

%0
%26.32
%38.6
%10.59

Codes

Color #E4A88C in popluar color models

E4 A8 8C
RGB 228 168 140
HSL 19° 61.97% 72.16%
HSB/HSV 19° 38.60% 89.41%
CMYK 0.00% 26.32% 38.60%
10.59%

Color #E4A88C in popluar number systems.

HEX E4 A8 8C
Decimal 228 168 140
Binary 11100100 10101000 10001100
Octal 344 250 214

Shades and tints

Shades of #E4A88C

#E4A88C
(228,168,140)
#D09980
(208,153,128)
#BC8A74
(188,138,116)
#A87B68
(168,123,104)
#946C5C
(148,108,92)
#805D50
(128,93,80)
#6C4E44
(108,78,68)
#583F38
(88,63,56)
#44302C
(68,48,44)
#302120
(48,33,32)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #E4A88C

#E4A88C
(228,168,140)
#E6AF96
(230,175,150)
#E8B6A0
(232,182,160)
#EABDAA
(234,189,170)
#ECC4B4
(236,196,180)
#EECBBE
(238,203,190)
#F0D2C8
(240,210,200)
#F2D9D2
(242,217,210)
#F4E0DC
(244,224,220)
#F6E7E6
(246,231,230)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A88C color. Also use rgb(228,168,140) instead hex code.

Text Font Color

.myTextColor { color: #E4A88C; }

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

This text font color is #E4A88C.

Background Color

.myBgColor { background-color: #E4A88C; }

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

This div background color is #E4A88C.

Border color

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

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

This div border color is #E4A88C.

Opacity

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

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

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

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

This text has shadow with #E4A88C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4A88C.

Preview

Color preview on black background

This text has color #E4A88C on black background.


Color preview on white background

This text has color #E4A88C on white background.


Black color preview on #E4A88C background

This text has black color on #E4A88C background.


White color preview on #E4A88C background

This text has white color on #E4A88C background.


Related colors

Complementary color

Complementary color for #hex is #1B5773.


I love getcolorcode.com

Triadic colors

1 #8CE4A8 and #A88CE4 with #E4A88C are triadic colors.

2 #8CA8E4 and #A8E48C with #E4A88C are triadic colors.