COLOR #E4C871

HEX: #E4C871
RGB: (228,200,113)

Color info

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

RGB color model

#E4C871 color RGB value is (228,200,113).

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

RGB channels and saturation

R 228 of 255 = 89%
G 200 of 255 = 78%
B 113 of 255 = 44%

228
200
113

R + G + B ~ 70%. #E4C871 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 200 + 113 = 541 (100%)
R 228 of 541 ~ 42.14%
G 200 of 541 ~ 36.97%
B 113 of 541 ~ 20.89%

%42.14
%36.97
%20.89

CMYK color model

#E4C871 color CMYK value is (0,12,50,11).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 50.44%
  • key color value is 10.59%
CMYK:
(0,12,50,11)
C0M12Y50K11 
(0%,12%,50%,11%)
(0.00/0.12/0.50/0.11)	

CMYK percentages

%0
%12.28
%50.44
%10.59

Codes

Color #E4C871 in popluar color models

E4C871
RGB228200113
HSL45°68.05%66.86%
HSB/HSV45°50.44%89.41%
CMYK0.00%12.28%50.44%
10.59%

Color #E4C871 in popluar number systems.

HEXE4C871
Decimal228200113
Binary11100100110010001110001
Octal344310161

Shades and tints

Shades of #E4C871

#E4C871
(228,200,113)
#D0B667
(208,182,103)
#BCA45D
(188,164,93)
#A89253
(168,146,83)
#948049
(148,128,73)
#806E3F
(128,110,63)
#6C5C35
(108,92,53)
#584A2B
(88,74,43)
#443821
(68,56,33)
#302617
(48,38,23)
#1C140D
(28,20,13)
#000000
(0,0,0)

Tints of #E4C871

#E4C871
(228,200,113)
#E6CD7D
(230,205,125)
#E8D289
(232,210,137)
#EAD795
(234,215,149)
#ECDCA1
(236,220,161)
#EEE1AD
(238,225,173)
#F0E6B9
(240,230,185)
#F2EBC5
(242,235,197)
#F4F0D1
(244,240,209)
#F6F5DD
(246,245,221)
#F8FAE9
(248,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C871; }

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

This text font color is #E4C871.


Background Color

.myBgColor { background-color: #E4C871; }

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

This div background color is #E4C871.


Border color

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

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

This div border color is #E4C871.


Opacity

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

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

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

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

This text has shadow with #E4C871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C871 on black background.


Color preview on white background

This text has color #E4C871 on white background.



Black color preview on #E4C871 background

This text has black color on #E4C871 background.


White color preview on #E4C871 background

This text has white color on #E4C871 background.