COLOR #E4D697

HEX: #E4D697
RGB: (228,214,151)

Color info

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

RGB color model

#E4D697 color RGB value is (228,214,151).

  • red value is 228;
  • green value is 214;
  • blue value is 151.
RGB:
(228,214,151)
(89%,84%,59%)

RGB channels and saturation

R 228 of 255 = 89%
G 214 of 255 = 84%
B 151 of 255 = 59%

228
214
151

R + G + B ~ 77%. #E4D697 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 214 + 151 = 593 (100%)
R 228 of 593 ~ 38.45%
G 214 of 593 ~ 36.09%
B 151 of 593 ~ 25.46%

%38.45
%36.09
%25.46

CMYK color model

#E4D697 color CMYK value is (0,6,34,11).

  • cyan value is 0.00%
  • magenta value is 6.14%
  • yellow value is 33.77%
  • key color value is 10.59%
CMYK:
(0,6,34,11)
C0M6Y34K11 
(0%,6%,34%,11%)
(0.00/0.06/0.34/0.11)	

CMYK percentages

%0
%6.14
%33.77
%10.59

Codes

Color #E4D697 in popluar color models

E4D697
RGB228214151
HSL49°58.78%74.31%
HSB/HSV49°33.77%89.41%
CMYK0.00%6.14%33.77%
10.59%

Color #E4D697 in popluar number systems.

HEXE4D697
Decimal228214151
Binary111001001101011010010111
Octal344326227

Shades and tints

Shades of #E4D697

#E4D697
(228,214,151)
#D0C38A
(208,195,138)
#BCB07D
(188,176,125)
#A89D70
(168,157,112)
#948A63
(148,138,99)
#807756
(128,119,86)
#6C6449
(108,100,73)
#58513C
(88,81,60)
#443E2F
(68,62,47)
#302B22
(48,43,34)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #E4D697

#E4D697
(228,214,151)
#E6D9A0
(230,217,160)
#E8DCA9
(232,220,169)
#EADFB2
(234,223,178)
#ECE2BB
(236,226,187)
#EEE5C4
(238,229,196)
#F0E8CD
(240,232,205)
#F2EBD6
(242,235,214)
#F4EEDF
(244,238,223)
#F6F1E8
(246,241,232)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D697 color. Also use rgb(228,214,151) instead hex code.

Text Font Color

.myTextColor { color: #E4D697; }

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

This text font color is #E4D697.


Background Color

.myBgColor { background-color: #E4D697; }

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

This div background color is #E4D697.


Border color

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

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

This div border color is #E4D697.


Opacity

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

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

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

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

This text has shadow with #E4D697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D697 on black background.


Color preview on white background

This text has color #E4D697 on white background.



Black color preview on #E4D697 background

This text has black color on #E4D697 background.


White color preview on #E4D697 background

This text has white color on #E4D697 background.