COLOR #E6D199

HEX: #E6D199
RGB: (230,209,153)

Renk bilgisi

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

RGB renk modeli

#E6D199 color RGB value is (230,209,153).

  • kırmız ton 230;
  • yeşil ton 209;
  • mavi ton 153.
RGB:
(230,209,153)
(90%,82%,60%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 209 of 255 = 82%
B 153 of 255 = 60%

230
209
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 209 + 153 = 592 (100%)
R 230 of 592 ~ 38.85%
G 209 of 592 ~ 35.3%
B 153 of 592 ~ 25.84%

%38.85
%35.3
%25.84

CMYK RENK MODELİ

#E6D199 rengi CMYK tonu (0,9,33,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.13%
  • sarı tonu 33.48%
  • ana renk tonu 9.80%
CMYK:
(0,9,33,10)
C0M9Y33K10 
(0%,9%,33%,10%)
(0.00/0.09/0.33/0.10)	

CMYK yüzdeleri

%0
%9.13
%33.48
%9.8

Codes

Color #E6D199 in popluar color models

E6D199
RGB230209153
HSL44°60.63%75.10%
HSB/HSV44°33.48%90.20%
CMYK0.00%9.13%33.48%
9.80%

Color #E6D199 in popluar number systems.

HEXE6D199
Decimal230209153
Binary111001101101000110011001
Octal346321231

Shades and tints

Shades of #E6D199

#E6D199
(230,209,153)
#D2BE8C
(210,190,140)
#BEAB7F
(190,171,127)
#AA9872
(170,152,114)
#968565
(150,133,101)
#827258
(130,114,88)
#6E5F4B
(110,95,75)
#5A4C3E
(90,76,62)
#463931
(70,57,49)
#322624
(50,38,36)
#1E1317
(30,19,23)
#000000
(0,0,0)

Tints of #E6D199

#E6D199
(230,209,153)
#E8D5A2
(232,213,162)
#EAD9AB
(234,217,171)
#ECDDB4
(236,221,180)
#EEE1BD
(238,225,189)
#F0E5C6
(240,229,198)
#F2E9CF
(242,233,207)
#F4EDD8
(244,237,216)
#F6F1E1
(246,241,225)
#F8F5EA
(248,245,234)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D199 color. Also use rgb(230,209,153) instead hex code.

Text Font Color

.myTextColor { color: #E6D199; }

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

This text font color is #E6D199.


Background Color

.myBgColor { background-color: #E6D199; }

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

This div background color is #E6D199.


Border color

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

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

This div border color is #E6D199.


Opacity

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

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

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

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

This text has shadow with #E6D199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D199 on black background.


Color preview on white background

This text has color #E6D199 on white background.



Black color preview on #E6D199 background

This text has black color on #E6D199 background.


White color preview on #E6D199 background

This text has white color on #E6D199 background.