COLOR #E1C489

HEX: #E1C489
RGB: (225,196,137)

Renk bilgisi

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

RGB renk modeli

#E1C489 color RGB value is (225,196,137).

  • kırmız ton 225;
  • yeşil ton 196;
  • mavi ton 137.
RGB:
(225,196,137)
(88%,77%,54%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 196 of 255 = 77%
B 137 of 255 = 54%

225
196
137

R + G + B ~ 73%. #E1C489 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 196 + 137 = 558 (100%)
R 225 of 558 ~ 40.32%
G 196 of 558 ~ 35.13%
B 137 of 558 ~ 24.55%

%40.32
%35.13
%24.55

CMYK RENK MODELİ

#E1C489 rengi CMYK tonu (0,13,39,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.89%
  • sarı tonu 39.11%
  • ana renk tonu 11.76%
CMYK:
(0,13,39,12)
C0M13Y39K12 
(0%,13%,39%,12%)
(0.00/0.13/0.39/0.12)	

CMYK yüzdeleri

%0
%12.89
%39.11
%11.76

Codes

Color #E1C489 in popluar color models

E1C489
RGB225196137
HSL40°59.46%70.98%
HSB/HSV40°39.11%88.24%
CMYK0.00%12.89%39.11%
11.76%

Color #E1C489 in popluar number systems.

HEXE1C489
Decimal225196137
Binary111000011100010010001001
Octal341304211

Shades and tints

Shades of #E1C489

#E1C489
(225,196,137)
#CDB37D
(205,179,125)
#B9A271
(185,162,113)
#A59165
(165,145,101)
#918059
(145,128,89)
#7D6F4D
(125,111,77)
#695E41
(105,94,65)
#554D35
(85,77,53)
#413C29
(65,60,41)
#2D2B1D
(45,43,29)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #E1C489

#E1C489
(225,196,137)
#E3C993
(227,201,147)
#E5CE9D
(229,206,157)
#E7D3A7
(231,211,167)
#E9D8B1
(233,216,177)
#EBDDBB
(235,221,187)
#EDE2C5
(237,226,197)
#EFE7CF
(239,231,207)
#F1ECD9
(241,236,217)
#F3F1E3
(243,241,227)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C489 color. Also use rgb(225,196,137) instead hex code.

Text Font Color

.myTextColor { color: #E1C489; }

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

This text font color is #E1C489.


Background Color

.myBgColor { background-color: #E1C489; }

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

This div background color is #E1C489.


Border color

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

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

This div border color is #E1C489.


Opacity

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

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

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

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

This text has shadow with #E1C489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C489 on black background.


Color preview on white background

This text has color #E1C489 on white background.



Black color preview on #E1C489 background

This text has black color on #E1C489 background.


White color preview on #E1C489 background

This text has white color on #E1C489 background.