COLOR #E0E3A4

HEX: #E0E3A4
RGB: (224,227,164)

Color info

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

RGB color model

#E0E3A4 color RGB value is (224,227,164).

  • red value is 224;
  • green value is 227;
  • blue value is 164.
RGB:
(224,227,164)
(88%,89%,64%)

RGB channels and saturation

R 224 of 255 = 88%
G 227 of 255 = 89%
B 164 of 255 = 64%

224
227
164

R + G + B ~ 80%. #E0E3A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 227 + 164 = 615 (100%)
R 224 of 615 ~ 36.42%
G 227 of 615 ~ 36.91%
B 164 of 615 ~ 26.67%

%36.42
%36.91
%26.67

CMYK color model

#E0E3A4 color CMYK value is (1,0,28,11).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 27.75%
  • key color value is 10.98%
CMYK:
(1,0,28,11)
C1M0Y28K11 
(1%,0%,28%,11%)
(0.01/0.00/0.28/0.11)	

CMYK percentages

%1.32
%0
%27.75
%10.98

Codes

Color #E0E3A4 in popluar color models

E0E3A4
RGB224227164
HSL63°52.94%76.67%
HSB/HSV63°27.75%89.02%
CMYK1.32%0.00%27.75%
10.98%

Color #E0E3A4 in popluar number systems.

HEXE0E3A4
Decimal224227164
Binary111000001110001110100100
Octal340343244

Shades and tints

Shades of #E0E3A4

#E0E3A4
(224,227,164)
#CCCF96
(204,207,150)
#B8BB88
(184,187,136)
#A4A77A
(164,167,122)
#90936C
(144,147,108)
#7C7F5E
(124,127,94)
#686B50
(104,107,80)
#545742
(84,87,66)
#404334
(64,67,52)
#2C2F26
(44,47,38)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #E0E3A4

#E0E3A4
(224,227,164)
#E2E5AC
(226,229,172)
#E4E7B4
(228,231,180)
#E6E9BC
(230,233,188)
#E8EBC4
(232,235,196)
#EAEDCC
(234,237,204)
#ECEFD4
(236,239,212)
#EEF1DC
(238,241,220)
#F0F3E4
(240,243,228)
#F2F5EC
(242,245,236)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E3A4 color. Also use rgb(224,227,164) instead hex code.

Text Font Color

.myTextColor { color: #E0E3A4; }

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

This text font color is #E0E3A4.


Background Color

.myBgColor { background-color: #E0E3A4; }

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

This div background color is #E0E3A4.


Border color

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

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

This div border color is #E0E3A4.


Opacity

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

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

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

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

This text has shadow with #E0E3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E3A4 on black background.


Color preview on white background

This text has color #E0E3A4 on white background.



Black color preview on #E0E3A4 background

This text has black color on #E0E3A4 background.


White color preview on #E0E3A4 background

This text has white color on #E0E3A4 background.