COLOR #E7C595

HEX: #E7C595
RGB: (231,197,149)

Renk bilgisi

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

RGB renk modeli

#E7C595 color RGB value is (231,197,149).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 197 of 255 = 77%
B 149 of 255 = 58%

231
197
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 197 + 149 = 577 (100%)
R 231 of 577 ~ 40.03%
G 197 of 577 ~ 34.14%
B 149 of 577 ~ 25.82%

%40.03
%34.14
%25.82

CMYK RENK MODELİ

#E7C595 rengi CMYK tonu (0,15,35,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.72%
  • sarı tonu 35.50%
  • ana renk tonu 9.41%
CMYK:
(0,15,35,9)
C0M15Y35K9 
(0%,15%,35%,9%)
(0.00/0.15/0.35/0.09)	

CMYK yüzdeleri

%0
%14.72
%35.5
%9.41

Codes

Color #E7C595 in popluar color models

E7C595
RGB231197149
HSL35°63.08%74.51%
HSB/HSV35°35.50%90.59%
CMYK0.00%14.72%35.50%
9.41%

Color #E7C595 in popluar number systems.

HEXE7C595
Decimal231197149
Binary111001111100010110010101
Octal347305225

Shades and tints

Shades of #E7C595

#E7C595
(231,197,149)
#D2B488
(210,180,136)
#BDA37B
(189,163,123)
#A8926E
(168,146,110)
#938161
(147,129,97)
#7E7054
(126,112,84)
#695F47
(105,95,71)
#544E3A
(84,78,58)
#3F3D2D
(63,61,45)
#2A2C20
(42,44,32)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #E7C595

#E7C595
(231,197,149)
#E9CA9E
(233,202,158)
#EBCFA7
(235,207,167)
#EDD4B0
(237,212,176)
#EFD9B9
(239,217,185)
#F1DEC2
(241,222,194)
#F3E3CB
(243,227,203)
#F5E8D4
(245,232,212)
#F7EDDD
(247,237,221)
#F9F2E6
(249,242,230)
#FBF7EF
(251,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C595; }

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

This text font color is #E7C595.


Background Color

.myBgColor { background-color: #E7C595; }

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

This div background color is #E7C595.


Border color

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

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

This div border color is #E7C595.


Opacity

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

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

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

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

This text has shadow with #E7C595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C595 on black background.


Color preview on white background

This text has color #E7C595 on white background.



Black color preview on #E7C595 background

This text has black color on #E7C595 background.


White color preview on #E7C595 background

This text has white color on #E7C595 background.