COLOR #E4C98C

HEX: #E4C98C RGB: (228,201,140)

Color info

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

RGB color model

#E4C98C color RGB value is (228,201,140).

RGB: (228,201,140) (89%, 79%, 55%)

RGB channels and saturation

R 228 of 255 = 89%
G 201 of 255 = 79%
B 140 of 255 = 55%

228
201
140

R + G + B ~ 74%. #E4C98C is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 201 + 140 = 569 (100%)
R 228 of 569 ~ 40.07%
G 201 of 569 ~ 35.33%
B 140 of 569 ~ 24.6'%

%40.07
%35.33
%24.6

CMYK color model

#E4C98C color CMYK value is (0,12,39,11).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 38.60%
  • key color value is 10.59%
CMYK: (0,12,39,11) C0M12Y39K11 (0%,12%,39%,11%) (0.00/0.12/0.39/0.11) 

CMYK percentages

%0
%11.84
%38.6
%10.59

Codes

Color #E4C98C in popluar color models

E4 C9 8C
RGB 228 201 140
HSL 42° 61.97% 72.16%
HSB/HSV 42° 38.60% 89.41%
CMYK 0.00% 11.84% 38.60%
10.59%

Color #E4C98C in popluar number systems.

HEX E4 C9 8C
Decimal 228 201 140
Binary 11100100 11001001 10001100
Octal 344 311 214

Shades and tints

Shades of #E4C98C

#E4C98C
(228,201,140)
#D0B780
(208,183,128)
#BCA574
(188,165,116)
#A89368
(168,147,104)
#94815C
(148,129,92)
#806F50
(128,111,80)
#6C5D44
(108,93,68)
#584B38
(88,75,56)
#44392C
(68,57,44)
#302720
(48,39,32)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #E4C98C

#E4C98C
(228,201,140)
#E6CD96
(230,205,150)
#E8D1A0
(232,209,160)
#EAD5AA
(234,213,170)
#ECD9B4
(236,217,180)
#EEDDBE
(238,221,190)
#F0E1C8
(240,225,200)
#F2E5D2
(242,229,210)
#F4E9DC
(244,233,220)
#F6EDE6
(246,237,230)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C98C; }

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

This text font color is #E4C98C.

Background Color

.myBgColor { background-color: #E4C98C; }

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

This div background color is #E4C98C.

Border color

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

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

This div border color is #E4C98C.

Opacity

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

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

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

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

This text has shadow with #E4C98C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4C98C.

Preview

Color preview on black background

This text has color #E4C98C on black background.


Color preview on white background

This text has color #E4C98C on white background.


Black color preview on #E4C98C background

This text has black color on #E4C98C background.


White color preview on #E4C98C background

This text has white color on #E4C98C background.


Related colors

Complementary color

Complementary color for #hex is #1B3673.


I love getcolorcode.com

Triadic colors

1 #8CE4C9 and #C98CE4 with #E4C98C are triadic colors.

2 #8CC9E4 and #C9E48C with #E4C98C are triadic colors.