COLOR #E3EA1A

HEX: #E3EA1A
RGB: (227,234,26)

Color info

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

RGB color model

#E3EA1A color RGB value is (227,234,26).

  • red value is 227;
  • green value is 234;
  • blue value is 26.
RGB:
(227,234,26)
(89%,92%,10%)

RGB channels and saturation

R 227 of 255 = 89%
G 234 of 255 = 92%
B 26 of 255 = 10%

227
234
26

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

Portions of RGB colors in percentages

R + G + B =
227 + 234 + 26 = 487 (100%)
R 227 of 487 ~ 46.61%
G 234 of 487 ~ 48.05%
B 26 of 487 ~ 5.34%

%46.61
%48.05

CMYK color model

#E3EA1A color CMYK value is (3,0,89,8).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 8.24%
CMYK:
(3,0,89,8)
C3M0Y89K8 
(3%,0%,89%,8%)
(0.03/0.00/0.89/0.08)	

CMYK percentages

%2.99
%0
%88.89
%8.24

Codes

Color #E3EA1A in popluar color models

E3EA1A
RGB22723426
HSL62°83.20%50.98%
HSB/HSV62°88.89%91.76%
CMYK2.99%0.00%88.89%
8.24%

Color #E3EA1A in popluar number systems.

HEXE3EA1A
Decimal22723426
Binary111000111110101011010
Octal34335232

Shades and tints

Shades of #E3EA1A

#E3EA1A
(227,234,26)
#CFD518
(207,213,24)
#BBC016
(187,192,22)
#A7AB14
(167,171,20)
#939612
(147,150,18)
#7F8110
(127,129,16)
#6B6C0E
(107,108,14)
#57570C
(87,87,12)
#43420A
(67,66,10)
#2F2D08
(47,45,8)
#1B1806
(27,24,6)
#000000
(0,0,0)

Tints of #E3EA1A

#E3EA1A
(227,234,26)
#E5EB2E
(229,235,46)
#E7EC42
(231,236,66)
#E9ED56
(233,237,86)
#EBEE6A
(235,238,106)
#EDEF7E
(237,239,126)
#EFF092
(239,240,146)
#F1F1A6
(241,241,166)
#F3F2BA
(243,242,186)
#F5F3CE
(245,243,206)
#F7F4E2
(247,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3EA1A color. Also use rgb(227,234,26) instead hex code.

Text Font Color

.myTextColor { color: #E3EA1A; }

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

This text font color is #E3EA1A.


Background Color

.myBgColor { background-color: #E3EA1A; }

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

This div background color is #E3EA1A.


Border color

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

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

This div border color is #E3EA1A.


Opacity

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

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

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

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

This text has shadow with #E3EA1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EA1A on black background.


Color preview on white background

This text has color #E3EA1A on white background.



Black color preview on #E3EA1A background

This text has black color on #E3EA1A background.


White color preview on #E3EA1A background

This text has white color on #E3EA1A background.