COLOR #E5E902

HEX: #E5E902
RGB: (229,233,2)

Color info

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

RGB color model

#E5E902 color RGB value is (229,233,2).

  • red value is 229;
  • green value is 233;
  • blue value is 2.
RGB:
(229,233,2)
(90%,91%,1%)

RGB channels and saturation

R 229 of 255 = 90%
G 233 of 255 = 91%
B 2 of 255 = 1%

229
233
2

R + G + B ~ 61%. #E5E902 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 233 + 2 = 464 (100%)
R 229 of 464 ~ 49.35%
G 233 of 464 ~ 50.22%
B 2 of 464 ~ 0.43%

%49.35
%50.22

CMYK color model

#E5E902 color CMYK value is (2,0,99,9).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 99.14%
  • key color value is 8.63%
CMYK:
(2,0,99,9)
C2M0Y99K9 
(2%,0%,99%,9%)
(0.02/0.00/0.99/0.09)	

CMYK percentages

%1.72
%0
%99.14
%8.63

Codes

Color #E5E902 in popluar color models

E5E902
RGB2292332
HSL61°98.30%46.08%
HSB/HSV61°99.14%91.37%
CMYK1.72%0.00%99.14%
8.63%

Color #E5E902 in popluar number systems.

HEXE5E902
Decimal2292332
Binary111001011110100110
Octal3453512

Shades and tints

Shades of #E5E902

#E5E902
(229,233,2)
#D1D402
(209,212,2)
#BDBF02
(189,191,2)
#A9AA02
(169,170,2)
#959502
(149,149,2)
#818002
(129,128,2)
#6D6B02
(109,107,2)
#595602
(89,86,2)
#454102
(69,65,2)
#312C02
(49,44,2)
#1D1702
(29,23,2)
#000000
(0,0,0)

Tints of #E5E902

#E5E902
(229,233,2)
#E7EB19
(231,235,25)
#E9ED30
(233,237,48)
#EBEF47
(235,239,71)
#EDF15E
(237,241,94)
#EFF375
(239,243,117)
#F1F58C
(241,245,140)
#F3F7A3
(243,247,163)
#F5F9BA
(245,249,186)
#F7FBD1
(247,251,209)
#F9FDE8
(249,253,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E902 color. Also use rgb(229,233,2) instead hex code.

Text Font Color

.myTextColor { color: #E5E902; }

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

This text font color is #E5E902.


Background Color

.myBgColor { background-color: #E5E902; }

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

This div background color is #E5E902.


Border color

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

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

This div border color is #E5E902.


Opacity

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

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

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

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

This text has shadow with #E5E902 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E902 on black background.


Color preview on white background

This text has color #E5E902 on white background.



Black color preview on #E5E902 background

This text has black color on #E5E902 background.


White color preview on #E5E902 background

This text has white color on #E5E902 background.