COLOR #E5E4AD

HEX: #E5E4AD RGB: (229,228,173)

Color info

#E5E4AD contains red, green and blue colors in about the same proportion. Web safe color of #E5E4AD is #CCCC99 (or #CC9).

RGB color model

#E5E4AD color RGB value is (229,228,173).

RGB: (229,228,173) (90%, 89%, 68%)

RGB channels and saturation

R 229 of 255 = 90%
G 228 of 255 = 89%
B 173 of 255 = 68%

229
228
173

R + G + B ~ 82%. #E5E4AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 228 + 173 = 630 (100%)
R 229 of 630 ~ 36.35%
G 228 of 630 ~ 36.19%
B 173 of 630 ~ 27.46'%

%36.35
%36.19
%27.46

CMYK color model

#E5E4AD color CMYK value is (0,0,24,10).

  • cyan value is 0.00%
  • magenta value is 0.44%
  • yellow value is 24.45%
  • key color value is 10.20%

CMYK: (0,0,24,10)
C0M0Y24K10 (0%, 0%, 24%, 10%)
(0.00 / 0.00 / 0.24 / 0.10)

CMYK percentages

%0
%0.44
%24.45
%10.2

Codes

Color #E5E4AD in popluar color models

E5 E4 AD
RGB 229 228 173
HSL 59° 51.85% 78.82%
HSB/HSV 59° 24.45% 89.80%
CMYK 0.00% 0.44% 24.45%
10.20%

Color #E5E4AD in popluar number systems.

HEX E5 E4 AD
Decimal 229 228 173
Binary 11100101 11100100 10101101
Octal 345 344 255

Shades and tints

Shades of #E5E4AD

#E5E4AD
(229,228,173)
#D1D09E
(209,208,158)
#BDBC8F
(189,188,143)
#A9A880
(169,168,128)
#959471
(149,148,113)
#818062
(129,128,98)
#6D6C53
(109,108,83)
#595844
(89,88,68)
#454435
(69,68,53)
#313026
(49,48,38)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #E5E4AD

#E5E4AD
(229,228,173)
#E7E6B4
(231,230,180)
#E9E8BB
(233,232,187)
#EBEAC2
(235,234,194)
#EDECC9
(237,236,201)
#EFEED0
(239,238,208)
#F1F0D7
(241,240,215)
#F3F2DE
(243,242,222)
#F5F4E5
(245,244,229)
#F7F6EC
(247,246,236)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E4AD color. Also use rgb(229,228,173) instead hex code.

Text Font Color

.myTextColor { color: #E5E4AD; }

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

This text font color is #E5E4AD.

Background Color

.myBgColor { background-color: #E5E4AD; }

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

This div background color is #E5E4AD.

Border color

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

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

This div border color is #E5E4AD.

Opacity

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

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

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

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

This text has shadow with #E5E4AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E4AD.

Preview

Color preview on black background

This text has color #E5E4AD on black background.


Color preview on white background

This text has color #E5E4AD on white background.


Black color preview on #E5E4AD background

This text has black color on #E5E4AD background.


White color preview on #E5E4AD background

This text has white color on #E5E4AD background.


Related colors

Complementary color

Complementary color for #hex is #1A1B52.


I love getcolorcode.com

Triadic colors

1 #ADE5E4 and #E4ADE5 with #E5E4AD are triadic colors.

2 #ADE4E5 and #E4E5AD with #E5E4AD are triadic colors.