COLOR #E2D389

HEX: #E2D389
RGB: (226,211,137)

Renk bilgisi

#E2D389 contains mainly red and green colors. #E2D389 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#E2D389 color RGB value is (226,211,137).

  • kırmız ton 226;
  • yeşil ton 211;
  • mavi ton 137.
RGB:
(226,211,137)
(89%,83%,54%)

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 211 of 255 = 83%
B 137 of 255 = 54%

226
211
137

R + G + B ~ 75%. #E2D389 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 211 + 137 = 574 (100%)
R 226 of 574 ~ 39.37%
G 211 of 574 ~ 36.76%
B 137 of 574 ~ 23.87%

%39.37
%36.76
%23.87

CMYK RENK MODELİ

#E2D389 rengi CMYK tonu (0,7,39,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.64%
  • sarı tonu 39.38%
  • ana renk tonu 11.37%
CMYK:
(0,7,39,11)
C0M7Y39K11 
(0%,7%,39%,11%)
(0.00/0.07/0.39/0.11)	

CMYK yüzdeleri

%0
%6.64
%39.38
%11.37

Codes

Color #E2D389 in popluar color models

E2D389
RGB226211137
HSL50°60.54%71.18%
HSB/HSV50°39.38%88.63%
CMYK0.00%6.64%39.38%
11.37%

Color #E2D389 in popluar number systems.

HEXE2D389
Decimal226211137
Binary111000101101001110001001
Octal342323211

Shades and tints

Shades of #E2D389

#E2D389
(226,211,137)
#CEC07D
(206,192,125)
#BAAD71
(186,173,113)
#A69A65
(166,154,101)
#928759
(146,135,89)
#7E744D
(126,116,77)
#6A6141
(106,97,65)
#564E35
(86,78,53)
#423B29
(66,59,41)
#2E281D
(46,40,29)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #E2D389

#E2D389
(226,211,137)
#E4D793
(228,215,147)
#E6DB9D
(230,219,157)
#E8DFA7
(232,223,167)
#EAE3B1
(234,227,177)
#ECE7BB
(236,231,187)
#EEEBC5
(238,235,197)
#F0EFCF
(240,239,207)
#F2F3D9
(242,243,217)
#F4F7E3
(244,247,227)
#F6FBED
(246,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D389 color. Also use rgb(226,211,137) instead hex code.

Text Font Color

.myTextColor { color: #E2D389; }

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

This text font color is #E2D389.


Background Color

.myBgColor { background-color: #E2D389; }

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

This div background color is #E2D389.


Border color

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

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

This div border color is #E2D389.


Opacity

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

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

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

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

This text has shadow with #E2D389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D389 on black background.


Color preview on white background

This text has color #E2D389 on white background.



Black color preview on #E2D389 background

This text has black color on #E2D389 background.


White color preview on #E2D389 background

This text has white color on #E2D389 background.