COLOR #E5B073

HEX: #E5B073
RGB: (229,176,115)

Renk bilgisi

#E5B073 contains mainly red and green colors. #E5B073 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#E5B073 color RGB value is (229,176,115).

  • kırmız ton 229;
  • yeşil ton 176;
  • mavi ton 115.
RGB:
(229,176,115)
(90%,69%,45%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 176 of 255 = 69%
B 115 of 255 = 45%

229
176
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 176 + 115 = 520 (100%)
R 229 of 520 ~ 44.04%
G 176 of 520 ~ 33.85%
B 115 of 520 ~ 22.12%

%44.04
%33.85
%22.12

CMYK RENK MODELİ

#E5B073 rengi CMYK tonu (0,23,50,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.14%
  • sarı tonu 49.78%
  • ana renk tonu 10.20%
CMYK:
(0,23,50,10)
C0M23Y50K10 
(0%,23%,50%,10%)
(0.00/0.23/0.50/0.10)	

CMYK yüzdeleri

%0
%23.14
%49.78
%10.2

Codes

Color #E5B073 in popluar color models

E5B073
RGB229176115
HSL32°68.67%67.45%
HSB/HSV32°49.78%89.80%
CMYK0.00%23.14%49.78%
10.20%

Color #E5B073 in popluar number systems.

HEXE5B073
Decimal229176115
Binary11100101101100001110011
Octal345260163

Shades and tints

Shades of #E5B073

#E5B073
(229,176,115)
#D1A069
(209,160,105)
#BD905F
(189,144,95)
#A98055
(169,128,85)
#95704B
(149,112,75)
#816041
(129,96,65)
#6D5037
(109,80,55)
#59402D
(89,64,45)
#453023
(69,48,35)
#312019
(49,32,25)
#1D100F
(29,16,15)
#000000
(0,0,0)

Tints of #E5B073

#E5B073
(229,176,115)
#E7B77F
(231,183,127)
#E9BE8B
(233,190,139)
#EBC597
(235,197,151)
#EDCCA3
(237,204,163)
#EFD3AF
(239,211,175)
#F1DABB
(241,218,187)
#F3E1C7
(243,225,199)
#F5E8D3
(245,232,211)
#F7EFDF
(247,239,223)
#F9F6EB
(249,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B073 color. Also use rgb(229,176,115) instead hex code.

Text Font Color

.myTextColor { color: #E5B073; }

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

This text font color is #E5B073.


Background Color

.myBgColor { background-color: #E5B073; }

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

This div background color is #E5B073.


Border color

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

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

This div border color is #E5B073.


Opacity

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

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

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

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

This text has shadow with #E5B073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B073 on black background.


Color preview on white background

This text has color #E5B073 on white background.



Black color preview on #E5B073 background

This text has black color on #E5B073 background.


White color preview on #E5B073 background

This text has white color on #E5B073 background.