COLOR #E9D395

HEX: #E9D395
RGB: (233,211,149)

Renk bilgisi

#E9D395 contains mainly red and green colors. #E9D395 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#E9D395 color RGB value is (233,211,149).

  • kırmız ton 233;
  • yeşil ton 211;
  • mavi ton 149.
RGB:
(233,211,149)
(91%,83%,58%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 211 of 255 = 83%
B 149 of 255 = 58%

233
211
149

R + G + B ~ 77%. #E9D395 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 211 + 149 = 593 (100%)
R 233 of 593 ~ 39.29%
G 211 of 593 ~ 35.58%
B 149 of 593 ~ 25.13%

%39.29
%35.58
%25.13

CMYK RENK MODELİ

#E9D395 rengi CMYK tonu (0,9,36,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.44%
  • sarı tonu 36.05%
  • ana renk tonu 8.63%
CMYK:
(0,9,36,9)
C0M9Y36K9 
(0%,9%,36%,9%)
(0.00/0.09/0.36/0.09)	

CMYK yüzdeleri

%0
%9.44
%36.05
%8.63

Codes

Color #E9D395 in popluar color models

E9D395
RGB233211149
HSL44°65.63%74.90%
HSB/HSV44°36.05%91.37%
CMYK0.00%9.44%36.05%
8.63%

Color #E9D395 in popluar number systems.

HEXE9D395
Decimal233211149
Binary111010011101001110010101
Octal351323225

Shades and tints

Shades of #E9D395

#E9D395
(233,211,149)
#D4C088
(212,192,136)
#BFAD7B
(191,173,123)
#AA9A6E
(170,154,110)
#958761
(149,135,97)
#807454
(128,116,84)
#6B6147
(107,97,71)
#564E3A
(86,78,58)
#413B2D
(65,59,45)
#2C2820
(44,40,32)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #E9D395

#E9D395
(233,211,149)
#EBD79E
(235,215,158)
#EDDBA7
(237,219,167)
#EFDFB0
(239,223,176)
#F1E3B9
(241,227,185)
#F3E7C2
(243,231,194)
#F5EBCB
(245,235,203)
#F7EFD4
(247,239,212)
#F9F3DD
(249,243,221)
#FBF7E6
(251,247,230)
#FDFBEF
(253,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D395 color. Also use rgb(233,211,149) instead hex code.

Text Font Color

.myTextColor { color: #E9D395; }

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

This text font color is #E9D395.


Background Color

.myBgColor { background-color: #E9D395; }

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

This div background color is #E9D395.


Border color

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

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

This div border color is #E9D395.


Opacity

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

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

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

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

This text has shadow with #E9D395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D395 on black background.


Color preview on white background

This text has color #E9D395 on white background.



Black color preview on #E9D395 background

This text has black color on #E9D395 background.


White color preview on #E9D395 background

This text has white color on #E9D395 background.