COLOR #E3E95F

HEX: #E3E95F
RGB: (227,233,95)

Color info

#E3E95F contains mainly red and green colors. Web safe color of #E3E95F is #CCFF66 (or #CF6).

RGB color model

#E3E95F color RGB value is (227,233,95).

  • red value is 227;
  • green value is 233;
  • blue value is 95.
RGB:
(227,233,95)
(89%,91%,37%)

RGB channels and saturation

R 227 of 255 = 89%
G 233 of 255 = 91%
B 95 of 255 = 37%

227
233
95

R + G + B ~ 72%. #E3E95F is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 233 + 95 = 555 (100%)
R 227 of 555 ~ 40.9%
G 233 of 555 ~ 41.98%
B 95 of 555 ~ 17.12%

%40.9
%41.98
%17.12

CMYK color model

#E3E95F color CMYK value is (3,0,59,9).

  • cyan value is 2.58%
  • magenta value is 0.00%
  • yellow value is 59.23%
  • key color value is 8.63%
CMYK:
(3,0,59,9)
C3M0Y59K9 
(3%,0%,59%,9%)
(0.03/0.00/0.59/0.09)	

CMYK percentages

%2.58
%0
%59.23
%8.63

Codes

Color #E3E95F in popluar color models

E3E95F
RGB22723395
HSL63°75.82%64.31%
HSB/HSV63°59.23%91.37%
CMYK2.58%0.00%59.23%
8.63%

Color #E3E95F in popluar number systems.

HEXE3E95F
Decimal22723395
Binary11100011111010011011111
Octal343351137

Shades and tints

Shades of #E3E95F

#E3E95F
(227,233,95)
#CFD457
(207,212,87)
#BBBF4F
(187,191,79)
#A7AA47
(167,170,71)
#93953F
(147,149,63)
#7F8037
(127,128,55)
#6B6B2F
(107,107,47)
#575627
(87,86,39)
#43411F
(67,65,31)
#2F2C17
(47,44,23)
#1B170F
(27,23,15)
#000000
(0,0,0)

Tints of #E3E95F

#E3E95F
(227,233,95)
#E5EB6D
(229,235,109)
#E7ED7B
(231,237,123)
#E9EF89
(233,239,137)
#EBF197
(235,241,151)
#EDF3A5
(237,243,165)
#EFF5B3
(239,245,179)
#F1F7C1
(241,247,193)
#F3F9CF
(243,249,207)
#F5FBDD
(245,251,221)
#F7FDEB
(247,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3E95F color. Also use rgb(227,233,95) instead hex code.

Text Font Color

.myTextColor { color: #E3E95F; }

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

This text font color is #E3E95F.


Background Color

.myBgColor { background-color: #E3E95F; }

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

This div background color is #E3E95F.


Border color

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

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

This div border color is #E3E95F.


Opacity

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

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

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

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

This text has shadow with #E3E95F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E95F on black background.


Color preview on white background

This text has color #E3E95F on white background.



Black color preview on #E3E95F background

This text has black color on #E3E95F background.


White color preview on #E3E95F background

This text has white color on #E3E95F background.