COLOR #E4E502

HEX: #E4E502
RGB: (228,229,2)

Color info

#E4E502 contains mainly red and green colors. Web safe color of #E4E502 is #CCCC00 (or #CC0).

RGB color model

#E4E502 color RGB value is (228,229,2).

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

RGB channels and saturation

R 228 of 255 = 89%
G 229 of 255 = 90%
B 2 of 255 = 1%

228
229
2

R + G + B ~ 60%. #E4E502 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
228 + 229 + 2 = 459 (100%)
R 228 of 459 ~ 49.67%
G 229 of 459 ~ 49.89%
B 2 of 459 ~ 0.44%

%49.67
%49.89

CMYK color model

#E4E502 color CMYK value is (0,0,99,10).

  • cyan value is 0.44%
  • magenta value is 0.00%
  • yellow value is 99.13%
  • key color value is 10.20%
CMYK:
(0,0,99,10)
C0M0Y99K10 
(0%,0%,99%,10%)
(0.00/0.00/0.99/0.10)	

CMYK percentages

%0.44
%0
%99.13
%10.2

Codes

Color #E4E502 in popluar color models

E4E502
RGB2282292
HSL60°98.27%45.29%
HSB/HSV60°99.13%89.80%
CMYK0.44%0.00%99.13%
10.20%

Color #E4E502 in popluar number systems.

HEXE4E502
Decimal2282292
Binary111001001110010110
Octal3443452

Shades and tints

Shades of #E4E502

#E4E502
(228,229,2)
#D0D102
(208,209,2)
#BCBD02
(188,189,2)
#A8A902
(168,169,2)
#949502
(148,149,2)
#808102
(128,129,2)
#6C6D02
(108,109,2)
#585902
(88,89,2)
#444502
(68,69,2)
#303102
(48,49,2)
#1C1D02
(28,29,2)
#000000
(0,0,0)

Tints of #E4E502

#E4E502
(228,229,2)
#E6E719
(230,231,25)
#E8E930
(232,233,48)
#EAEB47
(234,235,71)
#ECED5E
(236,237,94)
#EEEF75
(238,239,117)
#F0F18C
(240,241,140)
#F2F3A3
(242,243,163)
#F4F5BA
(244,245,186)
#F6F7D1
(246,247,209)
#F8F9E8
(248,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E502; }

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

This text font color is #E4E502.


Background Color

.myBgColor { background-color: #E4E502; }

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

This div background color is #E4E502.


Border color

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

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

This div border color is #E4E502.


Opacity

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

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

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

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

This text has shadow with #E4E502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E502 on black background.


Color preview on white background

This text has color #E4E502 on white background.



Black color preview on #E4E502 background

This text has black color on #E4E502 background.


White color preview on #E4E502 background

This text has white color on #E4E502 background.