COLOR #E4CD7C

HEX: #E4CD7C
RGB: (228,205,124)

Color info

#E4CD7C contains mainly red and green colors. Web safe color of #E4CD7C is #CCCC66 (or #CC6).

RGB color model

#E4CD7C color RGB value is (228,205,124).

  • red value is 228;
  • green value is 205;
  • blue value is 124.
RGB:
(228,205,124)
(89%,80%,49%)

RGB channels and saturation

R 228 of 255 = 89%
G 205 of 255 = 80%
B 124 of 255 = 49%

228
205
124

R + G + B ~ 73%. #E4CD7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 205 + 124 = 557 (100%)
R 228 of 557 ~ 40.93%
G 205 of 557 ~ 36.8%
B 124 of 557 ~ 22.26%

%40.93
%36.8
%22.26

CMYK color model

#E4CD7C color CMYK value is (0,10,46,11).

  • cyan value is 0.00%
  • magenta value is 10.09%
  • yellow value is 45.61%
  • key color value is 10.59%
CMYK:
(0,10,46,11)
C0M10Y46K11 
(0%,10%,46%,11%)
(0.00/0.10/0.46/0.11)	

CMYK percentages

%0
%10.09
%45.61
%10.59

Codes

Color #E4CD7C in popluar color models

E4CD7C
RGB228205124
HSL47°65.82%69.02%
HSB/HSV47°45.61%89.41%
CMYK0.00%10.09%45.61%
10.59%

Color #E4CD7C in popluar number systems.

HEXE4CD7C
Decimal228205124
Binary11100100110011011111100
Octal344315174

Shades and tints

Shades of #E4CD7C

#E4CD7C
(228,205,124)
#D0BB71
(208,187,113)
#BCA966
(188,169,102)
#A8975B
(168,151,91)
#948550
(148,133,80)
#807345
(128,115,69)
#6C613A
(108,97,58)
#584F2F
(88,79,47)
#443D24
(68,61,36)
#302B19
(48,43,25)
#1C190E
(28,25,14)
#000000
(0,0,0)

Tints of #E4CD7C

#E4CD7C
(228,205,124)
#E6D187
(230,209,135)
#E8D592
(232,213,146)
#EAD99D
(234,217,157)
#ECDDA8
(236,221,168)
#EEE1B3
(238,225,179)
#F0E5BE
(240,229,190)
#F2E9C9
(242,233,201)
#F4EDD4
(244,237,212)
#F6F1DF
(246,241,223)
#F8F5EA
(248,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CD7C color. Also use rgb(228,205,124) instead hex code.

Text Font Color

.myTextColor { color: #E4CD7C; }

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

This text font color is #E4CD7C.


Background Color

.myBgColor { background-color: #E4CD7C; }

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

This div background color is #E4CD7C.


Border color

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

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

This div border color is #E4CD7C.


Opacity

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

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

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

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

This text has shadow with #E4CD7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CD7C on black background.


Color preview on white background

This text has color #E4CD7C on white background.



Black color preview on #E4CD7C background

This text has black color on #E4CD7C background.


White color preview on #E4CD7C background

This text has white color on #E4CD7C background.