COLOR #E5C689

HEX: #E5C689
RGB: (229,198,137)

Renk bilgisi

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

RGB renk modeli

#E5C689 color RGB value is (229,198,137).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 198 of 255 = 78%
B 137 of 255 = 54%

229
198
137

R + G + B ~ 74%. #E5C689 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 198 + 137 = 564 (100%)
R 229 of 564 ~ 40.6%
G 198 of 564 ~ 35.11%
B 137 of 564 ~ 24.29%

%40.6
%35.11
%24.29

CMYK RENK MODELİ

#E5C689 rengi CMYK tonu (0,14,40,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.54%
  • sarı tonu 40.17%
  • ana renk tonu 10.20%
CMYK:
(0,14,40,10)
C0M14Y40K10 
(0%,14%,40%,10%)
(0.00/0.14/0.40/0.10)	

CMYK yüzdeleri

%0
%13.54
%40.17
%10.2

Codes

Color #E5C689 in popluar color models

E5C689
RGB229198137
HSL40°63.89%71.76%
HSB/HSV40°40.17%89.80%
CMYK0.00%13.54%40.17%
10.20%

Color #E5C689 in popluar number systems.

HEXE5C689
Decimal229198137
Binary111001011100011010001001
Octal345306211

Shades and tints

Shades of #E5C689

#E5C689
(229,198,137)
#D1B47D
(209,180,125)
#BDA271
(189,162,113)
#A99065
(169,144,101)
#957E59
(149,126,89)
#816C4D
(129,108,77)
#6D5A41
(109,90,65)
#594835
(89,72,53)
#453629
(69,54,41)
#31241D
(49,36,29)
#1D1211
(29,18,17)
#000000
(0,0,0)

Tints of #E5C689

#E5C689
(229,198,137)
#E7CB93
(231,203,147)
#E9D09D
(233,208,157)
#EBD5A7
(235,213,167)
#EDDAB1
(237,218,177)
#EFDFBB
(239,223,187)
#F1E4C5
(241,228,197)
#F3E9CF
(243,233,207)
#F5EED9
(245,238,217)
#F7F3E3
(247,243,227)
#F9F8ED
(249,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C689; }

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

This text font color is #E5C689.


Background Color

.myBgColor { background-color: #E5C689; }

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

This div background color is #E5C689.


Border color

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

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

This div border color is #E5C689.


Opacity

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

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

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

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

This text has shadow with #E5C689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C689 on black background.


Color preview on white background

This text has color #E5C689 on white background.



Black color preview on #E5C689 background

This text has black color on #E5C689 background.


White color preview on #E5C689 background

This text has white color on #E5C689 background.