COLOR #E5E640

HEX: #E5E640
RGB: (229,230,64)

Color info

#E5E640 contains mainly red and green colors. Web safe color of #E5E640 is #CCCC33 (or #CC3).

RGB color model

#E5E640 color RGB value is (229,230,64).

  • red value is 229;
  • green value is 230;
  • blue value is 64.
RGB:
(229,230,64)
(90%,90%,25%)

RGB channels and saturation

R 229 of 255 = 90%
G 230 of 255 = 90%
B 64 of 255 = 25%

229
230
64

R + G + B ~ 68%. #E5E640 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 230 + 64 = 523 (100%)
R 229 of 523 ~ 43.79%
G 230 of 523 ~ 43.98%
B 64 of 523 ~ 12.24%

%43.79
%43.98
%12.24

CMYK color model

#E5E640 color CMYK value is (0,0,72,10).

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 72.17%
  • key color value is 9.80%
CMYK:
(0,0,72,10)
C0M0Y72K10 
(0%,0%,72%,10%)
(0.00/0.00/0.72/0.10)	

CMYK percentages

%0.43
%0
%72.17
%9.8

Codes

Color #E5E640 in popluar color models

E5E640
RGB22923064
HSL60°76.85%57.65%
HSB/HSV60°72.17%90.20%
CMYK0.43%0.00%72.17%
9.80%

Color #E5E640 in popluar number systems.

HEXE5E640
Decimal22923064
Binary11100101111001101000000
Octal345346100

Shades and tints

Shades of #E5E640

#E5E640
(229,230,64)
#D1D23B
(209,210,59)
#BDBE36
(189,190,54)
#A9AA31
(169,170,49)
#95962C
(149,150,44)
#818227
(129,130,39)
#6D6E22
(109,110,34)
#595A1D
(89,90,29)
#454618
(69,70,24)
#313213
(49,50,19)
#1D1E0E
(29,30,14)
#000000
(0,0,0)

Tints of #E5E640

#E5E640
(229,230,64)
#E7E851
(231,232,81)
#E9EA62
(233,234,98)
#EBEC73
(235,236,115)
#EDEE84
(237,238,132)
#EFF095
(239,240,149)
#F1F2A6
(241,242,166)
#F3F4B7
(243,244,183)
#F5F6C8
(245,246,200)
#F7F8D9
(247,248,217)
#F9FAEA
(249,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E640 color. Also use rgb(229,230,64) instead hex code.

Text Font Color

.myTextColor { color: #E5E640; }

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

This text font color is #E5E640.


Background Color

.myBgColor { background-color: #E5E640; }

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

This div background color is #E5E640.


Border color

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

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

This div border color is #E5E640.


Opacity

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

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

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

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

This text has shadow with #E5E640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E640 on black background.


Color preview on white background

This text has color #E5E640 on white background.



Black color preview on #E5E640 background

This text has black color on #E5E640 background.


White color preview on #E5E640 background

This text has white color on #E5E640 background.