COLOR #E6EE5A

HEX: #E6EE5A
RGB: (230,238,90)

Renk bilgisi

#E6EE5A contains mainly red and green colors. #E6EE5A ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#E6EE5A color RGB value is (230,238,90).

  • kırmız ton 230;
  • yeşil ton 238;
  • mavi ton 90.
RGB:
(230,238,90)
(90%,93%,35%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 238 of 255 = 93%
B 90 of 255 = 35%

230
238
90

R + G + B ~ 73%. #E6EE5A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 238 + 90 = 558 (100%)
R 230 of 558 ~ 41.22%
G 238 of 558 ~ 42.65%
B 90 of 558 ~ 16.13%

%41.22
%42.65
%16.13

CMYK RENK MODELİ

#E6EE5A rengi CMYK tonu (3,0,62,7).

  • camgöbeği tonu 3.36%
  • eflatun tonu 0.00%
  • sarı tonu 62.18%
  • ana renk tonu 6.67%
CMYK:
(3,0,62,7)
C3M0Y62K7 
(3%,0%,62%,7%)
(0.03/0.00/0.62/0.07)	

CMYK yüzdeleri

%3.36
%0
%62.18
%6.67

Codes

Color #E6EE5A in popluar color models

E6EE5A
RGB23023890
HSL63°81.32%64.31%
HSB/HSV63°62.18%93.33%
CMYK3.36%0.00%62.18%
6.67%

Color #E6EE5A in popluar number systems.

HEXE6EE5A
Decimal23023890
Binary11100110111011101011010
Octal346356132

Shades and tints

Shades of #E6EE5A

#E6EE5A
(230,238,90)
#D2D952
(210,217,82)
#BEC44A
(190,196,74)
#AAAF42
(170,175,66)
#969A3A
(150,154,58)
#828532
(130,133,50)
#6E702A
(110,112,42)
#5A5B22
(90,91,34)
#46461A
(70,70,26)
#323112
(50,49,18)
#1E1C0A
(30,28,10)
#000000
(0,0,0)

Tints of #E6EE5A

#E6EE5A
(230,238,90)
#E8EF69
(232,239,105)
#EAF078
(234,240,120)
#ECF187
(236,241,135)
#EEF296
(238,242,150)
#F0F3A5
(240,243,165)
#F2F4B4
(242,244,180)
#F4F5C3
(244,245,195)
#F6F6D2
(246,246,210)
#F8F7E1
(248,247,225)
#FAF8F0
(250,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EE5A color. Also use rgb(230,238,90) instead hex code.

Text Font Color

.myTextColor { color: #E6EE5A; }

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

This text font color is #E6EE5A.


Background Color

.myBgColor { background-color: #E6EE5A; }

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

This div background color is #E6EE5A.


Border color

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

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

This div border color is #E6EE5A.


Opacity

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

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

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

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

This text has shadow with #E6EE5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EE5A on black background.


Color preview on white background

This text has color #E6EE5A on white background.



Black color preview on #E6EE5A background

This text has black color on #E6EE5A background.


White color preview on #E6EE5A background

This text has white color on #E6EE5A background.