COLOR #E59A8D

HEX: #E59A8D
RGB: (229,154,141)

Renk bilgisi

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

RGB renk modeli

#E59A8D color RGB value is (229,154,141).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 154 of 255 = 60%
B 141 of 255 = 55%

229
154
141

R + G + B ~ 68%. #E59A8D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 154 + 141 = 524 (100%)
R 229 of 524 ~ 43.7%
G 154 of 524 ~ 29.39%
B 141 of 524 ~ 26.91%

%43.7
%29.39
%26.91

CMYK RENK MODELİ

#E59A8D rengi CMYK tonu (0,33,38,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.75%
  • sarı tonu 38.43%
  • ana renk tonu 10.20%
CMYK:
(0,33,38,10)
C0M33Y38K10 
(0%,33%,38%,10%)
(0.00/0.33/0.38/0.10)	

CMYK yüzdeleri

%0
%32.75
%38.43
%10.2

Codes

Color #E59A8D in popluar color models

E59A8D
RGB229154141
HSL62.86%72.55%
HSB/HSV38.43%89.80%
CMYK0.00%32.75%38.43%
10.20%

Color #E59A8D in popluar number systems.

HEXE59A8D
Decimal229154141
Binary111001011001101010001101
Octal345232215

Shades and tints

Shades of #E59A8D

#E59A8D
(229,154,141)
#D18C81
(209,140,129)
#BD7E75
(189,126,117)
#A97069
(169,112,105)
#95625D
(149,98,93)
#815451
(129,84,81)
#6D4645
(109,70,69)
#593839
(89,56,57)
#452A2D
(69,42,45)
#311C21
(49,28,33)
#1D0E15
(29,14,21)
#000000
(0,0,0)

Tints of #E59A8D

#E59A8D
(229,154,141)
#E7A397
(231,163,151)
#E9ACA1
(233,172,161)
#EBB5AB
(235,181,171)
#EDBEB5
(237,190,181)
#EFC7BF
(239,199,191)
#F1D0C9
(241,208,201)
#F3D9D3
(243,217,211)
#F5E2DD
(245,226,221)
#F7EBE7
(247,235,231)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59A8D; }

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

This text font color is #E59A8D.


Background Color

.myBgColor { background-color: #E59A8D; }

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

This div background color is #E59A8D.


Border color

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

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

This div border color is #E59A8D.


Opacity

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

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

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

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

This text has shadow with #E59A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59A8D on black background.


Color preview on white background

This text has color #E59A8D on white background.



Black color preview on #E59A8D background

This text has black color on #E59A8D background.


White color preview on #E59A8D background

This text has white color on #E59A8D background.