COLOR #E5D28C

HEX: #E5D28C
RGB: (229,210,140)

Renk bilgisi

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

RGB renk modeli

#E5D28C color RGB value is (229,210,140).

  • kırmız ton 229;
  • yeşil ton 210;
  • mavi ton 140.
RGB:
(229,210,140)
(90%,82%,55%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 210 of 255 = 82%
B 140 of 255 = 55%

229
210
140

R + G + B ~ 76%. #E5D28C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 210 + 140 = 579 (100%)
R 229 of 579 ~ 39.55%
G 210 of 579 ~ 36.27%
B 140 of 579 ~ 24.18%

%39.55
%36.27
%24.18

CMYK RENK MODELİ

#E5D28C rengi CMYK tonu (0,8,39,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.30%
  • sarı tonu 38.86%
  • ana renk tonu 10.20%
CMYK:
(0,8,39,10)
C0M8Y39K10 
(0%,8%,39%,10%)
(0.00/0.08/0.39/0.10)	

CMYK yüzdeleri

%0
%8.3
%38.86
%10.2

Codes

Color #E5D28C in popluar color models

E5D28C
RGB229210140
HSL47°63.12%72.35%
HSB/HSV47°38.86%89.80%
CMYK0.00%8.30%38.86%
10.20%

Color #E5D28C in popluar number systems.

HEXE5D28C
Decimal229210140
Binary111001011101001010001100
Octal345322214

Shades and tints

Shades of #E5D28C

#E5D28C
(229,210,140)
#D1BF80
(209,191,128)
#BDAC74
(189,172,116)
#A99968
(169,153,104)
#95865C
(149,134,92)
#817350
(129,115,80)
#6D6044
(109,96,68)
#594D38
(89,77,56)
#453A2C
(69,58,44)
#312720
(49,39,32)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #E5D28C

#E5D28C
(229,210,140)
#E7D696
(231,214,150)
#E9DAA0
(233,218,160)
#EBDEAA
(235,222,170)
#EDE2B4
(237,226,180)
#EFE6BE
(239,230,190)
#F1EAC8
(241,234,200)
#F3EED2
(243,238,210)
#F5F2DC
(245,242,220)
#F7F6E6
(247,246,230)
#F9FAF0
(249,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D28C color. Also use rgb(229,210,140) instead hex code.

Text Font Color

.myTextColor { color: #E5D28C; }

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

This text font color is #E5D28C.


Background Color

.myBgColor { background-color: #E5D28C; }

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

This div background color is #E5D28C.


Border color

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

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

This div border color is #E5D28C.


Opacity

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

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

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

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

This text has shadow with #E5D28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D28C on black background.


Color preview on white background

This text has color #E5D28C on white background.



Black color preview on #E5D28C background

This text has black color on #E5D28C background.


White color preview on #E5D28C background

This text has white color on #E5D28C background.