COLOR #E5D56C

HEX: #E5D56C
RGB: (229,213,108)

Renk bilgisi

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

RGB renk modeli

#E5D56C color RGB value is (229,213,108).

  • kırmız ton 229;
  • yeşil ton 213;
  • mavi ton 108.
RGB:
(229,213,108)
(90%,84%,42%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 213 of 255 = 84%
B 108 of 255 = 42%

229
213
108

R + G + B ~ 72%. #E5D56C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 213 + 108 = 550 (100%)
R 229 of 550 ~ 41.64%
G 213 of 550 ~ 38.73%
B 108 of 550 ~ 19.64%

%41.64
%38.73
%19.64

CMYK RENK MODELİ

#E5D56C rengi CMYK tonu (0,7,53,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.99%
  • sarı tonu 52.84%
  • ana renk tonu 10.20%
CMYK:
(0,7,53,10)
C0M7Y53K10 
(0%,7%,53%,10%)
(0.00/0.07/0.53/0.10)	

CMYK yüzdeleri

%0
%6.99
%52.84
%10.2

Codes

Color #E5D56C in popluar color models

E5D56C
RGB229213108
HSL52°69.94%66.08%
HSB/HSV52°52.84%89.80%
CMYK0.00%6.99%52.84%
10.20%

Color #E5D56C in popluar number systems.

HEXE5D56C
Decimal229213108
Binary11100101110101011101100
Octal345325154

Shades and tints

Shades of #E5D56C

#E5D56C
(229,213,108)
#D1C263
(209,194,99)
#BDAF5A
(189,175,90)
#A99C51
(169,156,81)
#958948
(149,137,72)
#81763F
(129,118,63)
#6D6336
(109,99,54)
#59502D
(89,80,45)
#453D24
(69,61,36)
#312A1B
(49,42,27)
#1D1712
(29,23,18)
#000000
(0,0,0)

Tints of #E5D56C

#E5D56C
(229,213,108)
#E7D879
(231,216,121)
#E9DB86
(233,219,134)
#EBDE93
(235,222,147)
#EDE1A0
(237,225,160)
#EFE4AD
(239,228,173)
#F1E7BA
(241,231,186)
#F3EAC7
(243,234,199)
#F5EDD4
(245,237,212)
#F7F0E1
(247,240,225)
#F9F3EE
(249,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D56C color. Also use rgb(229,213,108) instead hex code.

Text Font Color

.myTextColor { color: #E5D56C; }

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

This text font color is #E5D56C.


Background Color

.myBgColor { background-color: #E5D56C; }

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

This div background color is #E5D56C.


Border color

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

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

This div border color is #E5D56C.


Opacity

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

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

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

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

This text has shadow with #E5D56C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D56C on black background.


Color preview on white background

This text has color #E5D56C on white background.



Black color preview on #E5D56C background

This text has black color on #E5D56C background.


White color preview on #E5D56C background

This text has white color on #E5D56C background.