COLOR #E3DA90

HEX: #E3DA90
RGB: (227,218,144)

Color info

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

RGB color model

#E3DA90 color RGB value is (227,218,144).

  • red value is 227;
  • green value is 218;
  • blue value is 144.
RGB:
(227,218,144)
(89%,85%,56%)

RGB channels and saturation

R 227 of 255 = 89%
G 218 of 255 = 85%
B 144 of 255 = 56%

227
218
144

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

Portions of RGB colors in percentages

R + G + B =
227 + 218 + 144 = 589 (100%)
R 227 of 589 ~ 38.54%
G 218 of 589 ~ 37.01%
B 144 of 589 ~ 24.45%

%38.54
%37.01
%24.45

CMYK color model

#E3DA90 color CMYK value is (0,4,37,11).

  • cyan value is 0.00%
  • magenta value is 3.96%
  • yellow value is 36.56%
  • key color value is 10.98%
CMYK:
(0,4,37,11)
C0M4Y37K11 
(0%,4%,37%,11%)
(0.00/0.04/0.37/0.11)	

CMYK percentages

%0
%3.96
%36.56
%10.98

Codes

Color #E3DA90 in popluar color models

E3DA90
RGB227218144
HSL53°59.71%72.75%
HSB/HSV53°36.56%89.02%
CMYK0.00%3.96%36.56%
10.98%

Color #E3DA90 in popluar number systems.

HEXE3DA90
Decimal227218144
Binary111000111101101010010000
Octal343332220

Shades and tints

Shades of #E3DA90

#E3DA90
(227,218,144)
#CFC783
(207,199,131)
#BBB476
(187,180,118)
#A7A169
(167,161,105)
#938E5C
(147,142,92)
#7F7B4F
(127,123,79)
#6B6842
(107,104,66)
#575535
(87,85,53)
#434228
(67,66,40)
#2F2F1B
(47,47,27)
#1B1C0E
(27,28,14)
#000000
(0,0,0)

Tints of #E3DA90

#E3DA90
(227,218,144)
#E5DD9A
(229,221,154)
#E7E0A4
(231,224,164)
#E9E3AE
(233,227,174)
#EBE6B8
(235,230,184)
#EDE9C2
(237,233,194)
#EFECCC
(239,236,204)
#F1EFD6
(241,239,214)
#F3F2E0
(243,242,224)
#F5F5EA
(245,245,234)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DA90; }

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

This text font color is #E3DA90.


Background Color

.myBgColor { background-color: #E3DA90; }

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

This div background color is #E3DA90.


Border color

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

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

This div border color is #E3DA90.


Opacity

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

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

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

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

This text has shadow with #E3DA90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DA90 on black background.


Color preview on white background

This text has color #E3DA90 on white background.



Black color preview on #E3DA90 background

This text has black color on #E3DA90 background.


White color preview on #E3DA90 background

This text has white color on #E3DA90 background.