COLOR #E4C894

HEX: #E4C894
RGB: (228,200,148)

Color info

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

RGB color model

#E4C894 color RGB value is (228,200,148).

  • red value is 228;
  • green value is 200;
  • blue value is 148.
RGB:
(228,200,148)
(89%,78%,58%)

RGB channels and saturation

R 228 of 255 = 89%
G 200 of 255 = 78%
B 148 of 255 = 58%

228
200
148

R + G + B ~ 75%. #E4C894 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 200 + 148 = 576 (100%)
R 228 of 576 ~ 39.58%
G 200 of 576 ~ 34.72%
B 148 of 576 ~ 25.69%

%39.58
%34.72
%25.69

CMYK color model

#E4C894 color CMYK value is (0,12,35,11).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 35.09%
  • key color value is 10.59%
CMYK:
(0,12,35,11)
C0M12Y35K11 
(0%,12%,35%,11%)
(0.00/0.12/0.35/0.11)	

CMYK percentages

%0
%12.28
%35.09
%10.59

Codes

Color #E4C894 in popluar color models

E4C894
RGB228200148
HSL39°59.70%73.73%
HSB/HSV39°35.09%89.41%
CMYK0.00%12.28%35.09%
10.59%

Color #E4C894 in popluar number systems.

HEXE4C894
Decimal228200148
Binary111001001100100010010100
Octal344310224

Shades and tints

Shades of #E4C894

#E4C894
(228,200,148)
#D0B687
(208,182,135)
#BCA47A
(188,164,122)
#A8926D
(168,146,109)
#948060
(148,128,96)
#806E53
(128,110,83)
#6C5C46
(108,92,70)
#584A39
(88,74,57)
#44382C
(68,56,44)
#30261F
(48,38,31)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #E4C894

#E4C894
(228,200,148)
#E6CD9D
(230,205,157)
#E8D2A6
(232,210,166)
#EAD7AF
(234,215,175)
#ECDCB8
(236,220,184)
#EEE1C1
(238,225,193)
#F0E6CA
(240,230,202)
#F2EBD3
(242,235,211)
#F4F0DC
(244,240,220)
#F6F5E5
(246,245,229)
#F8FAEE
(248,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C894 color. Also use rgb(228,200,148) instead hex code.

Text Font Color

.myTextColor { color: #E4C894; }

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

This text font color is #E4C894.


Background Color

.myBgColor { background-color: #E4C894; }

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

This div background color is #E4C894.


Border color

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

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

This div border color is #E4C894.


Opacity

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

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

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

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

This text has shadow with #E4C894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C894 on black background.


Color preview on white background

This text has color #E4C894 on white background.



Black color preview on #E4C894 background

This text has black color on #E4C894 background.


White color preview on #E4C894 background

This text has white color on #E4C894 background.