COLOR #E6E480

HEX: #E6E480
RGB: (230,228,128)

Renk bilgisi

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

RGB renk modeli

#E6E480 color RGB value is (230,228,128).

  • kırmız ton 230;
  • yeşil ton 228;
  • mavi ton 128.
RGB:
(230,228,128)
(90%,89%,50%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 228 of 255 = 89%
B 128 of 255 = 50%

230
228
128

R + G + B ~ 76%. #E6E480 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 228 + 128 = 586 (100%)
R 230 of 586 ~ 39.25%
G 228 of 586 ~ 38.91%
B 128 of 586 ~ 21.84%

%39.25
%38.91
%21.84

CMYK RENK MODELİ

#E6E480 rengi CMYK tonu (0,1,44,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.87%
  • sarı tonu 44.35%
  • ana renk tonu 9.80%
CMYK:
(0,1,44,10)
C0M1Y44K10 
(0%,1%,44%,10%)
(0.00/0.01/0.44/0.10)	

CMYK yüzdeleri

%0
%0.87
%44.35
%9.8

Codes

Color #E6E480 in popluar color models

E6E480
RGB230228128
HSL59°67.11%70.20%
HSB/HSV59°44.35%90.20%
CMYK0.00%0.87%44.35%
9.80%

Color #E6E480 in popluar number systems.

HEXE6E480
Decimal230228128
Binary111001101110010010000000
Octal346344200

Shades and tints

Shades of #E6E480

#E6E480
(230,228,128)
#D2D075
(210,208,117)
#BEBC6A
(190,188,106)
#AAA85F
(170,168,95)
#969454
(150,148,84)
#828049
(130,128,73)
#6E6C3E
(110,108,62)
#5A5833
(90,88,51)
#464428
(70,68,40)
#32301D
(50,48,29)
#1E1C12
(30,28,18)
#000000
(0,0,0)

Tints of #E6E480

#E6E480
(230,228,128)
#E8E68B
(232,230,139)
#EAE896
(234,232,150)
#ECEAA1
(236,234,161)
#EEECAC
(238,236,172)
#F0EEB7
(240,238,183)
#F2F0C2
(242,240,194)
#F4F2CD
(244,242,205)
#F6F4D8
(246,244,216)
#F8F6E3
(248,246,227)
#FAF8EE
(250,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E480; }

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

This text font color is #E6E480.


Background Color

.myBgColor { background-color: #E6E480; }

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

This div background color is #E6E480.


Border color

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

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

This div border color is #E6E480.


Opacity

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

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

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

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

This text has shadow with #E6E480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E480 on black background.


Color preview on white background

This text has color #E6E480 on white background.



Black color preview on #E6E480 background

This text has black color on #E6E480 background.


White color preview on #E6E480 background

This text has white color on #E6E480 background.