COLOR #E3DA95

HEX: #E3DA95 RGB: (227,218,149)

Color info

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

RGB color model

#E3DA95 color RGB value is (227,218,149).

RGB: (227,218,149) (89%, 85%, 58%)

RGB channels and saturation

R 227 of 255 = 89%
G 218 of 255 = 85%
B 149 of 255 = 58%

227
218
149

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

Portions of RGB colors in percentages

R + G + B = 227 + 218 + 149 = 594 (100%)
R 227 of 594 ~ 38.22%
G 218 of 594 ~ 36.7%
B 149 of 594 ~ 25.08'%

%38.22
%36.7
%25.08

CMYK color model

#E3DA95 color CMYK value is (0,4,34,11).

  • cyan value is 0.00%
  • magenta value is 3.96%
  • yellow value is 34.36%
  • key color value is 10.98%

CMYK: (0,4,34,11)
C0M4Y34K11 (0%, 4%, 34%, 11%)
(0.00 / 0.04 / 0.34 / 0.11)

CMYK percentages

%0
%3.96
%34.36
%10.98

Codes

Color #E3DA95 in popluar color models

E3 DA 95
RGB 227 218 149
HSL 53° 58.21% 73.73%
HSB/HSV 53° 34.36% 89.02%
CMYK 0.00% 3.96% 34.36%
10.98%

Color #E3DA95 in popluar number systems.

HEX E3 DA 95
Decimal 227 218 149
Binary 11100011 11011010 10010101
Octal 343 332 225

Shades and tints

Shades of #E3DA95

#E3DA95
(227,218,149)
#CFC788
(207,199,136)
#BBB47B
(187,180,123)
#A7A16E
(167,161,110)
#938E61
(147,142,97)
#7F7B54
(127,123,84)
#6B6847
(107,104,71)
#57553A
(87,85,58)
#43422D
(67,66,45)
#2F2F20
(47,47,32)
#1B1C13
(27,28,19)
#000000
(0,0,0)

Tints of #E3DA95

#E3DA95
(227,218,149)
#E5DD9E
(229,221,158)
#E7E0A7
(231,224,167)
#E9E3B0
(233,227,176)
#EBE6B9
(235,230,185)
#EDE9C2
(237,233,194)
#EFECCB
(239,236,203)
#F1EFD4
(241,239,212)
#F3F2DD
(243,242,221)
#F5F5E6
(245,245,230)
#F7F8EF
(247,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DA95 color. Also use rgb(227,218,149) instead hex code.

Text Font Color

.myTextColor { color: #E3DA95; }

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

This text font color is #E3DA95.

Background Color

.myBgColor { background-color: #E3DA95; }

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

This div background color is #E3DA95.

Border color

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

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

This div border color is #E3DA95.

Opacity

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

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

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

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

This text has shadow with #E3DA95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DA95.

Preview

Color preview on black background

This text has color #E3DA95 on black background.


Color preview on white background

This text has color #E3DA95 on white background.


Black color preview on #E3DA95 background

This text has black color on #E3DA95 background.


White color preview on #E3DA95 background

This text has white color on #E3DA95 background.


Related colors

Complementary color

Complementary color for #hex is #1C256A.


I love getcolorcode.com

Triadic colors

1 #95E3DA and #DA95E3 with #E3DA95 are triadic colors.

2 #95DAE3 and #DAE395 with #E3DA95 are triadic colors.