COLOR #E1E68D

HEX: #E1E68D RGB: (225,230,141)

Color info

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

RGB color model

#E1E68D color RGB value is (225,230,141).

RGB: (225,230,141) (88%, 90%, 55%)

RGB channels and saturation

R 225 of 255 = 88%
G 230 of 255 = 90%
B 141 of 255 = 55%

225
230
141

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

Portions of RGB colors in percentages

R + G + B = 225 + 230 + 141 = 596 (100%)
R 225 of 596 ~ 37.75%
G 230 of 596 ~ 38.59%
B 141 of 596 ~ 23.66'%

%37.75
%38.59
%23.66

CMYK color model

#E1E68D color CMYK value is (2,0,39,10).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 38.70%
  • key color value is 9.80%

CMYK: (2,0,39,10)
C2M0Y39K10 (2%, 0%, 39%, 10%)
(0.02 / 0.00 / 0.39 / 0.10)

CMYK percentages

%2.17
%0
%38.7
%9.8

Codes

Color #E1E68D in popluar color models

E1 E6 8D
RGB 225 230 141
HSL 63° 64.03% 72.75%
HSB/HSV 63° 38.70% 90.20%
CMYK 2.17% 0.00% 38.70%
9.80%

Color #E1E68D in popluar number systems.

HEX E1 E6 8D
Decimal 225 230 141
Binary 11100001 11100110 10001101
Octal 341 346 215

Shades and tints

Shades of #E1E68D

#E1E68D
(225,230,141)
#CDD281
(205,210,129)
#B9BE75
(185,190,117)
#A5AA69
(165,170,105)
#91965D
(145,150,93)
#7D8251
(125,130,81)
#696E45
(105,110,69)
#555A39
(85,90,57)
#41462D
(65,70,45)
#2D3221
(45,50,33)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #E1E68D

#E1E68D
(225,230,141)
#E3E897
(227,232,151)
#E5EAA1
(229,234,161)
#E7ECAB
(231,236,171)
#E9EEB5
(233,238,181)
#EBF0BF
(235,240,191)
#EDF2C9
(237,242,201)
#EFF4D3
(239,244,211)
#F1F6DD
(241,246,221)
#F3F8E7
(243,248,231)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E68D; }

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

This text font color is #E1E68D.

Background Color

.myBgColor { background-color: #E1E68D; }

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

This div background color is #E1E68D.

Border color

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

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

This div border color is #E1E68D.

Opacity

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

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

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

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

This text has shadow with #E1E68D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E68D.

Preview

Color preview on black background

This text has color #E1E68D on black background.


Color preview on white background

This text has color #E1E68D on white background.


Black color preview on #E1E68D background

This text has black color on #E1E68D background.


White color preview on #E1E68D background

This text has white color on #E1E68D background.


Related colors

Complementary color

Complementary color for #hex is #1E1972.


I love getcolorcode.com

Triadic colors

1 #8DE1E6 and #E68DE1 with #E1E68D are triadic colors.

2 #8DE6E1 and #E6E18D with #E1E68D are triadic colors.