COLOR #E6D939

HEX: #E6D939
RGB: (230,217,57)

Renk bilgisi

#E6D939 contains mainly red and green colors. #E6D939 ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#E6D939 color RGB value is (230,217,57).

  • kırmız ton 230;
  • yeşil ton 217;
  • mavi ton 57.
RGB:
(230,217,57)
(90%,85%,22%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 217 of 255 = 85%
B 57 of 255 = 22%

230
217
57

R + G + B ~ 66%. #E6D939 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 217 + 57 = 504 (100%)
R 230 of 504 ~ 45.63%
G 217 of 504 ~ 43.06%
B 57 of 504 ~ 11.31%

%45.63
%43.06
%11.31

CMYK RENK MODELİ

#E6D939 rengi CMYK tonu (0,6,75,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.65%
  • sarı tonu 75.22%
  • ana renk tonu 9.80%
CMYK:
(0,6,75,10)
C0M6Y75K10 
(0%,6%,75%,10%)
(0.00/0.06/0.75/0.10)	

CMYK yüzdeleri

%0
%5.65
%75.22
%9.8

Codes

Color #E6D939 in popluar color models

E6D939
RGB23021757
HSL55°77.58%56.27%
HSB/HSV55°75.22%90.20%
CMYK0.00%5.65%75.22%
9.80%

Color #E6D939 in popluar number systems.

HEXE6D939
Decimal23021757
Binary1110011011011001111001
Octal34633171

Shades and tints

Shades of #E6D939

#E6D939
(230,217,57)
#D2C634
(210,198,52)
#BEB32F
(190,179,47)
#AAA02A
(170,160,42)
#968D25
(150,141,37)
#827A20
(130,122,32)
#6E671B
(110,103,27)
#5A5416
(90,84,22)
#464111
(70,65,17)
#322E0C
(50,46,12)
#1E1B07
(30,27,7)
#000000
(0,0,0)

Tints of #E6D939

#E6D939
(230,217,57)
#E8DC4B
(232,220,75)
#EADF5D
(234,223,93)
#ECE26F
(236,226,111)
#EEE581
(238,229,129)
#F0E893
(240,232,147)
#F2EBA5
(242,235,165)
#F4EEB7
(244,238,183)
#F6F1C9
(246,241,201)
#F8F4DB
(248,244,219)
#FAF7ED
(250,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D939 color. Also use rgb(230,217,57) instead hex code.

Text Font Color

.myTextColor { color: #E6D939; }

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

This text font color is #E6D939.


Background Color

.myBgColor { background-color: #E6D939; }

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

This div background color is #E6D939.


Border color

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

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

This div border color is #E6D939.


Opacity

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

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

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

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

This text has shadow with #E6D939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D939 on black background.


Color preview on white background

This text has color #E6D939 on white background.



Black color preview on #E6D939 background

This text has black color on #E6D939 background.


White color preview on #E6D939 background

This text has white color on #E6D939 background.