COLOR #E5B595

HEX: #E5B595
RGB: (229,181,149)

Renk bilgisi

#E5B595 contains mainly red and green colors. #E5B595 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#E5B595 color RGB value is (229,181,149).

  • kırmız ton 229;
  • yeşil ton 181;
  • mavi ton 149.
RGB:
(229,181,149)
(90%,71%,58%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 181 of 255 = 71%
B 149 of 255 = 58%

229
181
149

R + G + B ~ 73%. #E5B595 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 181 + 149 = 559 (100%)
R 229 of 559 ~ 40.97%
G 181 of 559 ~ 32.38%
B 149 of 559 ~ 26.65%

%40.97
%32.38
%26.65

CMYK RENK MODELİ

#E5B595 rengi CMYK tonu (0,21,35,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.96%
  • sarı tonu 34.93%
  • ana renk tonu 10.20%
CMYK:
(0,21,35,10)
C0M21Y35K10 
(0%,21%,35%,10%)
(0.00/0.21/0.35/0.10)	

CMYK yüzdeleri

%0
%20.96
%34.93
%10.2

Codes

Color #E5B595 in popluar color models

E5B595
RGB229181149
HSL24°60.61%74.12%
HSB/HSV24°34.93%89.80%
CMYK0.00%20.96%34.93%
10.20%

Color #E5B595 in popluar number systems.

HEXE5B595
Decimal229181149
Binary111001011011010110010101
Octal345265225

Shades and tints

Shades of #E5B595

#E5B595
(229,181,149)
#D1A588
(209,165,136)
#BD957B
(189,149,123)
#A9856E
(169,133,110)
#957561
(149,117,97)
#816554
(129,101,84)
#6D5547
(109,85,71)
#59453A
(89,69,58)
#45352D
(69,53,45)
#312520
(49,37,32)
#1D1513
(29,21,19)
#000000
(0,0,0)

Tints of #E5B595

#E5B595
(229,181,149)
#E7BB9E
(231,187,158)
#E9C1A7
(233,193,167)
#EBC7B0
(235,199,176)
#EDCDB9
(237,205,185)
#EFD3C2
(239,211,194)
#F1D9CB
(241,217,203)
#F3DFD4
(243,223,212)
#F5E5DD
(245,229,221)
#F7EBE6
(247,235,230)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B595 color. Also use rgb(229,181,149) instead hex code.

Text Font Color

.myTextColor { color: #E5B595; }

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

This text font color is #E5B595.


Background Color

.myBgColor { background-color: #E5B595; }

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

This div background color is #E5B595.


Border color

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

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

This div border color is #E5B595.


Opacity

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

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

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

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

This text has shadow with #E5B595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B595 on black background.


Color preview on white background

This text has color #E5B595 on white background.



Black color preview on #E5B595 background

This text has black color on #E5B595 background.


White color preview on #E5B595 background

This text has white color on #E5B595 background.