COLOR #E1A59D

HEX: #E1A59D
RGB: (225,165,157)

Renk bilgisi

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

RGB renk modeli

#E1A59D color RGB value is (225,165,157).

  • kırmız ton 225;
  • yeşil ton 165;
  • mavi ton 157.
RGB:
(225,165,157)
(88%,65%,62%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 165 of 255 = 65%
B 157 of 255 = 62%

225
165
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 165 + 157 = 547 (100%)
R 225 of 547 ~ 41.13%
G 165 of 547 ~ 30.16%
B 157 of 547 ~ 28.7%

%41.13
%30.16
%28.7

CMYK RENK MODELİ

#E1A59D rengi CMYK tonu (0,27,30,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.67%
  • sarı tonu 30.22%
  • ana renk tonu 11.76%
CMYK:
(0,27,30,12)
C0M27Y30K12 
(0%,27%,30%,12%)
(0.00/0.27/0.30/0.12)	

CMYK yüzdeleri

%0
%26.67
%30.22
%11.76

Codes

Color #E1A59D in popluar color models

E1A59D
RGB225165157
HSL53.13%74.90%
HSB/HSV30.22%88.24%
CMYK0.00%26.67%30.22%
11.76%

Color #E1A59D in popluar number systems.

HEXE1A59D
Decimal225165157
Binary111000011010010110011101
Octal341245235

Shades and tints

Shades of #E1A59D

#E1A59D
(225,165,157)
#CD968F
(205,150,143)
#B98781
(185,135,129)
#A57873
(165,120,115)
#916965
(145,105,101)
#7D5A57
(125,90,87)
#694B49
(105,75,73)
#553C3B
(85,60,59)
#412D2D
(65,45,45)
#2D1E1F
(45,30,31)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #E1A59D

#E1A59D
(225,165,157)
#E3ADA5
(227,173,165)
#E5B5AD
(229,181,173)
#E7BDB5
(231,189,181)
#E9C5BD
(233,197,189)
#EBCDC5
(235,205,197)
#EDD5CD
(237,213,205)
#EFDDD5
(239,221,213)
#F1E5DD
(241,229,221)
#F3EDE5
(243,237,229)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A59D color. Also use rgb(225,165,157) instead hex code.

Text Font Color

.myTextColor { color: #E1A59D; }

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

This text font color is #E1A59D.


Background Color

.myBgColor { background-color: #E1A59D; }

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

This div background color is #E1A59D.


Border color

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

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

This div border color is #E1A59D.


Opacity

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

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

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

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

This text has shadow with #E1A59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A59D on black background.


Color preview on white background

This text has color #E1A59D on white background.



Black color preview on #E1A59D background

This text has black color on #E1A59D background.


White color preview on #E1A59D background

This text has white color on #E1A59D background.