COLOR #E5DD76

HEX: #E5DD76
RGB: (229,221,118)

Renk bilgisi

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

RGB renk modeli

#E5DD76 color RGB value is (229,221,118).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 221 of 255 = 87%
B 118 of 255 = 46%

229
221
118

R + G + B ~ 74%. #E5DD76 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 221 + 118 = 568 (100%)
R 229 of 568 ~ 40.32%
G 221 of 568 ~ 38.91%
B 118 of 568 ~ 20.77%

%40.32
%38.91
%20.77

CMYK RENK MODELİ

#E5DD76 rengi CMYK tonu (0,3,48,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.49%
  • sarı tonu 48.47%
  • ana renk tonu 10.20%
CMYK:
(0,3,48,10)
C0M3Y48K10 
(0%,3%,48%,10%)
(0.00/0.03/0.48/0.10)	

CMYK yüzdeleri

%0
%3.49
%48.47
%10.2

Codes

Color #E5DD76 in popluar color models

E5DD76
RGB229221118
HSL56°68.10%68.04%
HSB/HSV56°48.47%89.80%
CMYK0.00%3.49%48.47%
10.20%

Color #E5DD76 in popluar number systems.

HEXE5DD76
Decimal229221118
Binary11100101110111011110110
Octal345335166

Shades and tints

Shades of #E5DD76

#E5DD76
(229,221,118)
#D1C96C
(209,201,108)
#BDB562
(189,181,98)
#A9A158
(169,161,88)
#958D4E
(149,141,78)
#817944
(129,121,68)
#6D653A
(109,101,58)
#595130
(89,81,48)
#453D26
(69,61,38)
#31291C
(49,41,28)
#1D1512
(29,21,18)
#000000
(0,0,0)

Tints of #E5DD76

#E5DD76
(229,221,118)
#E7E082
(231,224,130)
#E9E38E
(233,227,142)
#EBE69A
(235,230,154)
#EDE9A6
(237,233,166)
#EFECB2
(239,236,178)
#F1EFBE
(241,239,190)
#F3F2CA
(243,242,202)
#F5F5D6
(245,245,214)
#F7F8E2
(247,248,226)
#F9FBEE
(249,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DD76; }

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

This text font color is #E5DD76.


Background Color

.myBgColor { background-color: #E5DD76; }

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

This div background color is #E5DD76.


Border color

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

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

This div border color is #E5DD76.


Opacity

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

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

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

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

This text has shadow with #E5DD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DD76 on black background.


Color preview on white background

This text has color #E5DD76 on white background.



Black color preview on #E5DD76 background

This text has black color on #E5DD76 background.


White color preview on #E5DD76 background

This text has white color on #E5DD76 background.