COLOR #E1A585

HEX: #E1A585
RGB: (225,165,133)

Renk bilgisi

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

RGB renk modeli

#E1A585 color RGB value is (225,165,133).

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

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 165 of 255 = 65%
B 133 of 255 = 52%

225
165
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 165 + 133 = 523 (100%)
R 225 of 523 ~ 43.02%
G 165 of 523 ~ 31.55%
B 133 of 523 ~ 25.43%

%43.02
%31.55
%25.43

CMYK RENK MODELİ

#E1A585 rengi CMYK tonu (0,27,41,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.67%
  • sarı tonu 40.89%
  • ana renk tonu 11.76%
CMYK:
(0,27,41,12)
C0M27Y41K12 
(0%,27%,41%,12%)
(0.00/0.27/0.41/0.12)	

CMYK yüzdeleri

%0
%26.67
%40.89
%11.76

Codes

Color #E1A585 in popluar color models

E1A585
RGB225165133
HSL21°60.53%70.20%
HSB/HSV21°40.89%88.24%
CMYK0.00%26.67%40.89%
11.76%

Color #E1A585 in popluar number systems.

HEXE1A585
Decimal225165133
Binary111000011010010110000101
Octal341245205

Shades and tints

Shades of #E1A585

#E1A585
(225,165,133)
#CD9679
(205,150,121)
#B9876D
(185,135,109)
#A57861
(165,120,97)
#916955
(145,105,85)
#7D5A49
(125,90,73)
#694B3D
(105,75,61)
#553C31
(85,60,49)
#412D25
(65,45,37)
#2D1E19
(45,30,25)
#190F0D
(25,15,13)
#000000
(0,0,0)

Tints of #E1A585

#E1A585
(225,165,133)
#E3AD90
(227,173,144)
#E5B59B
(229,181,155)
#E7BDA6
(231,189,166)
#E9C5B1
(233,197,177)
#EBCDBC
(235,205,188)
#EDD5C7
(237,213,199)
#EFDDD2
(239,221,210)
#F1E5DD
(241,229,221)
#F3EDE8
(243,237,232)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A585; }

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

This text font color is #E1A585.


Background Color

.myBgColor { background-color: #E1A585; }

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

This div background color is #E1A585.


Border color

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

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

This div border color is #E1A585.


Opacity

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

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

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

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

This text has shadow with #E1A585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A585 on black background.


Color preview on white background

This text has color #E1A585 on white background.



Black color preview on #E1A585 background

This text has black color on #E1A585 background.


White color preview on #E1A585 background

This text has white color on #E1A585 background.