COLOR #E5BB6F

HEX: #E5BB6F
RGB: (229,187,111)

Renk bilgisi

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

RGB renk modeli

#E5BB6F color RGB value is (229,187,111).

  • kırmız ton 229;
  • yeşil ton 187;
  • mavi ton 111.
RGB:
(229,187,111)
(90%,73%,44%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 187 of 255 = 73%
B 111 of 255 = 44%

229
187
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 187 + 111 = 527 (100%)
R 229 of 527 ~ 43.45%
G 187 of 527 ~ 35.48%
B 111 of 527 ~ 21.06%

%43.45
%35.48
%21.06

CMYK RENK MODELİ

#E5BB6F rengi CMYK tonu (0,18,52,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.34%
  • sarı tonu 51.53%
  • ana renk tonu 10.20%
CMYK:
(0,18,52,10)
C0M18Y52K10 
(0%,18%,52%,10%)
(0.00/0.18/0.52/0.10)	

CMYK yüzdeleri

%0
%18.34
%51.53
%10.2

Codes

Color #E5BB6F in popluar color models

E5BB6F
RGB229187111
HSL39°69.41%66.67%
HSB/HSV39°51.53%89.80%
CMYK0.00%18.34%51.53%
10.20%

Color #E5BB6F in popluar number systems.

HEXE5BB6F
Decimal229187111
Binary11100101101110111101111
Octal345273157

Shades and tints

Shades of #E5BB6F

#E5BB6F
(229,187,111)
#D1AA65
(209,170,101)
#BD995B
(189,153,91)
#A98851
(169,136,81)
#957747
(149,119,71)
#81663D
(129,102,61)
#6D5533
(109,85,51)
#594429
(89,68,41)
#45331F
(69,51,31)
#312215
(49,34,21)
#1D110B
(29,17,11)
#000000
(0,0,0)

Tints of #E5BB6F

#E5BB6F
(229,187,111)
#E7C17C
(231,193,124)
#E9C789
(233,199,137)
#EBCD96
(235,205,150)
#EDD3A3
(237,211,163)
#EFD9B0
(239,217,176)
#F1DFBD
(241,223,189)
#F3E5CA
(243,229,202)
#F5EBD7
(245,235,215)
#F7F1E4
(247,241,228)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BB6F color. Also use rgb(229,187,111) instead hex code.

Text Font Color

.myTextColor { color: #E5BB6F; }

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

This text font color is #E5BB6F.


Background Color

.myBgColor { background-color: #E5BB6F; }

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

This div background color is #E5BB6F.


Border color

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

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

This div border color is #E5BB6F.


Opacity

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

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

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

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

This text has shadow with #E5BB6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BB6F on black background.


Color preview on white background

This text has color #E5BB6F on white background.



Black color preview on #E5BB6F background

This text has black color on #E5BB6F background.


White color preview on #E5BB6F background

This text has white color on #E5BB6F background.