COLOR #E7D58E

HEX: #E7D58E
RGB: (231,213,142)

Renk bilgisi

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

RGB renk modeli

#E7D58E color RGB value is (231,213,142).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 213 of 255 = 84%
B 142 of 255 = 56%

231
213
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 213 + 142 = 586 (100%)
R 231 of 586 ~ 39.42%
G 213 of 586 ~ 36.35%
B 142 of 586 ~ 24.23%

%39.42
%36.35
%24.23

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.79%
  • sarı tonu 38.53%
  • 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
%38.53
%9.41

Codes

Color #E7D58E in popluar color models

E7D58E
RGB231213142
HSL48°64.96%73.14%
HSB/HSV48°38.53%90.59%
CMYK0.00%7.79%38.53%
9.41%

Color #E7D58E in popluar number systems.

HEXE7D58E
Decimal231213142
Binary111001111101010110001110
Octal347325216

Shades and tints

Shades of #E7D58E

#E7D58E
(231,213,142)
#D2C282
(210,194,130)
#BDAF76
(189,175,118)
#A89C6A
(168,156,106)
#93895E
(147,137,94)
#7E7652
(126,118,82)
#696346
(105,99,70)
#54503A
(84,80,58)
#3F3D2E
(63,61,46)
#2A2A22
(42,42,34)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #E7D58E

#E7D58E
(231,213,142)
#E9D898
(233,216,152)
#EBDBA2
(235,219,162)
#EDDEAC
(237,222,172)
#EFE1B6
(239,225,182)
#F1E4C0
(241,228,192)
#F3E7CA
(243,231,202)
#F5EAD4
(245,234,212)
#F7EDDE
(247,237,222)
#F9F0E8
(249,240,232)
#FBF3F2
(251,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D58E; }

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

This text font color is #E7D58E.


Background Color

.myBgColor { background-color: #E7D58E; }

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

This div background color is #E7D58E.


Border color

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

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

This div border color is #E7D58E.


Opacity

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

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

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

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

This text has shadow with #E7D58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D58E on black background.


Color preview on white background

This text has color #E7D58E on white background.



Black color preview on #E7D58E background

This text has black color on #E7D58E background.


White color preview on #E7D58E background

This text has white color on #E7D58E background.