COLOR #E7E07F

HEX: #E7E07F
RGB: (231,224,127)

Color info

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

RGB color model

#E7E07F color RGB value is (231,224,127).

  • red value is 231;
  • green value is 224;
  • blue value is 127.
RGB:
(231,224,127)
(91%,88%,50%)

RGB channels and saturation

R 231 of 255 = 91%
G 224 of 255 = 88%
B 127 of 255 = 50%

231
224
127

R + G + B ~ 76%. #E7E07F is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 224 + 127 = 582 (100%)
R 231 of 582 ~ 39.69%
G 224 of 582 ~ 38.49%
B 127 of 582 ~ 21.82%

%39.69
%38.49
%21.82

CMYK color model

#E7E07F color CMYK value is (0,3,45,9).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 45.02%
  • key color value is 9.41%
CMYK:
(0,3,45,9)
C0M3Y45K9 
(0%,3%,45%,9%)
(0.00/0.03/0.45/0.09)	

CMYK percentages

%0
%3.03
%45.02
%9.41

Codes

Color #E7E07F in popluar color models

E7E07F
RGB231224127
HSL56°68.42%70.20%
HSB/HSV56°45.02%90.59%
CMYK0.00%3.03%45.02%
9.41%

Color #E7E07F in popluar number systems.

HEXE7E07F
Decimal231224127
Binary11100111111000001111111
Octal347340177

Shades and tints

Shades of #E7E07F

#E7E07F
(231,224,127)
#D2CC74
(210,204,116)
#BDB869
(189,184,105)
#A8A45E
(168,164,94)
#939053
(147,144,83)
#7E7C48
(126,124,72)
#69683D
(105,104,61)
#545432
(84,84,50)
#3F4027
(63,64,39)
#2A2C1C
(42,44,28)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #E7E07F

#E7E07F
(231,224,127)
#E9E28A
(233,226,138)
#EBE495
(235,228,149)
#EDE6A0
(237,230,160)
#EFE8AB
(239,232,171)
#F1EAB6
(241,234,182)
#F3ECC1
(243,236,193)
#F5EECC
(245,238,204)
#F7F0D7
(247,240,215)
#F9F2E2
(249,242,226)
#FBF4ED
(251,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E07F color. Also use rgb(231,224,127) instead hex code.

Text Font Color

.myTextColor { color: #E7E07F; }

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

This text font color is #E7E07F.


Background Color

.myBgColor { background-color: #E7E07F; }

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

This div background color is #E7E07F.


Border color

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

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

This div border color is #E7E07F.


Opacity

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

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

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

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

This text has shadow with #E7E07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E07F on black background.


Color preview on white background

This text has color #E7E07F on white background.



Black color preview on #E7E07F background

This text has black color on #E7E07F background.


White color preview on #E7E07F background

This text has white color on #E7E07F background.