COLOR #E7D299

HEX: #E7D299
RGB: (231,210,153)

Renk bilgisi

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

RGB renk modeli

#E7D299 color RGB value is (231,210,153).

  • kırmız ton 231;
  • yeşil ton 210;
  • mavi ton 153.
RGB:
(231,210,153)
(91%,82%,60%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 210 of 255 = 82%
B 153 of 255 = 60%

231
210
153

R + G + B ~ 78%. #E7D299 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 210 + 153 = 594 (100%)
R 231 of 594 ~ 38.89%
G 210 of 594 ~ 35.35%
B 153 of 594 ~ 25.76%

%38.89
%35.35
%25.76

CMYK RENK MODELİ

#E7D299 rengi CMYK tonu (0,9,34,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.09%
  • sarı tonu 33.77%
  • ana renk tonu 9.41%
CMYK:
(0,9,34,9)
C0M9Y34K9 
(0%,9%,34%,9%)
(0.00/0.09/0.34/0.09)	

CMYK yüzdeleri

%0
%9.09
%33.77
%9.41

Codes

Color #E7D299 in popluar color models

E7D299
RGB231210153
HSL44°61.90%75.29%
HSB/HSV44°33.77%90.59%
CMYK0.00%9.09%33.77%
9.41%

Color #E7D299 in popluar number systems.

HEXE7D299
Decimal231210153
Binary111001111101001010011001
Octal347322231

Shades and tints

Shades of #E7D299

#E7D299
(231,210,153)
#D2BF8C
(210,191,140)
#BDAC7F
(189,172,127)
#A89972
(168,153,114)
#938665
(147,134,101)
#7E7358
(126,115,88)
#69604B
(105,96,75)
#544D3E
(84,77,62)
#3F3A31
(63,58,49)
#2A2724
(42,39,36)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #E7D299

#E7D299
(231,210,153)
#E9D6A2
(233,214,162)
#EBDAAB
(235,218,171)
#EDDEB4
(237,222,180)
#EFE2BD
(239,226,189)
#F1E6C6
(241,230,198)
#F3EACF
(243,234,207)
#F5EED8
(245,238,216)
#F7F2E1
(247,242,225)
#F9F6EA
(249,246,234)
#FBFAF3
(251,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D299 color. Also use rgb(231,210,153) instead hex code.

Text Font Color

.myTextColor { color: #E7D299; }

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

This text font color is #E7D299.


Background Color

.myBgColor { background-color: #E7D299; }

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

This div background color is #E7D299.


Border color

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

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

This div border color is #E7D299.


Opacity

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

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

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

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

This text has shadow with #E7D299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D299 on black background.


Color preview on white background

This text has color #E7D299 on white background.



Black color preview on #E7D299 background

This text has black color on #E7D299 background.


White color preview on #E7D299 background

This text has white color on #E7D299 background.