COLOR #E6E66B

HEX: #E6E66B
RGB: (230,230,107)

Renk bilgisi

#E6E66B contains mainly red and green colors. #E6E66B ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#E6E66B color RGB value is (230,230,107).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 230 of 255 = 90%
B 107 of 255 = 42%

230
230
107

R + G + B ~ 74%. #E6E66B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 230 + 107 = 567 (100%)
R 230 of 567 ~ 40.56%
G 230 of 567 ~ 40.56%
B 107 of 567 ~ 18.87%

%40.56
%40.56
%18.87

CMYK RENK MODELİ

#E6E66B rengi CMYK tonu (0,0,53,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 53.48%
  • ana renk tonu 9.80%
CMYK:
(0,0,53,10)
C0M0Y53K10 
(0%,0%,53%,10%)
(0.00/0.00/0.53/0.10)	

CMYK yüzdeleri

%0
%0
%53.48
%9.8

Codes

Color #E6E66B in popluar color models

E6E66B
RGB230230107
HSL60°71.10%66.08%
HSB/HSV60°53.48%90.20%
CMYK0.00%0.00%53.48%
9.80%

Color #E6E66B in popluar number systems.

HEXE6E66B
Decimal230230107
Binary11100110111001101101011
Octal346346153

Shades and tints

Shades of #E6E66B

#E6E66B
(230,230,107)
#D2D262
(210,210,98)
#BEBE59
(190,190,89)
#AAAA50
(170,170,80)
#969647
(150,150,71)
#82823E
(130,130,62)
#6E6E35
(110,110,53)
#5A5A2C
(90,90,44)
#464623
(70,70,35)
#32321A
(50,50,26)
#1E1E11
(30,30,17)
#000000
(0,0,0)

Tints of #E6E66B

#E6E66B
(230,230,107)
#E8E878
(232,232,120)
#EAEA85
(234,234,133)
#ECEC92
(236,236,146)
#EEEE9F
(238,238,159)
#F0F0AC
(240,240,172)
#F2F2B9
(242,242,185)
#F4F4C6
(244,244,198)
#F6F6D3
(246,246,211)
#F8F8E0
(248,248,224)
#FAFAED
(250,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E66B; }

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

This text font color is #E6E66B.


Background Color

.myBgColor { background-color: #E6E66B; }

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

This div background color is #E6E66B.


Border color

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

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

This div border color is #E6E66B.


Opacity

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

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

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

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

This text has shadow with #E6E66B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E66B on black background.


Color preview on white background

This text has color #E6E66B on white background.



Black color preview on #E6E66B background

This text has black color on #E6E66B background.


White color preview on #E6E66B background

This text has white color on #E6E66B background.