COLOR #E4F067

HEX: #E4F067
RGB: (228,240,103)

Color info

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

RGB color model

#E4F067 color RGB value is (228,240,103).

  • red value is 228;
  • green value is 240;
  • blue value is 103.
RGB:
(228,240,103)
(89%,94%,40%)

RGB channels and saturation

R 228 of 255 = 89%
G 240 of 255 = 94%
B 103 of 255 = 40%

228
240
103

R + G + B ~ 74%. #E4F067 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 240 + 103 = 571 (100%)
R 228 of 571 ~ 39.93%
G 240 of 571 ~ 42.03%
B 103 of 571 ~ 18.04%

%39.93
%42.03
%18.04

CMYK color model

#E4F067 color CMYK value is (5,0,57,6).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 57.08%
  • key color value is 5.88%
CMYK:
(5,0,57,6)
C5M0Y57K6 
(5%,0%,57%,6%)
(0.05/0.00/0.57/0.06)	

CMYK percentages

%5
%0
%57.08
%5.88

Codes

Color #E4F067 in popluar color models

E4F067
RGB228240103
HSL65°82.04%67.25%
HSB/HSV65°57.08%94.12%
CMYK5.00%0.00%57.08%
5.88%

Color #E4F067 in popluar number systems.

HEXE4F067
Decimal228240103
Binary11100100111100001100111
Octal344360147

Shades and tints

Shades of #E4F067

#E4F067
(228,240,103)
#D0DB5E
(208,219,94)
#BCC655
(188,198,85)
#A8B14C
(168,177,76)
#949C43
(148,156,67)
#80873A
(128,135,58)
#6C7231
(108,114,49)
#585D28
(88,93,40)
#44481F
(68,72,31)
#303316
(48,51,22)
#1C1E0D
(28,30,13)
#000000
(0,0,0)

Tints of #E4F067

#E4F067
(228,240,103)
#E6F174
(230,241,116)
#E8F281
(232,242,129)
#EAF38E
(234,243,142)
#ECF49B
(236,244,155)
#EEF5A8
(238,245,168)
#F0F6B5
(240,246,181)
#F2F7C2
(242,247,194)
#F4F8CF
(244,248,207)
#F6F9DC
(246,249,220)
#F8FAE9
(248,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F067; }

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

This text font color is #E4F067.


Background Color

.myBgColor { background-color: #E4F067; }

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

This div background color is #E4F067.


Border color

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

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

This div border color is #E4F067.


Opacity

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

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

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

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

This text has shadow with #E4F067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F067 on black background.


Color preview on white background

This text has color #E4F067 on white background.



Black color preview on #E4F067 background

This text has black color on #E4F067 background.


White color preview on #E4F067 background

This text has white color on #E4F067 background.