COLOR #E7D58C

HEX: #E7D58C
RGB: (231,213,140)

Renk bilgisi

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

RGB renk modeli

#E7D58C color RGB value is (231,213,140).

  • kırmız ton 231;
  • yeşil ton 213;
  • mavi ton 140.
RGB:
(231,213,140)
(91%,84%,55%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 213 of 255 = 84%
B 140 of 255 = 55%

231
213
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 213 + 140 = 584 (100%)
R 231 of 584 ~ 39.55%
G 213 of 584 ~ 36.47%
B 140 of 584 ~ 23.97%

%39.55
%36.47
%23.97

CMYK RENK MODELİ

#E7D58C rengi CMYK tonu (0,8,39,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.79%
  • sarı tonu 39.39%
  • ana renk tonu 9.41%
CMYK:
(0,8,39,9)
C0M8Y39K9 
(0%,8%,39%,9%)
(0.00/0.08/0.39/0.09)	

CMYK yüzdeleri

%0
%7.79
%39.39
%9.41

Codes

Color #E7D58C in popluar color models

E7D58C
RGB231213140
HSL48°65.47%72.75%
HSB/HSV48°39.39%90.59%
CMYK0.00%7.79%39.39%
9.41%

Color #E7D58C in popluar number systems.

HEXE7D58C
Decimal231213140
Binary111001111101010110001100
Octal347325214

Shades and tints

Shades of #E7D58C

#E7D58C
(231,213,140)
#D2C280
(210,194,128)
#BDAF74
(189,175,116)
#A89C68
(168,156,104)
#93895C
(147,137,92)
#7E7650
(126,118,80)
#696344
(105,99,68)
#545038
(84,80,56)
#3F3D2C
(63,61,44)
#2A2A20
(42,42,32)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #E7D58C

#E7D58C
(231,213,140)
#E9D896
(233,216,150)
#EBDBA0
(235,219,160)
#EDDEAA
(237,222,170)
#EFE1B4
(239,225,180)
#F1E4BE
(241,228,190)
#F3E7C8
(243,231,200)
#F5EAD2
(245,234,210)
#F7EDDC
(247,237,220)
#F9F0E6
(249,240,230)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D58C color. Also use rgb(231,213,140) instead hex code.

Text Font Color

.myTextColor { color: #E7D58C; }

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

This text font color is #E7D58C.


Background Color

.myBgColor { background-color: #E7D58C; }

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

This div background color is #E7D58C.


Border color

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

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

This div border color is #E7D58C.


Opacity

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

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

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

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

This text has shadow with #E7D58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D58C on black background.


Color preview on white background

This text has color #E7D58C on white background.



Black color preview on #E7D58C background

This text has black color on #E7D58C background.


White color preview on #E7D58C background

This text has white color on #E7D58C background.