COLOR #E4C794

HEX: #E4C794
RGB: (228,199,148)

Color info

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

RGB color model

#E4C794 color RGB value is (228,199,148).

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

RGB channels and saturation

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

228
199
148

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

Portions of RGB colors in percentages

R + G + B =
228 + 199 + 148 = 575 (100%)
R 228 of 575 ~ 39.65%
G 199 of 575 ~ 34.61%
B 148 of 575 ~ 25.74%

%39.65
%34.61
%25.74

CMYK color model

#E4C794 color CMYK value is (0,13,35,11).

  • cyan value is 0.00%
  • magenta value is 12.72%
  • yellow value is 35.09%
  • key color value is 10.59%
CMYK:
(0,13,35,11)
C0M13Y35K11 
(0%,13%,35%,11%)
(0.00/0.13/0.35/0.11)	

CMYK percentages

%0
%12.72
%35.09
%10.59

Codes

Color #E4C794 in popluar color models

E4C794
RGB228199148
HSL38°59.70%73.73%
HSB/HSV38°35.09%89.41%
CMYK0.00%12.72%35.09%
10.59%

Color #E4C794 in popluar number systems.

HEXE4C794
Decimal228199148
Binary111001001100011110010100
Octal344307224

Shades and tints

Shades of #E4C794

#E4C794
(228,199,148)
#D0B587
(208,181,135)
#BCA37A
(188,163,122)
#A8916D
(168,145,109)
#947F60
(148,127,96)
#806D53
(128,109,83)
#6C5B46
(108,91,70)
#584939
(88,73,57)
#44372C
(68,55,44)
#30251F
(48,37,31)
#1C1312
(28,19,18)
#000000
(0,0,0)

Tints of #E4C794

#E4C794
(228,199,148)
#E6CC9D
(230,204,157)
#E8D1A6
(232,209,166)
#EAD6AF
(234,214,175)
#ECDBB8
(236,219,184)
#EEE0C1
(238,224,193)
#F0E5CA
(240,229,202)
#F2EAD3
(242,234,211)
#F4EFDC
(244,239,220)
#F6F4E5
(246,244,229)
#F8F9EE
(248,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C794; }

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

This text font color is #E4C794.


Background Color

.myBgColor { background-color: #E4C794; }

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

This div background color is #E4C794.


Border color

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

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

This div border color is #E4C794.


Opacity

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

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

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

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

This text has shadow with #E4C794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C794 on black background.


Color preview on white background

This text has color #E4C794 on white background.



Black color preview on #E4C794 background

This text has black color on #E4C794 background.


White color preview on #E4C794 background

This text has white color on #E4C794 background.