COLOR #E7D490

HEX: #E7D490
RGB: (231,212,144)

Renk bilgisi

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

RGB renk modeli

#E7D490 color RGB value is (231,212,144).

  • kırmız ton 231;
  • yeşil ton 212;
  • mavi ton 144.
RGB:
(231,212,144)
(91%,83%,56%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 212 of 255 = 83%
B 144 of 255 = 56%

231
212
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 212 + 144 = 587 (100%)
R 231 of 587 ~ 39.35%
G 212 of 587 ~ 36.12%
B 144 of 587 ~ 24.53%

%39.35
%36.12
%24.53

CMYK RENK MODELİ

#E7D490 rengi CMYK tonu (0,8,38,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.23%
  • sarı tonu 37.66%
  • ana renk tonu 9.41%
CMYK:
(0,8,38,9)
C0M8Y38K9 
(0%,8%,38%,9%)
(0.00/0.08/0.38/0.09)	

CMYK yüzdeleri

%0
%8.23
%37.66
%9.41

Codes

Color #E7D490 in popluar color models

E7D490
RGB231212144
HSL47°64.44%73.53%
HSB/HSV47°37.66%90.59%
CMYK0.00%8.23%37.66%
9.41%

Color #E7D490 in popluar number systems.

HEXE7D490
Decimal231212144
Binary111001111101010010010000
Octal347324220

Shades and tints

Shades of #E7D490

#E7D490
(231,212,144)
#D2C183
(210,193,131)
#BDAE76
(189,174,118)
#A89B69
(168,155,105)
#93885C
(147,136,92)
#7E754F
(126,117,79)
#696242
(105,98,66)
#544F35
(84,79,53)
#3F3C28
(63,60,40)
#2A291B
(42,41,27)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #E7D490

#E7D490
(231,212,144)
#E9D79A
(233,215,154)
#EBDAA4
(235,218,164)
#EDDDAE
(237,221,174)
#EFE0B8
(239,224,184)
#F1E3C2
(241,227,194)
#F3E6CC
(243,230,204)
#F5E9D6
(245,233,214)
#F7ECE0
(247,236,224)
#F9EFEA
(249,239,234)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D490 color. Also use rgb(231,212,144) instead hex code.

Text Font Color

.myTextColor { color: #E7D490; }

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

This text font color is #E7D490.


Background Color

.myBgColor { background-color: #E7D490; }

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

This div background color is #E7D490.


Border color

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

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

This div border color is #E7D490.


Opacity

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

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

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

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

This text has shadow with #E7D490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D490 on black background.


Color preview on white background

This text has color #E7D490 on white background.



Black color preview on #E7D490 background

This text has black color on #E7D490 background.


White color preview on #E7D490 background

This text has white color on #E7D490 background.