COLOR #E7E57E

HEX: #E7E57E
RGB: (231,229,126)

Color info

#E7E57E contains mainly red and green colors. Web safe color of #E7E57E is #FFCC66 (or #FC6).

RGB color model

#E7E57E color RGB value is (231,229,126).

  • red value is 231;
  • green value is 229;
  • blue value is 126.
RGB:
(231,229,126)
(91%,90%,49%)

RGB channels and saturation

R 231 of 255 = 91%
G 229 of 255 = 90%
B 126 of 255 = 49%

231
229
126

R + G + B ~ 77%. #E7E57E is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 229 + 126 = 586 (100%)
R 231 of 586 ~ 39.42%
G 229 of 586 ~ 39.08%
B 126 of 586 ~ 21.5%

%39.42
%39.08
%21.5

CMYK color model

#E7E57E color CMYK value is (0,1,45,9).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 45.45%
  • key color value is 9.41%
CMYK:
(0,1,45,9)
C0M1Y45K9 
(0%,1%,45%,9%)
(0.00/0.01/0.45/0.09)	

CMYK percentages

%0
%0.87
%45.45
%9.41

Codes

Color #E7E57E in popluar color models

E7E57E
RGB231229126
HSL59°68.63%70.00%
HSB/HSV59°45.45%90.59%
CMYK0.00%0.87%45.45%
9.41%

Color #E7E57E in popluar number systems.

HEXE7E57E
Decimal231229126
Binary11100111111001011111110
Octal347345176

Shades and tints

Shades of #E7E57E

#E7E57E
(231,229,126)
#D2D173
(210,209,115)
#BDBD68
(189,189,104)
#A8A95D
(168,169,93)
#939552
(147,149,82)
#7E8147
(126,129,71)
#696D3C
(105,109,60)
#545931
(84,89,49)
#3F4526
(63,69,38)
#2A311B
(42,49,27)
#151D10
(21,29,16)
#000000
(0,0,0)

Tints of #E7E57E

#E7E57E
(231,229,126)
#E9E789
(233,231,137)
#EBE994
(235,233,148)
#EDEB9F
(237,235,159)
#EFEDAA
(239,237,170)
#F1EFB5
(241,239,181)
#F3F1C0
(243,241,192)
#F5F3CB
(245,243,203)
#F7F5D6
(247,245,214)
#F9F7E1
(249,247,225)
#FBF9EC
(251,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E57E color. Also use rgb(231,229,126) instead hex code.

Text Font Color

.myTextColor { color: #E7E57E; }

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

This text font color is #E7E57E.


Background Color

.myBgColor { background-color: #E7E57E; }

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

This div background color is #E7E57E.


Border color

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

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

This div border color is #E7E57E.


Opacity

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

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

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

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

This text has shadow with #E7E57E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E57E on black background.


Color preview on white background

This text has color #E7E57E on white background.



Black color preview on #E7E57E background

This text has black color on #E7E57E background.


White color preview on #E7E57E background

This text has white color on #E7E57E background.