COLOR #E5B775

HEX: #E5B775
RGB: (229,183,117)

Renk bilgisi

#E5B775 contains mainly red and green colors. #E5B775 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#E5B775 color RGB value is (229,183,117).

  • kırmız ton 229;
  • yeşil ton 183;
  • mavi ton 117.
RGB:
(229,183,117)
(90%,72%,46%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 183 of 255 = 72%
B 117 of 255 = 46%

229
183
117

R + G + B ~ 69%. #E5B775 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 183 + 117 = 529 (100%)
R 229 of 529 ~ 43.29%
G 183 of 529 ~ 34.59%
B 117 of 529 ~ 22.12%

%43.29
%34.59
%22.12

CMYK RENK MODELİ

#E5B775 rengi CMYK tonu (0,20,49,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.09%
  • sarı tonu 48.91%
  • ana renk tonu 10.20%
CMYK:
(0,20,49,10)
C0M20Y49K10 
(0%,20%,49%,10%)
(0.00/0.20/0.49/0.10)	

CMYK yüzdeleri

%0
%20.09
%48.91
%10.2

Codes

Color #E5B775 in popluar color models

E5B775
RGB229183117
HSL35°68.29%67.84%
HSB/HSV35°48.91%89.80%
CMYK0.00%20.09%48.91%
10.20%

Color #E5B775 in popluar number systems.

HEXE5B775
Decimal229183117
Binary11100101101101111110101
Octal345267165

Shades and tints

Shades of #E5B775

#E5B775
(229,183,117)
#D1A76B
(209,167,107)
#BD9761
(189,151,97)
#A98757
(169,135,87)
#95774D
(149,119,77)
#816743
(129,103,67)
#6D5739
(109,87,57)
#59472F
(89,71,47)
#453725
(69,55,37)
#31271B
(49,39,27)
#1D1711
(29,23,17)
#000000
(0,0,0)

Tints of #E5B775

#E5B775
(229,183,117)
#E7BD81
(231,189,129)
#E9C38D
(233,195,141)
#EBC999
(235,201,153)
#EDCFA5
(237,207,165)
#EFD5B1
(239,213,177)
#F1DBBD
(241,219,189)
#F3E1C9
(243,225,201)
#F5E7D5
(245,231,213)
#F7EDE1
(247,237,225)
#F9F3ED
(249,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B775 color. Also use rgb(229,183,117) instead hex code.

Text Font Color

.myTextColor { color: #E5B775; }

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

This text font color is #E5B775.


Background Color

.myBgColor { background-color: #E5B775; }

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

This div background color is #E5B775.


Border color

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

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

This div border color is #E5B775.


Opacity

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

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

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

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

This text has shadow with #E5B775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B775 on black background.


Color preview on white background

This text has color #E5B775 on white background.



Black color preview on #E5B775 background

This text has black color on #E5B775 background.


White color preview on #E5B775 background

This text has white color on #E5B775 background.