COLOR #E4EF8D

HEX: #E4EF8D RGB: (228,239,141)

Color info

#E4EF8D contains mainly red and green colors. Web safe color of #E4EF8D is #CCFF99 (or #CF9).

RGB color model

#E4EF8D color RGB value is (228,239,141).

RGB: (228,239,141) (89%, 94%, 55%)

RGB channels and saturation

R 228 of 255 = 89%
G 239 of 255 = 94%
B 141 of 255 = 55%

228
239
141

R + G + B ~ 79%. #E4EF8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 239 + 141 = 608 (100%)
R 228 of 608 ~ 37.5%
G 239 of 608 ~ 39.31%
B 141 of 608 ~ 23.19'%

%37.5
%39.31
%23.19

CMYK color model

#E4EF8D color CMYK value is (5,0,41,6).

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 41.00%
  • key color value is 6.27%

CMYK: (5,0,41,6)
C5M0Y41K6 (5%, 0%, 41%, 6%)
(0.05 / 0.00 / 0.41 / 0.06)

CMYK percentages

%4.6
%0
%41
%6.27

Codes

Color #E4EF8D in popluar color models

E4 EF 8D
RGB 228 239 141
HSL 67° 75.38% 74.51%
HSB/HSV 67° 41.00% 93.73%
CMYK 4.60% 0.00% 41.00%
6.27%

Color #E4EF8D in popluar number systems.

HEX E4 EF 8D
Decimal 228 239 141
Binary 11100100 11101111 10001101
Octal 344 357 215

Shades and tints

Shades of #E4EF8D

#E4EF8D
(228,239,141)
#D0DA81
(208,218,129)
#BCC575
(188,197,117)
#A8B069
(168,176,105)
#949B5D
(148,155,93)
#808651
(128,134,81)
#6C7145
(108,113,69)
#585C39
(88,92,57)
#44472D
(68,71,45)
#303221
(48,50,33)
#1C1D15
(28,29,21)
#000000
(0,0,0)

Tints of #E4EF8D

#E4EF8D
(228,239,141)
#E6F097
(230,240,151)
#E8F1A1
(232,241,161)
#EAF2AB
(234,242,171)
#ECF3B5
(236,243,181)
#EEF4BF
(238,244,191)
#F0F5C9
(240,245,201)
#F2F6D3
(242,246,211)
#F4F7DD
(244,247,221)
#F6F8E7
(246,248,231)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4EF8D color. Also use rgb(228,239,141) instead hex code.

Text Font Color

.myTextColor { color: #E4EF8D; }

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

This text font color is #E4EF8D.

Background Color

.myBgColor { background-color: #E4EF8D; }

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

This div background color is #E4EF8D.

Border color

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

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

This div border color is #E4EF8D.

Opacity

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

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

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

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

This text has shadow with #E4EF8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4EF8D.

Preview

Color preview on black background

This text has color #E4EF8D on black background.


Color preview on white background

This text has color #E4EF8D on white background.


Black color preview on #E4EF8D background

This text has black color on #E4EF8D background.


White color preview on #E4EF8D background

This text has white color on #E4EF8D background.


Related colors

Complementary color

Complementary color for #hex is #1B1072.


I love getcolorcode.com

Triadic colors

1 #8DE4EF and #EF8DE4 with #E4EF8D are triadic colors.

2 #8DEFE4 and #EFE48D with #E4EF8D are triadic colors.