COLOR #E5A59F

HEX: #E5A59F
RGB: (229,165,159)

Renk bilgisi

#E5A59F contains mainly red color. #E5A59F ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#E5A59F color RGB value is (229,165,159).

  • kırmız ton 229;
  • yeşil ton 165;
  • mavi ton 159.
RGB:
(229,165,159)
(90%,65%,62%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 165 of 255 = 65%
B 159 of 255 = 62%

229
165
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 165 + 159 = 553 (100%)
R 229 of 553 ~ 41.41%
G 165 of 553 ~ 29.84%
B 159 of 553 ~ 28.75%

%41.41
%29.84
%28.75

CMYK RENK MODELİ

#E5A59F rengi CMYK tonu (0,28,31,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.95%
  • sarı tonu 30.57%
  • ana renk tonu 10.20%
CMYK:
(0,28,31,10)
C0M28Y31K10 
(0%,28%,31%,10%)
(0.00/0.28/0.31/0.10)	

CMYK yüzdeleri

%0
%27.95
%30.57
%10.2

Codes

Color #E5A59F in popluar color models

E5A59F
RGB229165159
HSL57.38%76.08%
HSB/HSV30.57%89.80%
CMYK0.00%27.95%30.57%
10.20%

Color #E5A59F in popluar number systems.

HEXE5A59F
Decimal229165159
Binary111001011010010110011111
Octal345245237

Shades and tints

Shades of #E5A59F

#E5A59F
(229,165,159)
#D19691
(209,150,145)
#BD8783
(189,135,131)
#A97875
(169,120,117)
#956967
(149,105,103)
#815A59
(129,90,89)
#6D4B4B
(109,75,75)
#593C3D
(89,60,61)
#452D2F
(69,45,47)
#311E21
(49,30,33)
#1D0F13
(29,15,19)
#000000
(0,0,0)

Tints of #E5A59F

#E5A59F
(229,165,159)
#E7ADA7
(231,173,167)
#E9B5AF
(233,181,175)
#EBBDB7
(235,189,183)
#EDC5BF
(237,197,191)
#EFCDC7
(239,205,199)
#F1D5CF
(241,213,207)
#F3DDD7
(243,221,215)
#F5E5DF
(245,229,223)
#F7EDE7
(247,237,231)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A59F color. Also use rgb(229,165,159) instead hex code.

Text Font Color

.myTextColor { color: #E5A59F; }

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

This text font color is #E5A59F.


Background Color

.myBgColor { background-color: #E5A59F; }

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

This div background color is #E5A59F.


Border color

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

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

This div border color is #E5A59F.


Opacity

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

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

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

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

This text has shadow with #E5A59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A59F on black background.


Color preview on white background

This text has color #E5A59F on white background.



Black color preview on #E5A59F background

This text has black color on #E5A59F background.


White color preview on #E5A59F background

This text has white color on #E5A59F background.