COLOR #E6D916

HEX: #E6D916
RGB: (230,217,22)

Renk bilgisi

#E6D916 contains mainly red and green colors. #E6D916 ‘ nin web güvenlik rengi #CCCC00 (ya da #CC0) dir.

RGB renk modeli

#E6D916 color RGB value is (230,217,22).

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

RGB bağlantıları ve doygunluk

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

230
217
22

R + G + B ~ 61%. #E6D916 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 217 + 22 = 469 (100%)
R 230 of 469 ~ 49.04%
G 217 of 469 ~ 46.27%
B 22 of 469 ~ 4.69%

%49.04
%46.27

CMYK RENK MODELİ

#E6D916 rengi CMYK tonu (0,6,90,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.65%
  • sarı tonu 90.43%
  • ana renk tonu 9.80%
CMYK:
(0,6,90,10)
C0M6Y90K10 
(0%,6%,90%,10%)
(0.00/0.06/0.90/0.10)	

CMYK yüzdeleri

%0
%5.65
%90.43
%9.8

Codes

Color #E6D916 in popluar color models

E6D916
RGB23021722
HSL56°82.54%49.41%
HSB/HSV56°90.43%90.20%
CMYK0.00%5.65%90.43%
9.80%

Color #E6D916 in popluar number systems.

HEXE6D916
Decimal23021722
Binary111001101101100110110
Octal34633126

Shades and tints

Shades of #E6D916

#E6D916
(230,217,22)
#D2C614
(210,198,20)
#BEB312
(190,179,18)
#AAA010
(170,160,16)
#968D0E
(150,141,14)
#827A0C
(130,122,12)
#6E670A
(110,103,10)
#5A5408
(90,84,8)
#464106
(70,65,6)
#322E04
(50,46,4)
#1E1B02
(30,27,2)
#000000
(0,0,0)

Tints of #E6D916

#E6D916
(230,217,22)
#E8DC2B
(232,220,43)
#EADF40
(234,223,64)
#ECE255
(236,226,85)
#EEE56A
(238,229,106)
#F0E87F
(240,232,127)
#F2EB94
(242,235,148)
#F4EEA9
(244,238,169)
#F6F1BE
(246,241,190)
#F8F4D3
(248,244,211)
#FAF7E8
(250,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D916; }

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

This text font color is #E6D916.


Background Color

.myBgColor { background-color: #E6D916; }

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

This div background color is #E6D916.


Border color

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

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

This div border color is #E6D916.


Opacity

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

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

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

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

This text has shadow with #E6D916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D916 on black background.


Color preview on white background

This text has color #E6D916 on white background.



Black color preview on #E6D916 background

This text has black color on #E6D916 background.


White color preview on #E6D916 background

This text has white color on #E6D916 background.