COLOR #E4E121

HEX: #E4E121
RGB: (228,225,33)

Color info

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

RGB color model

#E4E121 color RGB value is (228,225,33).

  • red value is 228;
  • green value is 225;
  • blue value is 33.
RGB:
(228,225,33)
(89%,88%,13%)

RGB channels and saturation

R 228 of 255 = 89%
G 225 of 255 = 88%
B 33 of 255 = 13%

228
225
33

R + G + B ~ 63%. #E4E121 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 225 + 33 = 486 (100%)
R 228 of 486 ~ 46.91%
G 225 of 486 ~ 46.3%
B 33 of 486 ~ 6.79%

%46.91
%46.3

CMYK color model

#E4E121 color CMYK value is (0,1,86,11).

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 85.53%
  • key color value is 10.59%
CMYK:
(0,1,86,11)
C0M1Y86K11 
(0%,1%,86%,11%)
(0.00/0.01/0.86/0.11)	

CMYK percentages

%0
%1.32
%85.53
%10.59

Codes

Color #E4E121 in popluar color models

E4E121
RGB22822533
HSL59°78.31%51.18%
HSB/HSV59°85.53%89.41%
CMYK0.00%1.32%85.53%
10.59%

Color #E4E121 in popluar number systems.

HEXE4E121
Decimal22822533
Binary1110010011100001100001
Octal34434141

Shades and tints

Shades of #E4E121

#E4E121
(228,225,33)
#D0CD1E
(208,205,30)
#BCB91B
(188,185,27)
#A8A518
(168,165,24)
#949115
(148,145,21)
#807D12
(128,125,18)
#6C690F
(108,105,15)
#58550C
(88,85,12)
#444109
(68,65,9)
#302D06
(48,45,6)
#1C1903
(28,25,3)
#000000
(0,0,0)

Tints of #E4E121

#E4E121
(228,225,33)
#E6E335
(230,227,53)
#E8E549
(232,229,73)
#EAE75D
(234,231,93)
#ECE971
(236,233,113)
#EEEB85
(238,235,133)
#F0ED99
(240,237,153)
#F2EFAD
(242,239,173)
#F4F1C1
(244,241,193)
#F6F3D5
(246,243,213)
#F8F5E9
(248,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4E121 color. Also use rgb(228,225,33) instead hex code.

Text Font Color

.myTextColor { color: #E4E121; }

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

This text font color is #E4E121.


Background Color

.myBgColor { background-color: #E4E121; }

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

This div background color is #E4E121.


Border color

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

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

This div border color is #E4E121.


Opacity

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

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

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

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

This text has shadow with #E4E121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E121 on black background.


Color preview on white background

This text has color #E4E121 on white background.



Black color preview on #E4E121 background

This text has black color on #E4E121 background.


White color preview on #E4E121 background

This text has white color on #E4E121 background.