COLOR #E4D871

HEX: #E4D871
RGB: (228,216,113)

Color info

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

RGB color model

#E4D871 color RGB value is (228,216,113).

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

RGB channels and saturation

R 228 of 255 = 89%
G 216 of 255 = 85%
B 113 of 255 = 44%

228
216
113

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

Portions of RGB colors in percentages

R + G + B =
228 + 216 + 113 = 557 (100%)
R 228 of 557 ~ 40.93%
G 216 of 557 ~ 38.78%
B 113 of 557 ~ 20.29%

%40.93
%38.78
%20.29

CMYK color model

#E4D871 color CMYK value is (0,5,50,11).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 50.44%
  • key color value is 10.59%
CMYK:
(0,5,50,11)
C0M5Y50K11 
(0%,5%,50%,11%)
(0.00/0.05/0.50/0.11)	

CMYK percentages

%0
%5.26
%50.44
%10.59

Codes

Color #E4D871 in popluar color models

E4D871
RGB228216113
HSL54°68.05%66.86%
HSB/HSV54°50.44%89.41%
CMYK0.00%5.26%50.44%
10.59%

Color #E4D871 in popluar number systems.

HEXE4D871
Decimal228216113
Binary11100100110110001110001
Octal344330161

Shades and tints

Shades of #E4D871

#E4D871
(228,216,113)
#D0C567
(208,197,103)
#BCB25D
(188,178,93)
#A89F53
(168,159,83)
#948C49
(148,140,73)
#80793F
(128,121,63)
#6C6635
(108,102,53)
#58532B
(88,83,43)
#444021
(68,64,33)
#302D17
(48,45,23)
#1C1A0D
(28,26,13)
#000000
(0,0,0)

Tints of #E4D871

#E4D871
(228,216,113)
#E6DB7D
(230,219,125)
#E8DE89
(232,222,137)
#EAE195
(234,225,149)
#ECE4A1
(236,228,161)
#EEE7AD
(238,231,173)
#F0EAB9
(240,234,185)
#F2EDC5
(242,237,197)
#F4F0D1
(244,240,209)
#F6F3DD
(246,243,221)
#F8F6E9
(248,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D871; }

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

This text font color is #E4D871.


Background Color

.myBgColor { background-color: #E4D871; }

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

This div background color is #E4D871.


Border color

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

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

This div border color is #E4D871.


Opacity

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

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

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

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

This text has shadow with #E4D871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D871 on black background.


Color preview on white background

This text has color #E4D871 on white background.



Black color preview on #E4D871 background

This text has black color on #E4D871 background.


White color preview on #E4D871 background

This text has white color on #E4D871 background.