COLOR #E5ED5B

HEX: #E5ED5B
RGB: (229,237,91)

Color info

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

RGB color model

#E5ED5B color RGB value is (229,237,91).

  • red value is 229;
  • green value is 237;
  • blue value is 91.
RGB:
(229,237,91)
(90%,93%,36%)

RGB channels and saturation

R 229 of 255 = 90%
G 237 of 255 = 93%
B 91 of 255 = 36%

229
237
91

R + G + B ~ 73%. #E5ED5B is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 237 + 91 = 557 (100%)
R 229 of 557 ~ 41.11%
G 237 of 557 ~ 42.55%
B 91 of 557 ~ 16.34%

%41.11
%42.55
%16.34

CMYK color model

#E5ED5B color CMYK value is (3,0,62,7).

  • cyan value is 3.38%
  • magenta value is 0.00%
  • yellow value is 61.60%
  • key color value is 7.06%
CMYK:
(3,0,62,7)
C3M0Y62K7 
(3%,0%,62%,7%)
(0.03/0.00/0.62/0.07)	

CMYK percentages

%3.38
%0
%61.6
%7.06

Codes

Color #E5ED5B in popluar color models

E5ED5B
RGB22923791
HSL63°80.22%64.31%
HSB/HSV63°61.60%92.94%
CMYK3.38%0.00%61.60%
7.06%

Color #E5ED5B in popluar number systems.

HEXE5ED5B
Decimal22923791
Binary11100101111011011011011
Octal345355133

Shades and tints

Shades of #E5ED5B

#E5ED5B
(229,237,91)
#D1D853
(209,216,83)
#BDC34B
(189,195,75)
#A9AE43
(169,174,67)
#95993B
(149,153,59)
#818433
(129,132,51)
#6D6F2B
(109,111,43)
#595A23
(89,90,35)
#45451B
(69,69,27)
#313013
(49,48,19)
#1D1B0B
(29,27,11)
#000000
(0,0,0)

Tints of #E5ED5B

#E5ED5B
(229,237,91)
#E7EE69
(231,238,105)
#E9EF77
(233,239,119)
#EBF085
(235,240,133)
#EDF193
(237,241,147)
#EFF2A1
(239,242,161)
#F1F3AF
(241,243,175)
#F3F4BD
(243,244,189)
#F5F5CB
(245,245,203)
#F7F6D9
(247,246,217)
#F9F7E7
(249,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5ED5B color. Also use rgb(229,237,91) instead hex code.

Text Font Color

.myTextColor { color: #E5ED5B; }

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

This text font color is #E5ED5B.


Background Color

.myBgColor { background-color: #E5ED5B; }

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

This div background color is #E5ED5B.


Border color

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

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

This div border color is #E5ED5B.


Opacity

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

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

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

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

This text has shadow with #E5ED5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ED5B on black background.


Color preview on white background

This text has color #E5ED5B on white background.



Black color preview on #E5ED5B background

This text has black color on #E5ED5B background.


White color preview on #E5ED5B background

This text has white color on #E5ED5B background.