COLOR #E4F07B

HEX: #E4F07B RGB: (228,240,123)

Color info

#E4F07B contains mainly red and green colors. Web safe color of #E4F07B is #CCFF66 (or #CF6).

RGB color model

#E4F07B color RGB value is (228,240,123).

RGB: (228,240,123) (89%, 94%, 48%)

RGB channels and saturation

R 228 of 255 = 89%
G 240 of 255 = 94%
B 123 of 255 = 48%

228
240
123

R + G + B ~ 77%. #E4F07B is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 240 + 123 = 591 (100%)
R 228 of 591 ~ 38.58%
G 240 of 591 ~ 40.61%
B 123 of 591 ~ 20.81'%

%38.58
%40.61
%20.81

CMYK color model

#E4F07B color CMYK value is (5,0,49,6).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 48.75%
  • key color value is 5.88%

CMYK: (5,0,49,6)
C5M0Y49K6 (5%, 0%, 49%, 6%)
(0.05 / 0.00 / 0.49 / 0.06)

CMYK percentages

%5
%0
%48.75
%5.88

Codes

Color #E4F07B in popluar color models

E4 F0 7B
RGB 228 240 123
HSL 66° 79.59% 71.18%
HSB/HSV 66° 48.75% 94.12%
CMYK 5.00% 0.00% 48.75%
5.88%

Color #E4F07B in popluar number systems.

HEX E4 F0 7B
Decimal 228 240 123
Binary 11100100 11110000 1111011
Octal 344 360 173

Shades and tints

Shades of #E4F07B

#E4F07B
(228,240,123)
#D0DB70
(208,219,112)
#BCC665
(188,198,101)
#A8B15A
(168,177,90)
#949C4F
(148,156,79)
#808744
(128,135,68)
#6C7239
(108,114,57)
#585D2E
(88,93,46)
#444823
(68,72,35)
#303318
(48,51,24)
#1C1E0D
(28,30,13)
#000000
(0,0,0)

Tints of #E4F07B

#E4F07B
(228,240,123)
#E6F187
(230,241,135)
#E8F293
(232,242,147)
#EAF39F
(234,243,159)
#ECF4AB
(236,244,171)
#EEF5B7
(238,245,183)
#F0F6C3
(240,246,195)
#F2F7CF
(242,247,207)
#F4F8DB
(244,248,219)
#F6F9E7
(246,249,231)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F07B color. Also use rgb(228,240,123) instead hex code.

Text Font Color

.myTextColor { color: #E4F07B; }

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

This text font color is #E4F07B.

Background Color

.myBgColor { background-color: #E4F07B; }

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

This div background color is #E4F07B.

Border color

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

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

This div border color is #E4F07B.

Opacity

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

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

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

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

This text has shadow with #E4F07B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4F07B.

Preview

Color preview on black background

This text has color #E4F07B on black background.


Color preview on white background

This text has color #E4F07B on white background.


Black color preview on #E4F07B background

This text has black color on #E4F07B background.


White color preview on #E4F07B background

This text has white color on #E4F07B background.


Related colors

Complementary color

Complementary color for #hex is #1B0F84.


I love getcolorcode.com

Triadic colors

1 #7BE4F0 and #F07BE4 with #E4F07B are triadic colors.

2 #7BF0E4 and #F0E47B with #E4F07B are triadic colors.