COLOR #E5D381

HEX: #E5D381
RGB: (229,211,129)

Color info

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

RGB color model

#E5D381 color RGB value is (229,211,129).

  • red value is 229;
  • green value is 211;
  • blue value is 129.
RGB:
(229,211,129)
(90%,83%,51%)

RGB channels and saturation

R 229 of 255 = 90%
G 211 of 255 = 83%
B 129 of 255 = 51%

229
211
129

R + G + B ~ 75%. #E5D381 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 211 + 129 = 569 (100%)
R 229 of 569 ~ 40.25%
G 211 of 569 ~ 37.08%
B 129 of 569 ~ 22.67%

%40.25
%37.08
%22.67

CMYK color model

#E5D381 color CMYK value is (0,8,44,10).

  • cyan value is 0.00%
  • magenta value is 7.86%
  • yellow value is 43.67%
  • key color value is 10.20%
CMYK:
(0,8,44,10)
C0M8Y44K10 
(0%,8%,44%,10%)
(0.00/0.08/0.44/0.10)	

CMYK percentages

%0
%7.86
%43.67
%10.2

Codes

Color #E5D381 in popluar color models

E5D381
RGB229211129
HSL49°65.79%70.20%
HSB/HSV49°43.67%89.80%
CMYK0.00%7.86%43.67%
10.20%

Color #E5D381 in popluar number systems.

HEXE5D381
Decimal229211129
Binary111001011101001110000001
Octal345323201

Shades and tints

Shades of #E5D381

#E5D381
(229,211,129)
#D1C076
(209,192,118)
#BDAD6B
(189,173,107)
#A99A60
(169,154,96)
#958755
(149,135,85)
#81744A
(129,116,74)
#6D613F
(109,97,63)
#594E34
(89,78,52)
#453B29
(69,59,41)
#31281E
(49,40,30)
#1D1513
(29,21,19)
#000000
(0,0,0)

Tints of #E5D381

#E5D381
(229,211,129)
#E7D78C
(231,215,140)
#E9DB97
(233,219,151)
#EBDFA2
(235,223,162)
#EDE3AD
(237,227,173)
#EFE7B8
(239,231,184)
#F1EBC3
(241,235,195)
#F3EFCE
(243,239,206)
#F5F3D9
(245,243,217)
#F7F7E4
(247,247,228)
#F9FBEF
(249,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D381 color. Also use rgb(229,211,129) instead hex code.

Text Font Color

.myTextColor { color: #E5D381; }

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

This text font color is #E5D381.


Background Color

.myBgColor { background-color: #E5D381; }

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

This div background color is #E5D381.


Border color

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

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

This div border color is #E5D381.


Opacity

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

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

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

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

This text has shadow with #E5D381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D381 on black background.


Color preview on white background

This text has color #E5D381 on white background.



Black color preview on #E5D381 background

This text has black color on #E5D381 background.


White color preview on #E5D381 background

This text has white color on #E5D381 background.