COLOR #E7E29B

HEX: #E7E29B
RGB: (231,226,155)

Color info

#E7E29B contains mainly red and green colors. Web safe color of #E7E29B is #FFCC99 (or #FC9).

RGB color model

#E7E29B color RGB value is (231,226,155).

  • red value is 231;
  • green value is 226;
  • blue value is 155.
RGB:
(231,226,155)
(91%,89%,61%)

RGB channels and saturation

R 231 of 255 = 91%
G 226 of 255 = 89%
B 155 of 255 = 61%

231
226
155

R + G + B ~ 80%. #E7E29B is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 226 + 155 = 612 (100%)
R 231 of 612 ~ 37.75%
G 226 of 612 ~ 36.93%
B 155 of 612 ~ 25.33%

%37.75
%36.93
%25.33

CMYK color model

#E7E29B color CMYK value is (0,2,33,9).

  • cyan value is 0.00%
  • magenta value is 2.16%
  • yellow value is 32.90%
  • key color value is 9.41%
CMYK:
(0,2,33,9)
C0M2Y33K9 
(0%,2%,33%,9%)
(0.00/0.02/0.33/0.09)	

CMYK percentages

%0
%2.16
%32.9
%9.41

Codes

Color #E7E29B in popluar color models

E7E29B
RGB231226155
HSL56°61.29%75.69%
HSB/HSV56°32.90%90.59%
CMYK0.00%2.16%32.90%
9.41%

Color #E7E29B in popluar number systems.

HEXE7E29B
Decimal231226155
Binary111001111110001010011011
Octal347342233

Shades and tints

Shades of #E7E29B

#E7E29B
(231,226,155)
#D2CE8D
(210,206,141)
#BDBA7F
(189,186,127)
#A8A671
(168,166,113)
#939263
(147,146,99)
#7E7E55
(126,126,85)
#696A47
(105,106,71)
#545639
(84,86,57)
#3F422B
(63,66,43)
#2A2E1D
(42,46,29)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #E7E29B

#E7E29B
(231,226,155)
#E9E4A4
(233,228,164)
#EBE6AD
(235,230,173)
#EDE8B6
(237,232,182)
#EFEABF
(239,234,191)
#F1ECC8
(241,236,200)
#F3EED1
(243,238,209)
#F5F0DA
(245,240,218)
#F7F2E3
(247,242,227)
#F9F4EC
(249,244,236)
#FBF6F5
(251,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E29B color. Also use rgb(231,226,155) instead hex code.

Text Font Color

.myTextColor { color: #E7E29B; }

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

This text font color is #E7E29B.


Background Color

.myBgColor { background-color: #E7E29B; }

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

This div background color is #E7E29B.


Border color

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

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

This div border color is #E7E29B.


Opacity

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

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

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

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

This text has shadow with #E7E29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E29B on black background.


Color preview on white background

This text has color #E7E29B on white background.



Black color preview on #E7E29B background

This text has black color on #E7E29B background.


White color preview on #E7E29B background

This text has white color on #E7E29B background.