COLOR #E5E189

HEX: #E5E189
RGB: (229,225,137)

Renk bilgisi

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

RGB renk modeli

#E5E189 color RGB value is (229,225,137).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 225 of 255 = 88%
B 137 of 255 = 54%

229
225
137

R + G + B ~ 77%. #E5E189 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 225 + 137 = 591 (100%)
R 229 of 591 ~ 38.75%
G 225 of 591 ~ 38.07%
B 137 of 591 ~ 23.18%

%38.75
%38.07
%23.18

CMYK RENK MODELİ

#E5E189 rengi CMYK tonu (0,2,40,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.75%
  • sarı tonu 40.17%
  • ana renk tonu 10.20%
CMYK:
(0,2,40,10)
C0M2Y40K10 
(0%,2%,40%,10%)
(0.00/0.02/0.40/0.10)	

CMYK yüzdeleri

%0
%1.75
%40.17
%10.2

Codes

Color #E5E189 in popluar color models

E5E189
RGB229225137
HSL57°63.89%71.76%
HSB/HSV57°40.17%89.80%
CMYK0.00%1.75%40.17%
10.20%

Color #E5E189 in popluar number systems.

HEXE5E189
Decimal229225137
Binary111001011110000110001001
Octal345341211

Shades and tints

Shades of #E5E189

#E5E189
(229,225,137)
#D1CD7D
(209,205,125)
#BDB971
(189,185,113)
#A9A565
(169,165,101)
#959159
(149,145,89)
#817D4D
(129,125,77)
#6D6941
(109,105,65)
#595535
(89,85,53)
#454129
(69,65,41)
#312D1D
(49,45,29)
#1D1911
(29,25,17)
#000000
(0,0,0)

Tints of #E5E189

#E5E189
(229,225,137)
#E7E393
(231,227,147)
#E9E59D
(233,229,157)
#EBE7A7
(235,231,167)
#EDE9B1
(237,233,177)
#EFEBBB
(239,235,187)
#F1EDC5
(241,237,197)
#F3EFCF
(243,239,207)
#F5F1D9
(245,241,217)
#F7F3E3
(247,243,227)
#F9F5ED
(249,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E189; }

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

This text font color is #E5E189.


Background Color

.myBgColor { background-color: #E5E189; }

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

This div background color is #E5E189.


Border color

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

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

This div border color is #E5E189.


Opacity

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

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

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

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

This text has shadow with #E5E189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E189 on black background.


Color preview on white background

This text has color #E5E189 on white background.



Black color preview on #E5E189 background

This text has black color on #E5E189 background.


White color preview on #E5E189 background

This text has white color on #E5E189 background.