COLOR #E0C579

HEX: #E0C579
RGB: (224,197,121)

Renk bilgisi

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

RGB renk modeli

#E0C579 color RGB value is (224,197,121).

  • kırmız ton 224;
  • yeşil ton 197;
  • mavi ton 121.
RGB:
(224,197,121)
(88%,77%,47%)

RGB bağlantıları ve doygunluk

R 224 of 255 = 88%
G 197 of 255 = 77%
B 121 of 255 = 47%

224
197
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
224 + 197 + 121 = 542 (100%)
R 224 of 542 ~ 41.33%
G 197 of 542 ~ 36.35%
B 121 of 542 ~ 22.32%

%41.33
%36.35
%22.32

CMYK RENK MODELİ

#E0C579 rengi CMYK tonu (0,12,46,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.05%
  • sarı tonu 45.98%
  • ana renk tonu 12.16%
CMYK:
(0,12,46,12)
C0M12Y46K12 
(0%,12%,46%,12%)
(0.00/0.12/0.46/0.12)	

CMYK yüzdeleri

%0
%12.05
%45.98
%12.16

Codes

Color #E0C579 in popluar color models

E0C579
RGB224197121
HSL44°62.42%67.65%
HSB/HSV44°45.98%87.84%
CMYK0.00%12.05%45.98%
12.16%

Color #E0C579 in popluar number systems.

HEXE0C579
Decimal224197121
Binary11100000110001011111001
Octal340305171

Shades and tints

Shades of #E0C579

#E0C579
(224,197,121)
#CCB46E
(204,180,110)
#B8A363
(184,163,99)
#A49258
(164,146,88)
#90814D
(144,129,77)
#7C7042
(124,112,66)
#685F37
(104,95,55)
#544E2C
(84,78,44)
#403D21
(64,61,33)
#2C2C16
(44,44,22)
#181B0B
(24,27,11)
#000000
(0,0,0)

Tints of #E0C579

#E0C579
(224,197,121)
#E2CA85
(226,202,133)
#E4CF91
(228,207,145)
#E6D49D
(230,212,157)
#E8D9A9
(232,217,169)
#EADEB5
(234,222,181)
#ECE3C1
(236,227,193)
#EEE8CD
(238,232,205)
#F0EDD9
(240,237,217)
#F2F2E5
(242,242,229)
#F4F7F1
(244,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C579 color. Also use rgb(224,197,121) instead hex code.

Text Font Color

.myTextColor { color: #E0C579; }

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

This text font color is #E0C579.


Background Color

.myBgColor { background-color: #E0C579; }

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

This div background color is #E0C579.


Border color

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

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

This div border color is #E0C579.


Opacity

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

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

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

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

This text has shadow with #E0C579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C579 on black background.


Color preview on white background

This text has color #E0C579 on white background.



Black color preview on #E0C579 background

This text has black color on #E0C579 background.


White color preview on #E0C579 background

This text has white color on #E0C579 background.