COLOR #E5BB5B

HEX: #E5BB5B
RGB: (229,187,91)

Renk bilgisi

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

RGB renk modeli

#E5BB5B color RGB value is (229,187,91).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 187 of 255 = 73%
B 91 of 255 = 36%

229
187
91

R + G + B ~ 66%. #E5BB5B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 187 + 91 = 507 (100%)
R 229 of 507 ~ 45.17%
G 187 of 507 ~ 36.88%
B 91 of 507 ~ 17.95%

%45.17
%36.88
%17.95

CMYK RENK MODELİ

#E5BB5B rengi CMYK tonu (0,18,60,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.34%
  • sarı tonu 60.26%
  • ana renk tonu 10.20%
CMYK:
(0,18,60,10)
C0M18Y60K10 
(0%,18%,60%,10%)
(0.00/0.18/0.60/0.10)	

CMYK yüzdeleri

%0
%18.34
%60.26
%10.2

Codes

Color #E5BB5B in popluar color models

E5BB5B
RGB22918791
HSL42°72.63%62.75%
HSB/HSV42°60.26%89.80%
CMYK0.00%18.34%60.26%
10.20%

Color #E5BB5B in popluar number systems.

HEXE5BB5B
Decimal22918791
Binary11100101101110111011011
Octal345273133

Shades and tints

Shades of #E5BB5B

#E5BB5B
(229,187,91)
#D1AA53
(209,170,83)
#BD994B
(189,153,75)
#A98843
(169,136,67)
#95773B
(149,119,59)
#816633
(129,102,51)
#6D552B
(109,85,43)
#594423
(89,68,35)
#45331B
(69,51,27)
#312213
(49,34,19)
#1D110B
(29,17,11)
#000000
(0,0,0)

Tints of #E5BB5B

#E5BB5B
(229,187,91)
#E7C169
(231,193,105)
#E9C777
(233,199,119)
#EBCD85
(235,205,133)
#EDD393
(237,211,147)
#EFD9A1
(239,217,161)
#F1DFAF
(241,223,175)
#F3E5BD
(243,229,189)
#F5EBCB
(245,235,203)
#F7F1D9
(247,241,217)
#F9F7E7
(249,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BB5B; }

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

This text font color is #E5BB5B.


Background Color

.myBgColor { background-color: #E5BB5B; }

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

This div background color is #E5BB5B.


Border color

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

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

This div border color is #E5BB5B.


Opacity

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

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

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

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

This text has shadow with #E5BB5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BB5B on black background.


Color preview on white background

This text has color #E5BB5B on white background.



Black color preview on #E5BB5B background

This text has black color on #E5BB5B background.


White color preview on #E5BB5B background

This text has white color on #E5BB5B background.