COLOR #E4ED16

HEX: #E4ED16
RGB: (228,237,22)

Color info

#E4ED16 contains mainly red and green colors. Web safe color of #E4ED16 is #CCFF00 (or #CF0).

RGB color model

#E4ED16 color RGB value is (228,237,22).

  • red value is 228;
  • green value is 237;
  • blue value is 22.
RGB:
(228,237,22)
(89%,93%,9%)

RGB channels and saturation

R 228 of 255 = 89%
G 237 of 255 = 93%
B 22 of 255 = 9%

228
237
22

R + G + B ~ 64%. #E4ED16 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 237 + 22 = 487 (100%)
R 228 of 487 ~ 46.82%
G 237 of 487 ~ 48.67%
B 22 of 487 ~ 4.52%

%46.82
%48.67

CMYK color model

#E4ED16 color CMYK value is (4,0,91,7).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 90.72%
  • key color value is 7.06%
CMYK:
(4,0,91,7)
C4M0Y91K7 
(4%,0%,91%,7%)
(0.04/0.00/0.91/0.07)	

CMYK percentages

%3.8
%0
%90.72
%7.06

Codes

Color #E4ED16 in popluar color models

E4ED16
RGB22823722
HSL63°85.66%50.78%
HSB/HSV63°90.72%92.94%
CMYK3.80%0.00%90.72%
7.06%

Color #E4ED16 in popluar number systems.

HEXE4ED16
Decimal22823722
Binary111001001110110110110
Octal34435526

Shades and tints

Shades of #E4ED16

#E4ED16
(228,237,22)
#D0D814
(208,216,20)
#BCC312
(188,195,18)
#A8AE10
(168,174,16)
#94990E
(148,153,14)
#80840C
(128,132,12)
#6C6F0A
(108,111,10)
#585A08
(88,90,8)
#444506
(68,69,6)
#303004
(48,48,4)
#1C1B02
(28,27,2)
#000000
(0,0,0)

Tints of #E4ED16

#E4ED16
(228,237,22)
#E6EE2B
(230,238,43)
#E8EF40
(232,239,64)
#EAF055
(234,240,85)
#ECF16A
(236,241,106)
#EEF27F
(238,242,127)
#F0F394
(240,243,148)
#F2F4A9
(242,244,169)
#F4F5BE
(244,245,190)
#F6F6D3
(246,246,211)
#F8F7E8
(248,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4ED16 color. Also use rgb(228,237,22) instead hex code.

Text Font Color

.myTextColor { color: #E4ED16; }

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

This text font color is #E4ED16.


Background Color

.myBgColor { background-color: #E4ED16; }

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

This div background color is #E4ED16.


Border color

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

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

This div border color is #E4ED16.


Opacity

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

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

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

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

This text has shadow with #E4ED16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4ED16 on black background.


Color preview on white background

This text has color #E4ED16 on white background.



Black color preview on #E4ED16 background

This text has black color on #E4ED16 background.


White color preview on #E4ED16 background

This text has white color on #E4ED16 background.