COLOR #E5A566

HEX: #E5A566
RGB: (229,165,102)

Renk bilgisi

#E5A566 contains mainly red color. #E5A566 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#E5A566 color RGB value is (229,165,102).

  • kırmız ton 229;
  • yeşil ton 165;
  • mavi ton 102.
RGB:
(229,165,102)
(90%,65%,40%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 165 of 255 = 65%
B 102 of 255 = 40%

229
165
102

R + G + B ~ 65%. #E5A566 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 165 + 102 = 496 (100%)
R 229 of 496 ~ 46.17%
G 165 of 496 ~ 33.27%
B 102 of 496 ~ 20.56%

%46.17
%33.27
%20.56

CMYK RENK MODELİ

#E5A566 rengi CMYK tonu (0,28,55,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.95%
  • sarı tonu 55.46%
  • ana renk tonu 10.20%
CMYK:
(0,28,55,10)
C0M28Y55K10 
(0%,28%,55%,10%)
(0.00/0.28/0.55/0.10)	

CMYK yüzdeleri

%0
%27.95
%55.46
%10.2

Codes

Color #E5A566 in popluar color models

E5A566
RGB229165102
HSL30°70.95%64.90%
HSB/HSV30°55.46%89.80%
CMYK0.00%27.95%55.46%
10.20%

Color #E5A566 in popluar number systems.

HEXE5A566
Decimal229165102
Binary11100101101001011100110
Octal345245146

Shades and tints

Shades of #E5A566

#E5A566
(229,165,102)
#D1965D
(209,150,93)
#BD8754
(189,135,84)
#A9784B
(169,120,75)
#956942
(149,105,66)
#815A39
(129,90,57)
#6D4B30
(109,75,48)
#593C27
(89,60,39)
#452D1E
(69,45,30)
#311E15
(49,30,21)
#1D0F0C
(29,15,12)
#000000
(0,0,0)

Tints of #E5A566

#E5A566
(229,165,102)
#E7AD73
(231,173,115)
#E9B580
(233,181,128)
#EBBD8D
(235,189,141)
#EDC59A
(237,197,154)
#EFCDA7
(239,205,167)
#F1D5B4
(241,213,180)
#F3DDC1
(243,221,193)
#F5E5CE
(245,229,206)
#F7EDDB
(247,237,219)
#F9F5E8
(249,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A566 color. Also use rgb(229,165,102) instead hex code.

Text Font Color

.myTextColor { color: #E5A566; }

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

This text font color is #E5A566.


Background Color

.myBgColor { background-color: #E5A566; }

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

This div background color is #E5A566.


Border color

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

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

This div border color is #E5A566.


Opacity

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

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

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

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

This text has shadow with #E5A566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A566 on black background.


Color preview on white background

This text has color #E5A566 on white background.



Black color preview on #E5A566 background

This text has black color on #E5A566 background.


White color preview on #E5A566 background

This text has white color on #E5A566 background.