COLOR #E7E495

HEX: #E7E495
RGB: (231,228,149)

Renk bilgisi

#E7E495 contains mainly red and green colors. #E7E495 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#E7E495 color RGB value is (231,228,149).

  • kırmız ton 231;
  • yeşil ton 228;
  • mavi ton 149.
RGB:
(231,228,149)
(91%,89%,58%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 228 of 255 = 89%
B 149 of 255 = 58%

231
228
149

R + G + B ~ 79%. #E7E495 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 228 + 149 = 608 (100%)
R 231 of 608 ~ 37.99%
G 228 of 608 ~ 37.5%
B 149 of 608 ~ 24.51%

%37.99
%37.5
%24.51

CMYK RENK MODELİ

#E7E495 rengi CMYK tonu (0,1,35,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.30%
  • sarı tonu 35.50%
  • ana renk tonu 9.41%
CMYK:
(0,1,35,9)
C0M1Y35K9 
(0%,1%,35%,9%)
(0.00/0.01/0.35/0.09)	

CMYK yüzdeleri

%0
%1.3
%35.5
%9.41

Codes

Color #E7E495 in popluar color models

E7E495
RGB231228149
HSL58°63.08%74.51%
HSB/HSV58°35.50%90.59%
CMYK0.00%1.30%35.50%
9.41%

Color #E7E495 in popluar number systems.

HEXE7E495
Decimal231228149
Binary111001111110010010010101
Octal347344225

Shades and tints

Shades of #E7E495

#E7E495
(231,228,149)
#D2D088
(210,208,136)
#BDBC7B
(189,188,123)
#A8A86E
(168,168,110)
#939461
(147,148,97)
#7E8054
(126,128,84)
#696C47
(105,108,71)
#54583A
(84,88,58)
#3F442D
(63,68,45)
#2A3020
(42,48,32)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #E7E495

#E7E495
(231,228,149)
#E9E69E
(233,230,158)
#EBE8A7
(235,232,167)
#EDEAB0
(237,234,176)
#EFECB9
(239,236,185)
#F1EEC2
(241,238,194)
#F3F0CB
(243,240,203)
#F5F2D4
(245,242,212)
#F7F4DD
(247,244,221)
#F9F6E6
(249,246,230)
#FBF8EF
(251,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E495 color. Also use rgb(231,228,149) instead hex code.

Text Font Color

.myTextColor { color: #E7E495; }

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

This text font color is #E7E495.


Background Color

.myBgColor { background-color: #E7E495; }

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

This div background color is #E7E495.


Border color

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

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

This div border color is #E7E495.


Opacity

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

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

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

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

This text has shadow with #E7E495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E495 on black background.


Color preview on white background

This text has color #E7E495 on white background.



Black color preview on #E7E495 background

This text has black color on #E7E495 background.


White color preview on #E7E495 background

This text has white color on #E7E495 background.