COLOR #E3C479

HEX: #E3C479
RGB: (227,196,121)

Renk bilgisi

#E3C479 contains mainly red and green colors. #E3C479 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#E3C479 color RGB value is (227,196,121).

  • kırmız ton 227;
  • yeşil ton 196;
  • mavi ton 121.
RGB:
(227,196,121)
(89%,77%,47%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 196 of 255 = 77%
B 121 of 255 = 47%

227
196
121

R + G + B ~ 71%. #E3C479 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 196 + 121 = 544 (100%)
R 227 of 544 ~ 41.73%
G 196 of 544 ~ 36.03%
B 121 of 544 ~ 22.24%

%41.73
%36.03
%22.24

CMYK RENK MODELİ

#E3C479 rengi CMYK tonu (0,14,47,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.66%
  • sarı tonu 46.70%
  • ana renk tonu 10.98%
CMYK:
(0,14,47,11)
C0M14Y47K11 
(0%,14%,47%,11%)
(0.00/0.14/0.47/0.11)	

CMYK yüzdeleri

%0
%13.66
%46.7
%10.98

Codes

Color #E3C479 in popluar color models

E3C479
RGB227196121
HSL42°65.43%68.24%
HSB/HSV42°46.70%89.02%
CMYK0.00%13.66%46.70%
10.98%

Color #E3C479 in popluar number systems.

HEXE3C479
Decimal227196121
Binary11100011110001001111001
Octal343304171

Shades and tints

Shades of #E3C479

#E3C479
(227,196,121)
#CFB36E
(207,179,110)
#BBA263
(187,162,99)
#A79158
(167,145,88)
#93804D
(147,128,77)
#7F6F42
(127,111,66)
#6B5E37
(107,94,55)
#574D2C
(87,77,44)
#433C21
(67,60,33)
#2F2B16
(47,43,22)
#1B1A0B
(27,26,11)
#000000
(0,0,0)

Tints of #E3C479

#E3C479
(227,196,121)
#E5C985
(229,201,133)
#E7CE91
(231,206,145)
#E9D39D
(233,211,157)
#EBD8A9
(235,216,169)
#EDDDB5
(237,221,181)
#EFE2C1
(239,226,193)
#F1E7CD
(241,231,205)
#F3ECD9
(243,236,217)
#F5F1E5
(245,241,229)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C479 color. Also use rgb(227,196,121) instead hex code.

Text Font Color

.myTextColor { color: #E3C479; }

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

This text font color is #E3C479.


Background Color

.myBgColor { background-color: #E3C479; }

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

This div background color is #E3C479.


Border color

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

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

This div border color is #E3C479.


Opacity

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

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

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

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

This text has shadow with #E3C479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C479 on black background.


Color preview on white background

This text has color #E3C479 on white background.



Black color preview on #E3C479 background

This text has black color on #E3C479 background.


White color preview on #E3C479 background

This text has white color on #E3C479 background.