COLOR #E7EA7B

HEX: #E7EA7B
RGB: (231,234,123)

Color info

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

RGB color model

#E7EA7B color RGB value is (231,234,123).

  • red value is 231;
  • green value is 234;
  • blue value is 123.
RGB:
(231,234,123)
(91%,92%,48%)

RGB channels and saturation

R 231 of 255 = 91%
G 234 of 255 = 92%
B 123 of 255 = 48%

231
234
123

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

Portions of RGB colors in percentages

R + G + B =
231 + 234 + 123 = 588 (100%)
R 231 of 588 ~ 39.29%
G 234 of 588 ~ 39.8%
B 123 of 588 ~ 20.92%

%39.29
%39.8
%20.92

CMYK color model

#E7EA7B color CMYK value is (1,0,47,8).

  • cyan value is 1.28%
  • magenta value is 0.00%
  • yellow value is 47.44%
  • key color value is 8.24%
CMYK:
(1,0,47,8)
C1M0Y47K8 
(1%,0%,47%,8%)
(0.01/0.00/0.47/0.08)	

CMYK percentages

%1.28
%0
%47.44
%8.24

Codes

Color #E7EA7B in popluar color models

E7EA7B
RGB231234123
HSL62°72.55%70.00%
HSB/HSV62°47.44%91.76%
CMYK1.28%0.00%47.44%
8.24%

Color #E7EA7B in popluar number systems.

HEXE7EA7B
Decimal231234123
Binary11100111111010101111011
Octal347352173

Shades and tints

Shades of #E7EA7B

#E7EA7B
(231,234,123)
#D2D570
(210,213,112)
#BDC065
(189,192,101)
#A8AB5A
(168,171,90)
#93964F
(147,150,79)
#7E8144
(126,129,68)
#696C39
(105,108,57)
#54572E
(84,87,46)
#3F4223
(63,66,35)
#2A2D18
(42,45,24)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #E7EA7B

#E7EA7B
(231,234,123)
#E9EB87
(233,235,135)
#EBEC93
(235,236,147)
#EDED9F
(237,237,159)
#EFEEAB
(239,238,171)
#F1EFB7
(241,239,183)
#F3F0C3
(243,240,195)
#F5F1CF
(245,241,207)
#F7F2DB
(247,242,219)
#F9F3E7
(249,243,231)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7EA7B color. Also use rgb(231,234,123) instead hex code.

Text Font Color

.myTextColor { color: #E7EA7B; }

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

This text font color is #E7EA7B.


Background Color

.myBgColor { background-color: #E7EA7B; }

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

This div background color is #E7EA7B.


Border color

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

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

This div border color is #E7EA7B.


Opacity

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

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

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

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

This text has shadow with #E7EA7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EA7B on black background.


Color preview on white background

This text has color #E7EA7B on white background.



Black color preview on #E7EA7B background

This text has black color on #E7EA7B background.


White color preview on #E7EA7B background

This text has white color on #E7EA7B background.