COLOR #E5A59A

HEX: #E5A59A
RGB: (229,165,154)

Renk bilgisi

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

RGB renk modeli

#E5A59A color RGB value is (229,165,154).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 165 of 255 = 65%
B 154 of 255 = 60%

229
165
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 165 + 154 = 548 (100%)
R 229 of 548 ~ 41.79%
G 165 of 548 ~ 30.11%
B 154 of 548 ~ 28.1%

%41.79
%30.11
%28.1

CMYK RENK MODELİ

#E5A59A rengi CMYK tonu (0,28,33,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.95%
  • sarı tonu 32.75%
  • ana renk tonu 10.20%
CMYK:
(0,28,33,10)
C0M28Y33K10 
(0%,28%,33%,10%)
(0.00/0.28/0.33/0.10)	

CMYK yüzdeleri

%0
%27.95
%32.75
%10.2

Codes

Color #E5A59A in popluar color models

E5A59A
RGB229165154
HSL59.06%75.10%
HSB/HSV32.75%89.80%
CMYK0.00%27.95%32.75%
10.20%

Color #E5A59A in popluar number systems.

HEXE5A59A
Decimal229165154
Binary111001011010010110011010
Octal345245232

Shades and tints

Shades of #E5A59A

#E5A59A
(229,165,154)
#D1968C
(209,150,140)
#BD877E
(189,135,126)
#A97870
(169,120,112)
#956962
(149,105,98)
#815A54
(129,90,84)
#6D4B46
(109,75,70)
#593C38
(89,60,56)
#452D2A
(69,45,42)
#311E1C
(49,30,28)
#1D0F0E
(29,15,14)
#000000
(0,0,0)

Tints of #E5A59A

#E5A59A
(229,165,154)
#E7ADA3
(231,173,163)
#E9B5AC
(233,181,172)
#EBBDB5
(235,189,181)
#EDC5BE
(237,197,190)
#EFCDC7
(239,205,199)
#F1D5D0
(241,213,208)
#F3DDD9
(243,221,217)
#F5E5E2
(245,229,226)
#F7EDEB
(247,237,235)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5A59A; }

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

This text font color is #E5A59A.


Background Color

.myBgColor { background-color: #E5A59A; }

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

This div background color is #E5A59A.


Border color

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

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

This div border color is #E5A59A.


Opacity

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

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

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

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

This text has shadow with #E5A59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A59A on black background.


Color preview on white background

This text has color #E5A59A on white background.



Black color preview on #E5A59A background

This text has black color on #E5A59A background.


White color preview on #E5A59A background

This text has white color on #E5A59A background.