COLOR #E49B5B

HEX: #E49B5B
RGB: (228,155,91)

Renk bilgisi

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

RGB renk modeli

#E49B5B color RGB value is (228,155,91).

  • kırmız ton 228;
  • yeşil ton 155;
  • mavi ton 91.
RGB:
(228,155,91)
(89%,61%,36%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 155 of 255 = 61%
B 91 of 255 = 36%

228
155
91

R + G + B ~ 62%. #E49B5B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 155 + 91 = 474 (100%)
R 228 of 474 ~ 48.1%
G 155 of 474 ~ 32.7%
B 91 of 474 ~ 19.2%

%48.1
%32.7
%19.2

CMYK RENK MODELİ

#E49B5B rengi CMYK tonu (0,32,60,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.02%
  • sarı tonu 60.09%
  • ana renk tonu 10.59%
CMYK:
(0,32,60,11)
C0M32Y60K11 
(0%,32%,60%,11%)
(0.00/0.32/0.60/0.11)	

CMYK yüzdeleri

%0
%32.02
%60.09
%10.59

Codes

Color #E49B5B in popluar color models

E49B5B
RGB22815591
HSL28°71.73%62.55%
HSB/HSV28°60.09%89.41%
CMYK0.00%32.02%60.09%
10.59%

Color #E49B5B in popluar number systems.

HEXE49B5B
Decimal22815591
Binary11100100100110111011011
Octal344233133

Shades and tints

Shades of #E49B5B

#E49B5B
(228,155,91)
#D08D53
(208,141,83)
#BC7F4B
(188,127,75)
#A87143
(168,113,67)
#94633B
(148,99,59)
#805533
(128,85,51)
#6C472B
(108,71,43)
#583923
(88,57,35)
#442B1B
(68,43,27)
#301D13
(48,29,19)
#1C0F0B
(28,15,11)
#000000
(0,0,0)

Tints of #E49B5B

#E49B5B
(228,155,91)
#E6A469
(230,164,105)
#E8AD77
(232,173,119)
#EAB685
(234,182,133)
#ECBF93
(236,191,147)
#EEC8A1
(238,200,161)
#F0D1AF
(240,209,175)
#F2DABD
(242,218,189)
#F4E3CB
(244,227,203)
#F6ECD9
(246,236,217)
#F8F5E7
(248,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49B5B color. Also use rgb(228,155,91) instead hex code.

Text Font Color

.myTextColor { color: #E49B5B; }

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

This text font color is #E49B5B.


Background Color

.myBgColor { background-color: #E49B5B; }

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

This div background color is #E49B5B.


Border color

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

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

This div border color is #E49B5B.


Opacity

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

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

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

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

This text has shadow with #E49B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49B5B on black background.


Color preview on white background

This text has color #E49B5B on white background.



Black color preview on #E49B5B background

This text has black color on #E49B5B background.


White color preview on #E49B5B background

This text has white color on #E49B5B background.