COLOR #E1C980

HEX: #E1C980
RGB: (225,201,128)

Renk bilgisi

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

RGB renk modeli

#E1C980 color RGB value is (225,201,128).

  • kırmız ton 225;
  • yeşil ton 201;
  • mavi ton 128.
RGB:
(225,201,128)
(88%,79%,50%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 201 of 255 = 79%
B 128 of 255 = 50%

225
201
128

R + G + B ~ 72%. #E1C980 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 201 + 128 = 554 (100%)
R 225 of 554 ~ 40.61%
G 201 of 554 ~ 36.28%
B 128 of 554 ~ 23.1%

%40.61
%36.28
%23.1

CMYK RENK MODELİ

#E1C980 rengi CMYK tonu (0,11,43,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.67%
  • sarı tonu 43.11%
  • ana renk tonu 11.76%
CMYK:
(0,11,43,12)
C0M11Y43K12 
(0%,11%,43%,12%)
(0.00/0.11/0.43/0.12)	

CMYK yüzdeleri

%0
%10.67
%43.11
%11.76

Codes

Color #E1C980 in popluar color models

E1C980
RGB225201128
HSL45°61.78%69.22%
HSB/HSV45°43.11%88.24%
CMYK0.00%10.67%43.11%
11.76%

Color #E1C980 in popluar number systems.

HEXE1C980
Decimal225201128
Binary111000011100100110000000
Octal341311200

Shades and tints

Shades of #E1C980

#E1C980
(225,201,128)
#CDB775
(205,183,117)
#B9A56A
(185,165,106)
#A5935F
(165,147,95)
#918154
(145,129,84)
#7D6F49
(125,111,73)
#695D3E
(105,93,62)
#554B33
(85,75,51)
#413928
(65,57,40)
#2D271D
(45,39,29)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #E1C980

#E1C980
(225,201,128)
#E3CD8B
(227,205,139)
#E5D196
(229,209,150)
#E7D5A1
(231,213,161)
#E9D9AC
(233,217,172)
#EBDDB7
(235,221,183)
#EDE1C2
(237,225,194)
#EFE5CD
(239,229,205)
#F1E9D8
(241,233,216)
#F3EDE3
(243,237,227)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C980 color. Also use rgb(225,201,128) instead hex code.

Text Font Color

.myTextColor { color: #E1C980; }

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

This text font color is #E1C980.


Background Color

.myBgColor { background-color: #E1C980; }

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

This div background color is #E1C980.


Border color

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

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

This div border color is #E1C980.


Opacity

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

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

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

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

This text has shadow with #E1C980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C980 on black background.


Color preview on white background

This text has color #E1C980 on white background.



Black color preview on #E1C980 background

This text has black color on #E1C980 background.


White color preview on #E1C980 background

This text has white color on #E1C980 background.