COLOR #E1E35C

HEX: #E1E35C
RGB: (225,227,92)

Color info

#E1E35C contains mainly red and green colors. Web safe color of #E1E35C is #CCCC66 (or #CC6).

RGB color model

#E1E35C color RGB value is (225,227,92).

  • red value is 225;
  • green value is 227;
  • blue value is 92.
RGB:
(225,227,92)
(88%,89%,36%)

RGB channels and saturation

R 225 of 255 = 88%
G 227 of 255 = 89%
B 92 of 255 = 36%

225
227
92

R + G + B ~ 71%. #E1E35C is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 227 + 92 = 544 (100%)
R 225 of 544 ~ 41.36%
G 227 of 544 ~ 41.73%
B 92 of 544 ~ 16.91%

%41.36
%41.73
%16.91

CMYK color model

#E1E35C color CMYK value is (1,0,59,11).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 59.47%
  • key color value is 10.98%
CMYK:
(1,0,59,11)
C1M0Y59K11 
(1%,0%,59%,11%)
(0.01/0.00/0.59/0.11)	

CMYK percentages

%0.88
%0
%59.47
%10.98

Codes

Color #E1E35C in popluar color models

E1E35C
RGB22522792
HSL61°70.68%62.55%
HSB/HSV61°59.47%89.02%
CMYK0.88%0.00%59.47%
10.98%

Color #E1E35C in popluar number systems.

HEXE1E35C
Decimal22522792
Binary11100001111000111011100
Octal341343134

Shades and tints

Shades of #E1E35C

#E1E35C
(225,227,92)
#CDCF54
(205,207,84)
#B9BB4C
(185,187,76)
#A5A744
(165,167,68)
#91933C
(145,147,60)
#7D7F34
(125,127,52)
#696B2C
(105,107,44)
#555724
(85,87,36)
#41431C
(65,67,28)
#2D2F14
(45,47,20)
#191B0C
(25,27,12)
#000000
(0,0,0)

Tints of #E1E35C

#E1E35C
(225,227,92)
#E3E56A
(227,229,106)
#E5E778
(229,231,120)
#E7E986
(231,233,134)
#E9EB94
(233,235,148)
#EBEDA2
(235,237,162)
#EDEFB0
(237,239,176)
#EFF1BE
(239,241,190)
#F1F3CC
(241,243,204)
#F3F5DA
(243,245,218)
#F5F7E8
(245,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E35C color. Also use rgb(225,227,92) instead hex code.

Text Font Color

.myTextColor { color: #E1E35C; }

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

This text font color is #E1E35C.


Background Color

.myBgColor { background-color: #E1E35C; }

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

This div background color is #E1E35C.


Border color

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

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

This div border color is #E1E35C.


Opacity

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

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

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

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

This text has shadow with #E1E35C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E35C on black background.


Color preview on white background

This text has color #E1E35C on white background.



Black color preview on #E1E35C background

This text has black color on #E1E35C background.


White color preview on #E1E35C background

This text has white color on #E1E35C background.