COLOR #E5EA54

HEX: #E5EA54
RGB: (229,234,84)

Color info

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

RGB color model

#E5EA54 color RGB value is (229,234,84).

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

RGB channels and saturation

R 229 of 255 = 90%
G 234 of 255 = 92%
B 84 of 255 = 33%

229
234
84

R + G + B ~ 72%. #E5EA54 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 234 + 84 = 547 (100%)
R 229 of 547 ~ 41.86%
G 234 of 547 ~ 42.78%
B 84 of 547 ~ 15.36%

%41.86
%42.78
%15.36

CMYK color model

#E5EA54 color CMYK value is (2,0,64,8).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 64.10%
  • key color value is 8.24%
CMYK:
(2,0,64,8)
C2M0Y64K8 
(2%,0%,64%,8%)
(0.02/0.00/0.64/0.08)	

CMYK percentages

%2.14
%0
%64.1
%8.24

Codes

Color #E5EA54 in popluar color models

E5EA54
RGB22923484
HSL62°78.13%62.35%
HSB/HSV62°64.10%91.76%
CMYK2.14%0.00%64.10%
8.24%

Color #E5EA54 in popluar number systems.

HEXE5EA54
Decimal22923484
Binary11100101111010101010100
Octal345352124

Shades and tints

Shades of #E5EA54

#E5EA54
(229,234,84)
#D1D54D
(209,213,77)
#BDC046
(189,192,70)
#A9AB3F
(169,171,63)
#959638
(149,150,56)
#818131
(129,129,49)
#6D6C2A
(109,108,42)
#595723
(89,87,35)
#45421C
(69,66,28)
#312D15
(49,45,21)
#1D180E
(29,24,14)
#000000
(0,0,0)

Tints of #E5EA54

#E5EA54
(229,234,84)
#E7EB63
(231,235,99)
#E9EC72
(233,236,114)
#EBED81
(235,237,129)
#EDEE90
(237,238,144)
#EFEF9F
(239,239,159)
#F1F0AE
(241,240,174)
#F3F1BD
(243,241,189)
#F5F2CC
(245,242,204)
#F7F3DB
(247,243,219)
#F9F4EA
(249,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EA54; }

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

This text font color is #E5EA54.


Background Color

.myBgColor { background-color: #E5EA54; }

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

This div background color is #E5EA54.


Border color

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

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

This div border color is #E5EA54.


Opacity

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

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

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

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

This text has shadow with #E5EA54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EA54 on black background.


Color preview on white background

This text has color #E5EA54 on white background.



Black color preview on #E5EA54 background

This text has black color on #E5EA54 background.


White color preview on #E5EA54 background

This text has white color on #E5EA54 background.