COLOR #E5EA1C

HEX: #E5EA1C
RGB: (229,234,28)

Color info

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

RGB color model

#E5EA1C color RGB value is (229,234,28).

  • red value is 229;
  • green value is 234;
  • blue value is 28.
RGB:
(229,234,28)
(90%,92%,11%)

RGB channels and saturation

R 229 of 255 = 90%
G 234 of 255 = 92%
B 28 of 255 = 11%

229
234
28

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

Portions of RGB colors in percentages

R + G + B =
229 + 234 + 28 = 491 (100%)
R 229 of 491 ~ 46.64%
G 234 of 491 ~ 47.66%
B 28 of 491 ~ 5.7%

%46.64
%47.66

CMYK color model

#E5EA1C color CMYK value is (2,0,88,8).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 88.03%
  • key color value is 8.24%
CMYK:
(2,0,88,8)
C2M0Y88K8 
(2%,0%,88%,8%)
(0.02/0.00/0.88/0.08)	

CMYK percentages

%2.14
%0
%88.03
%8.24

Codes

Color #E5EA1C in popluar color models

E5EA1C
RGB22923428
HSL61°83.06%51.37%
HSB/HSV61°88.03%91.76%
CMYK2.14%0.00%88.03%
8.24%

Color #E5EA1C in popluar number systems.

HEXE5EA1C
Decimal22923428
Binary111001011110101011100
Octal34535234

Shades and tints

Shades of #E5EA1C

#E5EA1C
(229,234,28)
#D1D51A
(209,213,26)
#BDC018
(189,192,24)
#A9AB16
(169,171,22)
#959614
(149,150,20)
#818112
(129,129,18)
#6D6C10
(109,108,16)
#59570E
(89,87,14)
#45420C
(69,66,12)
#312D0A
(49,45,10)
#1D1808
(29,24,8)
#000000
(0,0,0)

Tints of #E5EA1C

#E5EA1C
(229,234,28)
#E7EB30
(231,235,48)
#E9EC44
(233,236,68)
#EBED58
(235,237,88)
#EDEE6C
(237,238,108)
#EFEF80
(239,239,128)
#F1F094
(241,240,148)
#F3F1A8
(243,241,168)
#F5F2BC
(245,242,188)
#F7F3D0
(247,243,208)
#F9F4E4
(249,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EA1C color. Also use rgb(229,234,28) instead hex code.

Text Font Color

.myTextColor { color: #E5EA1C; }

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

This text font color is #E5EA1C.


Background Color

.myBgColor { background-color: #E5EA1C; }

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

This div background color is #E5EA1C.


Border color

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

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

This div border color is #E5EA1C.


Opacity

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

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

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

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

This text has shadow with #E5EA1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EA1C on black background.


Color preview on white background

This text has color #E5EA1C on white background.



Black color preview on #E5EA1C background

This text has black color on #E5EA1C background.


White color preview on #E5EA1C background

This text has white color on #E5EA1C background.