COLOR #E5B965

HEX: #E5B965
RGB: (229,185,101)

Renk bilgisi

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

RGB renk modeli

#E5B965 color RGB value is (229,185,101).

  • kırmız ton 229;
  • yeşil ton 185;
  • mavi ton 101.
RGB:
(229,185,101)
(90%,73%,40%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 185 of 255 = 73%
B 101 of 255 = 40%

229
185
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 185 + 101 = 515 (100%)
R 229 of 515 ~ 44.47%
G 185 of 515 ~ 35.92%
B 101 of 515 ~ 19.61%

%44.47
%35.92
%19.61

CMYK RENK MODELİ

#E5B965 rengi CMYK tonu (0,19,56,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.21%
  • sarı tonu 55.90%
  • ana renk tonu 10.20%
CMYK:
(0,19,56,10)
C0M19Y56K10 
(0%,19%,56%,10%)
(0.00/0.19/0.56/0.10)	

CMYK yüzdeleri

%0
%19.21
%55.9
%10.2

Codes

Color #E5B965 in popluar color models

E5B965
RGB229185101
HSL39°71.11%64.71%
HSB/HSV39°55.90%89.80%
CMYK0.00%19.21%55.90%
10.20%

Color #E5B965 in popluar number systems.

HEXE5B965
Decimal229185101
Binary11100101101110011100101
Octal345271145

Shades and tints

Shades of #E5B965

#E5B965
(229,185,101)
#D1A95C
(209,169,92)
#BD9953
(189,153,83)
#A9894A
(169,137,74)
#957941
(149,121,65)
#816938
(129,105,56)
#6D592F
(109,89,47)
#594926
(89,73,38)
#45391D
(69,57,29)
#312914
(49,41,20)
#1D190B
(29,25,11)
#000000
(0,0,0)

Tints of #E5B965

#E5B965
(229,185,101)
#E7BF73
(231,191,115)
#E9C581
(233,197,129)
#EBCB8F
(235,203,143)
#EDD19D
(237,209,157)
#EFD7AB
(239,215,171)
#F1DDB9
(241,221,185)
#F3E3C7
(243,227,199)
#F5E9D5
(245,233,213)
#F7EFE3
(247,239,227)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B965 color. Also use rgb(229,185,101) instead hex code.

Text Font Color

.myTextColor { color: #E5B965; }

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

This text font color is #E5B965.


Background Color

.myBgColor { background-color: #E5B965; }

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

This div background color is #E5B965.


Border color

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

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

This div border color is #E5B965.


Opacity

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

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

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

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

This text has shadow with #E5B965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B965 on black background.


Color preview on white background

This text has color #E5B965 on white background.



Black color preview on #E5B965 background

This text has black color on #E5B965 background.


White color preview on #E5B965 background

This text has white color on #E5B965 background.