COLOR #E3DA8A

HEX: #E3DA8A RGB: (227,218,138)

Color info

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

RGB color model

#E3DA8A color RGB value is (227,218,138).

RGB: (227,218,138) (89%, 85%, 54%)

RGB channels and saturation

R 227 of 255 = 89%
G 218 of 255 = 85%
B 138 of 255 = 54%

227
218
138

R + G + B ~ 76%. #E3DA8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 218 + 138 = 583 (100%)
R 227 of 583 ~ 38.94%
G 218 of 583 ~ 37.39%
B 138 of 583 ~ 23.67'%

%38.94
%37.39
%23.67

CMYK color model

#E3DA8A color CMYK value is (0,4,39,11).

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

CMYK: (0,4,39,11)
C0M4Y39K11 (0%, 4%, 39%, 11%)
(0.00 / 0.04 / 0.39 / 0.11)

CMYK percentages

%0
%3.96
%39.21
%10.98

Codes

Color #E3DA8A in popluar color models

E3 DA 8A
RGB 227 218 138
HSL 54° 61.38% 71.57%
HSB/HSV 54° 39.21% 89.02%
CMYK 0.00% 3.96% 39.21%
10.98%

Color #E3DA8A in popluar number systems.

HEX E3 DA 8A
Decimal 227 218 138
Binary 11100011 11011010 10001010
Octal 343 332 212

Shades and tints

Shades of #E3DA8A

#E3DA8A
(227,218,138)
#CFC77E
(207,199,126)
#BBB472
(187,180,114)
#A7A166
(167,161,102)
#938E5A
(147,142,90)
#7F7B4E
(127,123,78)
#6B6842
(107,104,66)
#575536
(87,85,54)
#43422A
(67,66,42)
#2F2F1E
(47,47,30)
#1B1C12
(27,28,18)
#000000
(0,0,0)

Tints of #E3DA8A

#E3DA8A
(227,218,138)
#E5DD94
(229,221,148)
#E7E09E
(231,224,158)
#E9E3A8
(233,227,168)
#EBE6B2
(235,230,178)
#EDE9BC
(237,233,188)
#EFECC6
(239,236,198)
#F1EFD0
(241,239,208)
#F3F2DA
(243,242,218)
#F5F5E4
(245,245,228)
#F7F8EE
(247,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DA8A; }

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

This text font color is #E3DA8A.

Background Color

.myBgColor { background-color: #E3DA8A; }

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

This div background color is #E3DA8A.

Border color

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

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

This div border color is #E3DA8A.

Opacity

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

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

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

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

This text has shadow with #E3DA8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DA8A.

Preview

Color preview on black background

This text has color #E3DA8A on black background.


Color preview on white background

This text has color #E3DA8A on white background.


Black color preview on #E3DA8A background

This text has black color on #E3DA8A background.


White color preview on #E3DA8A background

This text has white color on #E3DA8A background.


Related colors

Complementary color

Complementary color for #hex is #1C2575.


I love getcolorcode.com

Triadic colors

1 #8AE3DA and #DA8AE3 with #E3DA8A are triadic colors.

2 #8ADAE3 and #DAE38A with #E3DA8A are triadic colors.