COLOR #E5DF90

HEX: #E5DF90 RGB: (229,223,144)

Color info

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

RGB color model

#E5DF90 color RGB value is (229,223,144).

RGB: (229,223,144) (90%, 87%, 56%)

RGB channels and saturation

R 229 of 255 = 90%
G 223 of 255 = 87%
B 144 of 255 = 56%

229
223
144

R + G + B ~ 78%. #E5DF90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 223 + 144 = 596 (100%)
R 229 of 596 ~ 38.42%
G 223 of 596 ~ 37.42%
B 144 of 596 ~ 24.16'%

%38.42
%37.42
%24.16

CMYK color model

#E5DF90 color CMYK value is (0,3,37,10).

  • cyan value is 0.00%
  • magenta value is 2.62%
  • yellow value is 37.12%
  • key color value is 10.20%

CMYK: (0,3,37,10)
C0M3Y37K10 (0%, 3%, 37%, 10%)
(0.00 / 0.03 / 0.37 / 0.10)

CMYK percentages

%0
%2.62
%37.12
%10.2

Codes

Color #E5DF90 in popluar color models

E5 DF 90
RGB 229 223 144
HSL 56° 62.04% 73.14%
HSB/HSV 56° 37.12% 89.80%
CMYK 0.00% 2.62% 37.12%
10.20%

Color #E5DF90 in popluar number systems.

HEX E5 DF 90
Decimal 229 223 144
Binary 11100101 11011111 10010000
Octal 345 337 220

Shades and tints

Shades of #E5DF90

#E5DF90
(229,223,144)
#D1CB83
(209,203,131)
#BDB776
(189,183,118)
#A9A369
(169,163,105)
#958F5C
(149,143,92)
#817B4F
(129,123,79)
#6D6742
(109,103,66)
#595335
(89,83,53)
#453F28
(69,63,40)
#312B1B
(49,43,27)
#1D170E
(29,23,14)
#000000
(0,0,0)

Tints of #E5DF90

#E5DF90
(229,223,144)
#E7E19A
(231,225,154)
#E9E3A4
(233,227,164)
#EBE5AE
(235,229,174)
#EDE7B8
(237,231,184)
#EFE9C2
(239,233,194)
#F1EBCC
(241,235,204)
#F3EDD6
(243,237,214)
#F5EFE0
(245,239,224)
#F7F1EA
(247,241,234)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DF90 color. Also use rgb(229,223,144) instead hex code.

Text Font Color

.myTextColor { color: #E5DF90; }

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

This text font color is #E5DF90.

Background Color

.myBgColor { background-color: #E5DF90; }

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

This div background color is #E5DF90.

Border color

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

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

This div border color is #E5DF90.

Opacity

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

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

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

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

This text has shadow with #E5DF90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DF90.

Preview

Color preview on black background

This text has color #E5DF90 on black background.


Color preview on white background

This text has color #E5DF90 on white background.


Black color preview on #E5DF90 background

This text has black color on #E5DF90 background.


White color preview on #E5DF90 background

This text has white color on #E5DF90 background.


Related colors

Complementary color

Complementary color for #hex is #1A206F.


I love getcolorcode.com

Triadic colors

1 #90E5DF and #DF90E5 with #E5DF90 are triadic colors.

2 #90DFE5 and #DFE590 with #E5DF90 are triadic colors.