COLOR #E2B676

HEX: #E2B676
RGB: (226,182,118)

Renk bilgisi

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

RGB renk modeli

#E2B676 color RGB value is (226,182,118).

  • kırmız ton 226;
  • yeşil ton 182;
  • mavi ton 118.
RGB:
(226,182,118)
(89%,71%,46%)

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 182 of 255 = 71%
B 118 of 255 = 46%

226
182
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 182 + 118 = 526 (100%)
R 226 of 526 ~ 42.97%
G 182 of 526 ~ 34.6%
B 118 of 526 ~ 22.43%

%42.97
%34.6
%22.43

CMYK RENK MODELİ

#E2B676 rengi CMYK tonu (0,19,48,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.47%
  • sarı tonu 47.79%
  • ana renk tonu 11.37%
CMYK:
(0,19,48,11)
C0M19Y48K11 
(0%,19%,48%,11%)
(0.00/0.19/0.48/0.11)	

CMYK yüzdeleri

%0
%19.47
%47.79
%11.37

Codes

Color #E2B676 in popluar color models

E2B676
RGB226182118
HSL36°65.06%67.45%
HSB/HSV36°47.79%88.63%
CMYK0.00%19.47%47.79%
11.37%

Color #E2B676 in popluar number systems.

HEXE2B676
Decimal226182118
Binary11100010101101101110110
Octal342266166

Shades and tints

Shades of #E2B676

#E2B676
(226,182,118)
#CEA66C
(206,166,108)
#BA9662
(186,150,98)
#A68658
(166,134,88)
#92764E
(146,118,78)
#7E6644
(126,102,68)
#6A563A
(106,86,58)
#564630
(86,70,48)
#423626
(66,54,38)
#2E261C
(46,38,28)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #E2B676

#E2B676
(226,182,118)
#E4BC82
(228,188,130)
#E6C28E
(230,194,142)
#E8C89A
(232,200,154)
#EACEA6
(234,206,166)
#ECD4B2
(236,212,178)
#EEDABE
(238,218,190)
#F0E0CA
(240,224,202)
#F2E6D6
(242,230,214)
#F4ECE2
(244,236,226)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B676 color. Also use rgb(226,182,118) instead hex code.

Text Font Color

.myTextColor { color: #E2B676; }

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

This text font color is #E2B676.


Background Color

.myBgColor { background-color: #E2B676; }

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

This div background color is #E2B676.


Border color

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

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

This div border color is #E2B676.


Opacity

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

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

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

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

This text has shadow with #E2B676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B676 on black background.


Color preview on white background

This text has color #E2B676 on white background.



Black color preview on #E2B676 background

This text has black color on #E2B676 background.


White color preview on #E2B676 background

This text has white color on #E2B676 background.