COLOR #E4E090

HEX: #E4E090 RGB: (228,224,144)

Color info

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

RGB color model

#E4E090 color RGB value is (228,224,144).

RGB: (228,224,144) (89%, 88%, 56%)

RGB channels and saturation

R 228 of 255 = 89%
G 224 of 255 = 88%
B 144 of 255 = 56%

228
224
144

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

Portions of RGB colors in percentages

R + G + B = 228 + 224 + 144 = 596 (100%)
R 228 of 596 ~ 38.26%
G 224 of 596 ~ 37.58%
B 144 of 596 ~ 24.16'%

%38.26
%37.58
%24.16

CMYK color model

#E4E090 color CMYK value is (0,2,37,11).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 36.84%
  • key color value is 10.59%

CMYK: (0,2,37,11)
C0M2Y37K11 (0%, 2%, 37%, 11%)
(0.00 / 0.02 / 0.37 / 0.11)

CMYK percentages

%0
%1.75
%36.84
%10.59

Codes

Color #E4E090 in popluar color models

E4 E0 90
RGB 228 224 144
HSL 57° 60.87% 72.94%
HSB/HSV 57° 36.84% 89.41%
CMYK 0.00% 1.75% 36.84%
10.59%

Color #E4E090 in popluar number systems.

HEX E4 E0 90
Decimal 228 224 144
Binary 11100100 11100000 10010000
Octal 344 340 220

Shades and tints

Shades of #E4E090

#E4E090
(228,224,144)
#D0CC83
(208,204,131)
#BCB876
(188,184,118)
#A8A469
(168,164,105)
#94905C
(148,144,92)
#807C4F
(128,124,79)
#6C6842
(108,104,66)
#585435
(88,84,53)
#444028
(68,64,40)
#302C1B
(48,44,27)
#1C180E
(28,24,14)
#000000
(0,0,0)

Tints of #E4E090

#E4E090
(228,224,144)
#E6E29A
(230,226,154)
#E8E4A4
(232,228,164)
#EAE6AE
(234,230,174)
#ECE8B8
(236,232,184)
#EEEAC2
(238,234,194)
#F0ECCC
(240,236,204)
#F2EED6
(242,238,214)
#F4F0E0
(244,240,224)
#F6F2EA
(246,242,234)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4E090 color. Also use rgb(228,224,144) instead hex code.

Text Font Color

.myTextColor { color: #E4E090; }

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

This text font color is #E4E090.

Background Color

.myBgColor { background-color: #E4E090; }

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

This div background color is #E4E090.

Border color

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

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

This div border color is #E4E090.

Opacity

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

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

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

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

This text has shadow with #E4E090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4E090.

Preview

Color preview on black background

This text has color #E4E090 on black background.


Color preview on white background

This text has color #E4E090 on white background.


Black color preview on #E4E090 background

This text has black color on #E4E090 background.


White color preview on #E4E090 background

This text has white color on #E4E090 background.


Related colors

Complementary color

Complementary color for #hex is #1B1F6F.


I love getcolorcode.com

Triadic colors

1 #90E4E0 and #E090E4 with #E4E090 are triadic colors.

2 #90E0E4 and #E0E490 with #E4E090 are triadic colors.