COLOR #E6DA5F

HEX: #E6DA5F
RGB: (230,218,95)

Renk bilgisi

#E6DA5F contains mainly red and green colors. #E6DA5F ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#E6DA5F color RGB value is (230,218,95).

  • kırmız ton 230;
  • yeşil ton 218;
  • mavi ton 95.
RGB:
(230,218,95)
(90%,85%,37%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 218 of 255 = 85%
B 95 of 255 = 37%

230
218
95

R + G + B ~ 71%. #E6DA5F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 218 + 95 = 543 (100%)
R 230 of 543 ~ 42.36%
G 218 of 543 ~ 40.15%
B 95 of 543 ~ 17.5%

%42.36
%40.15
%17.5

CMYK RENK MODELİ

#E6DA5F rengi CMYK tonu (0,5,59,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.22%
  • sarı tonu 58.70%
  • ana renk tonu 9.80%
CMYK:
(0,5,59,10)
C0M5Y59K10 
(0%,5%,59%,10%)
(0.00/0.05/0.59/0.10)	

CMYK yüzdeleri

%0
%5.22
%58.7
%9.8

Codes

Color #E6DA5F in popluar color models

E6DA5F
RGB23021895
HSL55°72.97%63.73%
HSB/HSV55°58.70%90.20%
CMYK0.00%5.22%58.70%
9.80%

Color #E6DA5F in popluar number systems.

HEXE6DA5F
Decimal23021895
Binary11100110110110101011111
Octal346332137

Shades and tints

Shades of #E6DA5F

#E6DA5F
(230,218,95)
#D2C757
(210,199,87)
#BEB44F
(190,180,79)
#AAA147
(170,161,71)
#968E3F
(150,142,63)
#827B37
(130,123,55)
#6E682F
(110,104,47)
#5A5527
(90,85,39)
#46421F
(70,66,31)
#322F17
(50,47,23)
#1E1C0F
(30,28,15)
#000000
(0,0,0)

Tints of #E6DA5F

#E6DA5F
(230,218,95)
#E8DD6D
(232,221,109)
#EAE07B
(234,224,123)
#ECE389
(236,227,137)
#EEE697
(238,230,151)
#F0E9A5
(240,233,165)
#F2ECB3
(242,236,179)
#F4EFC1
(244,239,193)
#F6F2CF
(246,242,207)
#F8F5DD
(248,245,221)
#FAF8EB
(250,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DA5F color. Also use rgb(230,218,95) instead hex code.

Text Font Color

.myTextColor { color: #E6DA5F; }

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

This text font color is #E6DA5F.


Background Color

.myBgColor { background-color: #E6DA5F; }

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

This div background color is #E6DA5F.


Border color

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

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

This div border color is #E6DA5F.


Opacity

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

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

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

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

This text has shadow with #E6DA5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DA5F on black background.


Color preview on white background

This text has color #E6DA5F on white background.



Black color preview on #E6DA5F background

This text has black color on #E6DA5F background.


White color preview on #E6DA5F background

This text has white color on #E6DA5F background.