COLOR #E4C494

HEX: #E4C494
RGB: (228,196,148)

Renk bilgisi

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

RGB renk modeli

#E4C494 color RGB value is (228,196,148).

  • kırmız ton 228;
  • yeşil ton 196;
  • mavi ton 148.
RGB:
(228,196,148)
(89%,77%,58%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 196 of 255 = 77%
B 148 of 255 = 58%

228
196
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 196 + 148 = 572 (100%)
R 228 of 572 ~ 39.86%
G 196 of 572 ~ 34.27%
B 148 of 572 ~ 25.87%

%39.86
%34.27
%25.87

CMYK RENK MODELİ

#E4C494 rengi CMYK tonu (0,14,35,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.04%
  • sarı tonu 35.09%
  • ana renk tonu 10.59%
CMYK:
(0,14,35,11)
C0M14Y35K11 
(0%,14%,35%,11%)
(0.00/0.14/0.35/0.11)	

CMYK yüzdeleri

%0
%14.04
%35.09
%10.59

Codes

Color #E4C494 in popluar color models

E4C494
RGB228196148
HSL36°59.70%73.73%
HSB/HSV36°35.09%89.41%
CMYK0.00%14.04%35.09%
10.59%

Color #E4C494 in popluar number systems.

HEXE4C494
Decimal228196148
Binary111001001100010010010100
Octal344304224

Shades and tints

Shades of #E4C494

#E4C494
(228,196,148)
#D0B387
(208,179,135)
#BCA27A
(188,162,122)
#A8916D
(168,145,109)
#948060
(148,128,96)
#806F53
(128,111,83)
#6C5E46
(108,94,70)
#584D39
(88,77,57)
#443C2C
(68,60,44)
#302B1F
(48,43,31)
#1C1A12
(28,26,18)
#000000
(0,0,0)

Tints of #E4C494

#E4C494
(228,196,148)
#E6C99D
(230,201,157)
#E8CEA6
(232,206,166)
#EAD3AF
(234,211,175)
#ECD8B8
(236,216,184)
#EEDDC1
(238,221,193)
#F0E2CA
(240,226,202)
#F2E7D3
(242,231,211)
#F4ECDC
(244,236,220)
#F6F1E5
(246,241,229)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C494 color. Also use rgb(228,196,148) instead hex code.

Text Font Color

.myTextColor { color: #E4C494; }

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

This text font color is #E4C494.


Background Color

.myBgColor { background-color: #E4C494; }

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

This div background color is #E4C494.


Border color

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

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

This div border color is #E4C494.


Opacity

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

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

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

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

This text has shadow with #E4C494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C494 on black background.


Color preview on white background

This text has color #E4C494 on white background.



Black color preview on #E4C494 background

This text has black color on #E4C494 background.


White color preview on #E4C494 background

This text has white color on #E4C494 background.