COLOR #E5B498

HEX: #E5B498
RGB: (229,180,152)

Renk bilgisi

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

RGB renk modeli

#E5B498 color RGB value is (229,180,152).

  • kırmız ton 229;
  • yeşil ton 180;
  • mavi ton 152.
RGB:
(229,180,152)
(90%,71%,60%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 180 of 255 = 71%
B 152 of 255 = 60%

229
180
152

R + G + B ~ 74%. #E5B498 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 180 + 152 = 561 (100%)
R 229 of 561 ~ 40.82%
G 180 of 561 ~ 32.09%
B 152 of 561 ~ 27.09%

%40.82
%32.09
%27.09

CMYK RENK MODELİ

#E5B498 rengi CMYK tonu (0,21,34,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.40%
  • sarı tonu 33.62%
  • ana renk tonu 10.20%
CMYK:
(0,21,34,10)
C0M21Y34K10 
(0%,21%,34%,10%)
(0.00/0.21/0.34/0.10)	

CMYK yüzdeleri

%0
%21.4
%33.62
%10.2

Codes

Color #E5B498 in popluar color models

E5B498
RGB229180152
HSL22°59.69%74.71%
HSB/HSV22°33.62%89.80%
CMYK0.00%21.40%33.62%
10.20%

Color #E5B498 in popluar number systems.

HEXE5B498
Decimal229180152
Binary111001011011010010011000
Octal345264230

Shades and tints

Shades of #E5B498

#E5B498
(229,180,152)
#D1A48B
(209,164,139)
#BD947E
(189,148,126)
#A98471
(169,132,113)
#957464
(149,116,100)
#816457
(129,100,87)
#6D544A
(109,84,74)
#59443D
(89,68,61)
#453430
(69,52,48)
#312423
(49,36,35)
#1D1416
(29,20,22)
#000000
(0,0,0)

Tints of #E5B498

#E5B498
(229,180,152)
#E7BAA1
(231,186,161)
#E9C0AA
(233,192,170)
#EBC6B3
(235,198,179)
#EDCCBC
(237,204,188)
#EFD2C5
(239,210,197)
#F1D8CE
(241,216,206)
#F3DED7
(243,222,215)
#F5E4E0
(245,228,224)
#F7EAE9
(247,234,233)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B498 color. Also use rgb(229,180,152) instead hex code.

Text Font Color

.myTextColor { color: #E5B498; }

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

This text font color is #E5B498.


Background Color

.myBgColor { background-color: #E5B498; }

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

This div background color is #E5B498.


Border color

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

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

This div border color is #E5B498.


Opacity

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

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

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

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

This text has shadow with #E5B498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B498 on black background.


Color preview on white background

This text has color #E5B498 on white background.



Black color preview on #E5B498 background

This text has black color on #E5B498 background.


White color preview on #E5B498 background

This text has white color on #E5B498 background.