COLOR #E6D935

HEX: #E6D935
RGB: (230,217,53)

Renk bilgisi

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

RGB renk modeli

#E6D935 color RGB value is (230,217,53).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 217 of 255 = 85%
B 53 of 255 = 21%

230
217
53

R + G + B ~ 65%. #E6D935 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 217 + 53 = 500 (100%)
R 230 of 500 ~ 46%
G 217 of 500 ~ 43.4%
B 53 of 500 ~ 10.6%

%46
%43.4
%10.6

CMYK RENK MODELİ

#E6D935 rengi CMYK tonu (0,6,77,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.65%
  • sarı tonu 76.96%
  • ana renk tonu 9.80%
CMYK:
(0,6,77,10)
C0M6Y77K10 
(0%,6%,77%,10%)
(0.00/0.06/0.77/0.10)	

CMYK yüzdeleri

%0
%5.65
%76.96
%9.8

Codes

Color #E6D935 in popluar color models

E6D935
RGB23021753
HSL56°77.97%55.49%
HSB/HSV56°76.96%90.20%
CMYK0.00%5.65%76.96%
9.80%

Color #E6D935 in popluar number systems.

HEXE6D935
Decimal23021753
Binary1110011011011001110101
Octal34633165

Shades and tints

Shades of #E6D935

#E6D935
(230,217,53)
#D2C631
(210,198,49)
#BEB32D
(190,179,45)
#AAA029
(170,160,41)
#968D25
(150,141,37)
#827A21
(130,122,33)
#6E671D
(110,103,29)
#5A5419
(90,84,25)
#464115
(70,65,21)
#322E11
(50,46,17)
#1E1B0D
(30,27,13)
#000000
(0,0,0)

Tints of #E6D935

#E6D935
(230,217,53)
#E8DC47
(232,220,71)
#EADF59
(234,223,89)
#ECE26B
(236,226,107)
#EEE57D
(238,229,125)
#F0E88F
(240,232,143)
#F2EBA1
(242,235,161)
#F4EEB3
(244,238,179)
#F6F1C5
(246,241,197)
#F8F4D7
(248,244,215)
#FAF7E9
(250,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D935; }

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

This text font color is #E6D935.


Background Color

.myBgColor { background-color: #E6D935; }

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

This div background color is #E6D935.


Border color

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

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

This div border color is #E6D935.


Opacity

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

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

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

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

This text has shadow with #E6D935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D935 on black background.


Color preview on white background

This text has color #E6D935 on white background.



Black color preview on #E6D935 background

This text has black color on #E6D935 background.


White color preview on #E6D935 background

This text has white color on #E6D935 background.