COLOR #E5E97D

HEX: #E5E97D RGB: (229,233,125)

Color info

#E5E97D contains mainly red and green colors. Web safe color of #E5E97D is #CCFF66 (or #CF6).

RGB color model

#E5E97D color RGB value is (229,233,125).

RGB: (229,233,125) (90%, 91%, 49%)

RGB channels and saturation

R 229 of 255 = 90%
G 233 of 255 = 91%
B 125 of 255 = 49%

229
233
125

R + G + B ~ 77%. #E5E97D is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 233 + 125 = 587 (100%)
R 229 of 587 ~ 39.01%
G 233 of 587 ~ 39.69%
B 125 of 587 ~ 21.29'%

%39.01
%39.69
%21.29

CMYK color model

#E5E97D color CMYK value is (2,0,46,9).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 46.35%
  • key color value is 8.63%

CMYK: (2,0,46,9)
C2M0Y46K9 (2%, 0%, 46%, 9%)
(0.02 / 0.00 / 0.46 / 0.09)

CMYK percentages

%1.72
%0
%46.35
%8.63

Codes

Color #E5E97D in popluar color models

E5 E9 7D
RGB 229 233 125
HSL 62° 71.05% 70.20%
HSB/HSV 62° 46.35% 91.37%
CMYK 1.72% 0.00% 46.35%
8.63%

Color #E5E97D in popluar number systems.

HEX E5 E9 7D
Decimal 229 233 125
Binary 11100101 11101001 1111101
Octal 345 351 175

Shades and tints

Shades of #E5E97D

#E5E97D
(229,233,125)
#D1D472
(209,212,114)
#BDBF67
(189,191,103)
#A9AA5C
(169,170,92)
#959551
(149,149,81)
#818046
(129,128,70)
#6D6B3B
(109,107,59)
#595630
(89,86,48)
#454125
(69,65,37)
#312C1A
(49,44,26)
#1D170F
(29,23,15)
#000000
(0,0,0)

Tints of #E5E97D

#E5E97D
(229,233,125)
#E7EB88
(231,235,136)
#E9ED93
(233,237,147)
#EBEF9E
(235,239,158)
#EDF1A9
(237,241,169)
#EFF3B4
(239,243,180)
#F1F5BF
(241,245,191)
#F3F7CA
(243,247,202)
#F5F9D5
(245,249,213)
#F7FBE0
(247,251,224)
#F9FDEB
(249,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E97D color. Also use rgb(229,233,125) instead hex code.

Text Font Color

.myTextColor { color: #E5E97D; }

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

This text font color is #E5E97D.

Background Color

.myBgColor { background-color: #E5E97D; }

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

This div background color is #E5E97D.

Border color

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

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

This div border color is #E5E97D.

Opacity

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

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

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

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

This text has shadow with #E5E97D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E97D.

Preview

Color preview on black background

This text has color #E5E97D on black background.


Color preview on white background

This text has color #E5E97D on white background.


Black color preview on #E5E97D background

This text has black color on #E5E97D background.


White color preview on #E5E97D background

This text has white color on #E5E97D background.


Related colors

Complementary color

Complementary color for #hex is #1A1682.


I love getcolorcode.com

Triadic colors

1 #7DE5E9 and #E97DE5 with #E5E97D are triadic colors.

2 #7DE9E5 and #E9E57D with #E5E97D are triadic colors.