COLOR #E7E67A

HEX: #E7E67A
RGB: (231,230,122)

Color info

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

RGB color model

#E7E67A color RGB value is (231,230,122).

  • red value is 231;
  • green value is 230;
  • blue value is 122.
RGB:
(231,230,122)
(91%,90%,48%)

RGB channels and saturation

R 231 of 255 = 91%
G 230 of 255 = 90%
B 122 of 255 = 48%

231
230
122

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

Portions of RGB colors in percentages

R + G + B =
231 + 230 + 122 = 583 (100%)
R 231 of 583 ~ 39.62%
G 230 of 583 ~ 39.45%
B 122 of 583 ~ 20.93%

%39.62
%39.45
%20.93

CMYK color model

#E7E67A color CMYK value is (0,0,47,9).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 47.19%
  • key color value is 9.41%
CMYK:
(0,0,47,9)
C0M0Y47K9 
(0%,0%,47%,9%)
(0.00/0.00/0.47/0.09)	

CMYK percentages

%0
%0.43
%47.19
%9.41

Codes

Color #E7E67A in popluar color models

E7E67A
RGB231230122
HSL59°69.43%69.22%
HSB/HSV59°47.19%90.59%
CMYK0.00%0.43%47.19%
9.41%

Color #E7E67A in popluar number systems.

HEXE7E67A
Decimal231230122
Binary11100111111001101111010
Octal347346172

Shades and tints

Shades of #E7E67A

#E7E67A
(231,230,122)
#D2D26F
(210,210,111)
#BDBE64
(189,190,100)
#A8AA59
(168,170,89)
#93964E
(147,150,78)
#7E8243
(126,130,67)
#696E38
(105,110,56)
#545A2D
(84,90,45)
#3F4622
(63,70,34)
#2A3217
(42,50,23)
#151E0C
(21,30,12)
#000000
(0,0,0)

Tints of #E7E67A

#E7E67A
(231,230,122)
#E9E886
(233,232,134)
#EBEA92
(235,234,146)
#EDEC9E
(237,236,158)
#EFEEAA
(239,238,170)
#F1F0B6
(241,240,182)
#F3F2C2
(243,242,194)
#F5F4CE
(245,244,206)
#F7F6DA
(247,246,218)
#F9F8E6
(249,248,230)
#FBFAF2
(251,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E67A color. Also use rgb(231,230,122) instead hex code.

Text Font Color

.myTextColor { color: #E7E67A; }

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

This text font color is #E7E67A.


Background Color

.myBgColor { background-color: #E7E67A; }

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

This div background color is #E7E67A.


Border color

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

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

This div border color is #E7E67A.


Opacity

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

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

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

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

This text has shadow with #E7E67A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E67A on black background.


Color preview on white background

This text has color #E7E67A on white background.



Black color preview on #E7E67A background

This text has black color on #E7E67A background.


White color preview on #E7E67A background

This text has white color on #E7E67A background.