COLOR #E7E669

HEX: #E7E669
RGB: (231,230,105)

Color info

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

RGB color model

#E7E669 color RGB value is (231,230,105).

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

RGB channels and saturation

R 231 of 255 = 91%
G 230 of 255 = 90%
B 105 of 255 = 41%

231
230
105

R + G + B ~ 74%. #E7E669 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 230 + 105 = 566 (100%)
R 231 of 566 ~ 40.81%
G 230 of 566 ~ 40.64%
B 105 of 566 ~ 18.55%

%40.81
%40.64
%18.55

CMYK color model

#E7E669 color CMYK value is (0,0,55,9).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 54.55%
  • key color value is 9.41%
CMYK:
(0,0,55,9)
C0M0Y55K9 
(0%,0%,55%,9%)
(0.00/0.00/0.55/0.09)	

CMYK percentages

%0
%0.43
%54.55
%9.41

Codes

Color #E7E669 in popluar color models

E7E669
RGB231230105
HSL60°72.41%65.88%
HSB/HSV60°54.55%90.59%
CMYK0.00%0.43%54.55%
9.41%

Color #E7E669 in popluar number systems.

HEXE7E669
Decimal231230105
Binary11100111111001101101001
Octal347346151

Shades and tints

Shades of #E7E669

#E7E669
(231,230,105)
#D2D260
(210,210,96)
#BDBE57
(189,190,87)
#A8AA4E
(168,170,78)
#939645
(147,150,69)
#7E823C
(126,130,60)
#696E33
(105,110,51)
#545A2A
(84,90,42)
#3F4621
(63,70,33)
#2A3218
(42,50,24)
#151E0F
(21,30,15)
#000000
(0,0,0)

Tints of #E7E669

#E7E669
(231,230,105)
#E9E876
(233,232,118)
#EBEA83
(235,234,131)
#EDEC90
(237,236,144)
#EFEE9D
(239,238,157)
#F1F0AA
(241,240,170)
#F3F2B7
(243,242,183)
#F5F4C4
(245,244,196)
#F7F6D1
(247,246,209)
#F9F8DE
(249,248,222)
#FBFAEB
(251,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E669; }

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

This text font color is #E7E669.


Background Color

.myBgColor { background-color: #E7E669; }

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

This div background color is #E7E669.


Border color

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

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

This div border color is #E7E669.


Opacity

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

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

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

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

This text has shadow with #E7E669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E669 on black background.


Color preview on white background

This text has color #E7E669 on white background.



Black color preview on #E7E669 background

This text has black color on #E7E669 background.


White color preview on #E7E669 background

This text has white color on #E7E669 background.