COLOR #E4C195

HEX: #E4C195
RGB: (228,193,149)

Renk bilgisi

#E4C195 contains mainly red and green colors. #E4C195 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#E4C195 color RGB value is (228,193,149).

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

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 193 of 255 = 76%
B 149 of 255 = 58%

228
193
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 193 + 149 = 570 (100%)
R 228 of 570 ~ 40%
G 193 of 570 ~ 33.86%
B 149 of 570 ~ 26.14%

%40
%33.86
%26.14

CMYK RENK MODELİ

#E4C195 rengi CMYK tonu (0,15,35,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.35%
  • sarı tonu 34.65%
  • ana renk tonu 10.59%
CMYK:
(0,15,35,11)
C0M15Y35K11 
(0%,15%,35%,11%)
(0.00/0.15/0.35/0.11)	

CMYK yüzdeleri

%0
%15.35
%34.65
%10.59

Codes

Color #E4C195 in popluar color models

E4C195
RGB228193149
HSL33°59.40%73.92%
HSB/HSV33°34.65%89.41%
CMYK0.00%15.35%34.65%
10.59%

Color #E4C195 in popluar number systems.

HEXE4C195
Decimal228193149
Binary111001001100000110010101
Octal344301225

Shades and tints

Shades of #E4C195

#E4C195
(228,193,149)
#D0B088
(208,176,136)
#BC9F7B
(188,159,123)
#A88E6E
(168,142,110)
#947D61
(148,125,97)
#806C54
(128,108,84)
#6C5B47
(108,91,71)
#584A3A
(88,74,58)
#44392D
(68,57,45)
#302820
(48,40,32)
#1C1713
(28,23,19)
#000000
(0,0,0)

Tints of #E4C195

#E4C195
(228,193,149)
#E6C69E
(230,198,158)
#E8CBA7
(232,203,167)
#EAD0B0
(234,208,176)
#ECD5B9
(236,213,185)
#EEDAC2
(238,218,194)
#F0DFCB
(240,223,203)
#F2E4D4
(242,228,212)
#F4E9DD
(244,233,221)
#F6EEE6
(246,238,230)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C195; }

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

This text font color is #E4C195.


Background Color

.myBgColor { background-color: #E4C195; }

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

This div background color is #E4C195.


Border color

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

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

This div border color is #E4C195.


Opacity

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

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

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

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

This text has shadow with #E4C195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C195 on black background.


Color preview on white background

This text has color #E4C195 on white background.



Black color preview on #E4C195 background

This text has black color on #E4C195 background.


White color preview on #E4C195 background

This text has white color on #E4C195 background.