COLOR #E5DD93

HEX: #E5DD93
RGB: (229,221,147)

Renk bilgisi

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

RGB renk modeli

#E5DD93 color RGB value is (229,221,147).

  • kırmız ton 229;
  • yeşil ton 221;
  • mavi ton 147.
RGB:
(229,221,147)
(90%,87%,58%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 221 of 255 = 87%
B 147 of 255 = 58%

229
221
147

R + G + B ~ 78%. #E5DD93 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 221 + 147 = 597 (100%)
R 229 of 597 ~ 38.36%
G 221 of 597 ~ 37.02%
B 147 of 597 ~ 24.62%

%38.36
%37.02
%24.62

CMYK RENK MODELİ

#E5DD93 rengi CMYK tonu (0,3,36,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.49%
  • sarı tonu 35.81%
  • ana renk tonu 10.20%
CMYK:
(0,3,36,10)
C0M3Y36K10 
(0%,3%,36%,10%)
(0.00/0.03/0.36/0.10)	

CMYK yüzdeleri

%0
%3.49
%35.81
%10.2

Codes

Color #E5DD93 in popluar color models

E5DD93
RGB229221147
HSL54°61.19%73.73%
HSB/HSV54°35.81%89.80%
CMYK0.00%3.49%35.81%
10.20%

Color #E5DD93 in popluar number systems.

HEXE5DD93
Decimal229221147
Binary111001011101110110010011
Octal345335223

Shades and tints

Shades of #E5DD93

#E5DD93
(229,221,147)
#D1C986
(209,201,134)
#BDB579
(189,181,121)
#A9A16C
(169,161,108)
#958D5F
(149,141,95)
#817952
(129,121,82)
#6D6545
(109,101,69)
#595138
(89,81,56)
#453D2B
(69,61,43)
#31291E
(49,41,30)
#1D1511
(29,21,17)
#000000
(0,0,0)

Tints of #E5DD93

#E5DD93
(229,221,147)
#E7E09C
(231,224,156)
#E9E3A5
(233,227,165)
#EBE6AE
(235,230,174)
#EDE9B7
(237,233,183)
#EFECC0
(239,236,192)
#F1EFC9
(241,239,201)
#F3F2D2
(243,242,210)
#F5F5DB
(245,245,219)
#F7F8E4
(247,248,228)
#F9FBED
(249,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DD93 color. Also use rgb(229,221,147) instead hex code.

Text Font Color

.myTextColor { color: #E5DD93; }

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

This text font color is #E5DD93.


Background Color

.myBgColor { background-color: #E5DD93; }

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

This div background color is #E5DD93.


Border color

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

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

This div border color is #E5DD93.


Opacity

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

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

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

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

This text has shadow with #E5DD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DD93 on black background.


Color preview on white background

This text has color #E5DD93 on white background.



Black color preview on #E5DD93 background

This text has black color on #E5DD93 background.


White color preview on #E5DD93 background

This text has white color on #E5DD93 background.