COLOR #E3ED1C

HEX: #E3ED1C
RGB: (227,237,28)

Color info

#E3ED1C contains mainly red and green colors. Web safe color of #E3ED1C is #CCFF33 (or #CF3).

RGB color model

#E3ED1C color RGB value is (227,237,28).

  • red value is 227;
  • green value is 237;
  • blue value is 28.
RGB:
(227,237,28)
(89%,93%,11%)

RGB channels and saturation

R 227 of 255 = 89%
G 237 of 255 = 93%
B 28 of 255 = 11%

227
237
28

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

Portions of RGB colors in percentages

R + G + B =
227 + 237 + 28 = 492 (100%)
R 227 of 492 ~ 46.14%
G 237 of 492 ~ 48.17%
B 28 of 492 ~ 5.69%

%46.14
%48.17

CMYK color model

#E3ED1C color CMYK value is (4,0,88,7).

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 88.19%
  • key color value is 7.06%
CMYK:
(4,0,88,7)
C4M0Y88K7 
(4%,0%,88%,7%)
(0.04/0.00/0.88/0.07)	

CMYK percentages

%4.22
%0
%88.19
%7.06

Codes

Color #E3ED1C in popluar color models

E3ED1C
RGB22723728
HSL63°85.31%51.96%
HSB/HSV63°88.19%92.94%
CMYK4.22%0.00%88.19%
7.06%

Color #E3ED1C in popluar number systems.

HEXE3ED1C
Decimal22723728
Binary111000111110110111100
Octal34335534

Shades and tints

Shades of #E3ED1C

#E3ED1C
(227,237,28)
#CFD81A
(207,216,26)
#BBC318
(187,195,24)
#A7AE16
(167,174,22)
#939914
(147,153,20)
#7F8412
(127,132,18)
#6B6F10
(107,111,16)
#575A0E
(87,90,14)
#43450C
(67,69,12)
#2F300A
(47,48,10)
#1B1B08
(27,27,8)
#000000
(0,0,0)

Tints of #E3ED1C

#E3ED1C
(227,237,28)
#E5EE30
(229,238,48)
#E7EF44
(231,239,68)
#E9F058
(233,240,88)
#EBF16C
(235,241,108)
#EDF280
(237,242,128)
#EFF394
(239,243,148)
#F1F4A8
(241,244,168)
#F3F5BC
(243,245,188)
#F5F6D0
(245,246,208)
#F7F7E4
(247,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3ED1C color. Also use rgb(227,237,28) instead hex code.

Text Font Color

.myTextColor { color: #E3ED1C; }

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

This text font color is #E3ED1C.


Background Color

.myBgColor { background-color: #E3ED1C; }

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

This div background color is #E3ED1C.


Border color

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

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

This div border color is #E3ED1C.


Opacity

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

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

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

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

This text has shadow with #E3ED1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3ED1C on black background.


Color preview on white background

This text has color #E3ED1C on white background.



Black color preview on #E3ED1C background

This text has black color on #E3ED1C background.


White color preview on #E3ED1C background

This text has white color on #E3ED1C background.