COLOR #E7E86B

HEX: #E7E86B
RGB: (231,232,107)

Color info

#E7E86B contains mainly red and green colors. Web safe color of #E7E86B is #FFFF66 (or #FF6).

RGB color model

#E7E86B color RGB value is (231,232,107).

  • red value is 231;
  • green value is 232;
  • blue value is 107.
RGB:
(231,232,107)
(91%,91%,42%)

RGB channels and saturation

R 231 of 255 = 91%
G 232 of 255 = 91%
B 107 of 255 = 42%

231
232
107

R + G + B ~ 75%. #E7E86B is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 232 + 107 = 570 (100%)
R 231 of 570 ~ 40.53%
G 232 of 570 ~ 40.7%
B 107 of 570 ~ 18.77%

%40.53
%40.7
%18.77

CMYK color model

#E7E86B color CMYK value is (0,0,54,9).

  • cyan value is 0.43%
  • magenta value is 0.00%
  • yellow value is 53.88%
  • key color value is 9.02%
CMYK:
(0,0,54,9)
C0M0Y54K9 
(0%,0%,54%,9%)
(0.00/0.00/0.54/0.09)	

CMYK percentages

%0.43
%0
%53.88
%9.02

Codes

Color #E7E86B in popluar color models

E7E86B
RGB231232107
HSL60°73.10%66.47%
HSB/HSV60°53.88%90.98%
CMYK0.43%0.00%53.88%
9.02%

Color #E7E86B in popluar number systems.

HEXE7E86B
Decimal231232107
Binary11100111111010001101011
Octal347350153

Shades and tints

Shades of #E7E86B

#E7E86B
(231,232,107)
#D2D362
(210,211,98)
#BDBE59
(189,190,89)
#A8A950
(168,169,80)
#939447
(147,148,71)
#7E7F3E
(126,127,62)
#696A35
(105,106,53)
#54552C
(84,85,44)
#3F4023
(63,64,35)
#2A2B1A
(42,43,26)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #E7E86B

#E7E86B
(231,232,107)
#E9EA78
(233,234,120)
#EBEC85
(235,236,133)
#EDEE92
(237,238,146)
#EFF09F
(239,240,159)
#F1F2AC
(241,242,172)
#F3F4B9
(243,244,185)
#F5F6C6
(245,246,198)
#F7F8D3
(247,248,211)
#F9FAE0
(249,250,224)
#FBFCED
(251,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E86B color. Also use rgb(231,232,107) instead hex code.

Text Font Color

.myTextColor { color: #E7E86B; }

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

This text font color is #E7E86B.


Background Color

.myBgColor { background-color: #E7E86B; }

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

This div background color is #E7E86B.


Border color

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

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

This div border color is #E7E86B.


Opacity

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

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

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

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

This text has shadow with #E7E86B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E86B on black background.


Color preview on white background

This text has color #E7E86B on white background.



Black color preview on #E7E86B background

This text has black color on #E7E86B background.


White color preview on #E7E86B background

This text has white color on #E7E86B background.