COLOR #E1E690

HEX: #E1E690 RGB: (225,230,144)

Color info

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

RGB color model

#E1E690 color RGB value is (225,230,144).

RGB: (225,230,144) (88%, 90%, 56%)

RGB channels and saturation

R 225 of 255 = 88%
G 230 of 255 = 90%
B 144 of 255 = 56%

225
230
144

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

Portions of RGB colors in percentages

R + G + B = 225 + 230 + 144 = 599 (100%)
R 225 of 599 ~ 37.56%
G 230 of 599 ~ 38.4%
B 144 of 599 ~ 24.04'%

%37.56
%38.4
%24.04

CMYK color model

#E1E690 color CMYK value is (2,0,37,10).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 37.39%
  • key color value is 9.80%
CMYK: (2,0,37,10) C2M0Y37K10 (2%,0%,37%,10%) (0.02/0.00/0.37/0.10) 

CMYK percentages

%2.17
%0
%37.39
%9.8

Codes

Color #E1E690 in popluar color models

E1 E6 90
RGB 225 230 144
HSL 63° 63.24% 73.33%
HSB/HSV 63° 37.39% 90.20%
CMYK 2.17% 0.00% 37.39%
9.80%

Color #E1E690 in popluar number systems.

HEX E1 E6 90
Decimal 225 230 144
Binary 11100001 11100110 10010000
Octal 341 346 220

Shades and tints

Shades of #E1E690

#E1E690
(225,230,144)
#CDD283
(205,210,131)
#B9BE76
(185,190,118)
#A5AA69
(165,170,105)
#91965C
(145,150,92)
#7D824F
(125,130,79)
#696E42
(105,110,66)
#555A35
(85,90,53)
#414628
(65,70,40)
#2D321B
(45,50,27)
#191E0E
(25,30,14)
#000000
(0,0,0)

Tints of #E1E690

#E1E690
(225,230,144)
#E3E89A
(227,232,154)
#E5EAA4
(229,234,164)
#E7ECAE
(231,236,174)
#E9EEB8
(233,238,184)
#EBF0C2
(235,240,194)
#EDF2CC
(237,242,204)
#EFF4D6
(239,244,214)
#F1F6E0
(241,246,224)
#F3F8EA
(243,248,234)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E690 color. Also use rgb(225,230,144) instead hex code.

Text Font Color

.myTextColor { color: #E1E690; }

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

This text font color is #E1E690.

Background Color

.myBgColor { background-color: #E1E690; }

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

This div background color is #E1E690.

Border color

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

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

This div border color is #E1E690.

Opacity

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

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

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

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

This text has shadow with #E1E690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E690.

Preview

Color preview on black background

This text has color #E1E690 on black background.


Color preview on white background

This text has color #E1E690 on white background.


Black color preview on #E1E690 background

This text has black color on #E1E690 background.


White color preview on #E1E690 background

This text has white color on #E1E690 background.


Related colors

Complementary color

Complementary color for #hex is #1E196F.


I love getcolorcode.com

Triadic colors

1 #90E1E6 and #E690E1 with #E1E690 are triadic colors.

2 #90E6E1 and #E6E190 with #E1E690 are triadic colors.