COLOR #E6E221

HEX: #E6E221
RGB: (230,226,33)

Renk bilgisi

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

RGB renk modeli

#E6E221 color RGB value is (230,226,33).

  • kırmız ton 230;
  • yeşil ton 226;
  • mavi ton 33.
RGB:
(230,226,33)
(90%,89%,13%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 226 of 255 = 89%
B 33 of 255 = 13%

230
226
33

R + G + B ~ 64%. #E6E221 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 226 + 33 = 489 (100%)
R 230 of 489 ~ 47.03%
G 226 of 489 ~ 46.22%
B 33 of 489 ~ 6.75%

%47.03
%46.22

CMYK RENK MODELİ

#E6E221 rengi CMYK tonu (0,2,86,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.74%
  • sarı tonu 85.65%
  • ana renk tonu 9.80%
CMYK:
(0,2,86,10)
C0M2Y86K10 
(0%,2%,86%,10%)
(0.00/0.02/0.86/0.10)	

CMYK yüzdeleri

%0
%1.74
%85.65
%9.8

Codes

Color #E6E221 in popluar color models

E6E221
RGB23022633
HSL59°79.76%51.57%
HSB/HSV59°85.65%90.20%
CMYK0.00%1.74%85.65%
9.80%

Color #E6E221 in popluar number systems.

HEXE6E221
Decimal23022633
Binary1110011011100010100001
Octal34634241

Shades and tints

Shades of #E6E221

#E6E221
(230,226,33)
#D2CE1E
(210,206,30)
#BEBA1B
(190,186,27)
#AAA618
(170,166,24)
#969215
(150,146,21)
#827E12
(130,126,18)
#6E6A0F
(110,106,15)
#5A560C
(90,86,12)
#464209
(70,66,9)
#322E06
(50,46,6)
#1E1A03
(30,26,3)
#000000
(0,0,0)

Tints of #E6E221

#E6E221
(230,226,33)
#E8E435
(232,228,53)
#EAE649
(234,230,73)
#ECE85D
(236,232,93)
#EEEA71
(238,234,113)
#F0EC85
(240,236,133)
#F2EE99
(242,238,153)
#F4F0AD
(244,240,173)
#F6F2C1
(246,242,193)
#F8F4D5
(248,244,213)
#FAF6E9
(250,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E221 color. Also use rgb(230,226,33) instead hex code.

Text Font Color

.myTextColor { color: #E6E221; }

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

This text font color is #E6E221.


Background Color

.myBgColor { background-color: #E6E221; }

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

This div background color is #E6E221.


Border color

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

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

This div border color is #E6E221.


Opacity

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

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

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

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

This text has shadow with #E6E221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E221 on black background.


Color preview on white background

This text has color #E6E221 on white background.



Black color preview on #E6E221 background

This text has black color on #E6E221 background.


White color preview on #E6E221 background

This text has white color on #E6E221 background.