COLOR #E1E215

HEX: #E1E215
RGB: (225,226,21)

Color info

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

RGB color model

#E1E215 color RGB value is (225,226,21).

  • red value is 225;
  • green value is 226;
  • blue value is 21.
RGB:
(225,226,21)
(88%,89%,8%)

RGB channels and saturation

R 225 of 255 = 88%
G 226 of 255 = 89%
B 21 of 255 = 8%

225
226
21

R + G + B ~ 62%. #E1E215 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 226 + 21 = 472 (100%)
R 225 of 472 ~ 47.67%
G 226 of 472 ~ 47.88%
B 21 of 472 ~ 4.45%

%47.67
%47.88

CMYK color model

#E1E215 color CMYK value is (0,0,91,11).

  • cyan value is 0.44%
  • magenta value is 0.00%
  • yellow value is 90.71%
  • key color value is 11.37%
CMYK:
(0,0,91,11)
C0M0Y91K11 
(0%,0%,91%,11%)
(0.00/0.00/0.91/0.11)	

CMYK percentages

%0.44
%0
%90.71
%11.37

Codes

Color #E1E215 in popluar color models

E1E215
RGB22522621
HSL60°83.00%48.43%
HSB/HSV60°90.71%88.63%
CMYK0.44%0.00%90.71%
11.37%

Color #E1E215 in popluar number systems.

HEXE1E215
Decimal22522621
Binary111000011110001010101
Octal34134225

Shades and tints

Shades of #E1E215

#E1E215
(225,226,21)
#CDCE14
(205,206,20)
#B9BA13
(185,186,19)
#A5A612
(165,166,18)
#919211
(145,146,17)
#7D7E10
(125,126,16)
#696A0F
(105,106,15)
#55560E
(85,86,14)
#41420D
(65,66,13)
#2D2E0C
(45,46,12)
#191A0B
(25,26,11)
#000000
(0,0,0)

Tints of #E1E215

#E1E215
(225,226,21)
#E3E42A
(227,228,42)
#E5E63F
(229,230,63)
#E7E854
(231,232,84)
#E9EA69
(233,234,105)
#EBEC7E
(235,236,126)
#EDEE93
(237,238,147)
#EFF0A8
(239,240,168)
#F1F2BD
(241,242,189)
#F3F4D2
(243,244,210)
#F5F6E7
(245,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E215 color. Also use rgb(225,226,21) instead hex code.

Text Font Color

.myTextColor { color: #E1E215; }

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

This text font color is #E1E215.


Background Color

.myBgColor { background-color: #E1E215; }

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

This div background color is #E1E215.


Border color

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

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

This div border color is #E1E215.


Opacity

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

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

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

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

This text has shadow with #E1E215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E215 on black background.


Color preview on white background

This text has color #E1E215 on white background.



Black color preview on #E1E215 background

This text has black color on #E1E215 background.


White color preview on #E1E215 background

This text has white color on #E1E215 background.