COLOR #E4E480

HEX: #E4E480
RGB: (228,228,128)

Renk bilgisi

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

RGB renk modeli

#E4E480 color RGB value is (228,228,128).

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

RGB bağlantıları ve doygunluk

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

228
228
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 228 + 128 = 584 (100%)
R 228 of 584 ~ 39.04%
G 228 of 584 ~ 39.04%
B 128 of 584 ~ 21.92%

%39.04
%39.04
%21.92

CMYK RENK MODELİ

#E4E480 rengi CMYK tonu (0,0,44,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 43.86%
  • ana renk tonu 10.59%
CMYK:
(0,0,44,11)
C0M0Y44K11 
(0%,0%,44%,11%)
(0.00/0.00/0.44/0.11)	

CMYK yüzdeleri

%0
%0
%43.86
%10.59

Codes

Color #E4E480 in popluar color models

E4E480
RGB228228128
HSL60°64.94%69.80%
HSB/HSV60°43.86%89.41%
CMYK0.00%0.00%43.86%
10.59%

Color #E4E480 in popluar number systems.

HEXE4E480
Decimal228228128
Binary111001001110010010000000
Octal344344200

Shades and tints

Shades of #E4E480

#E4E480
(228,228,128)
#D0D075
(208,208,117)
#BCBC6A
(188,188,106)
#A8A85F
(168,168,95)
#949454
(148,148,84)
#808049
(128,128,73)
#6C6C3E
(108,108,62)
#585833
(88,88,51)
#444428
(68,68,40)
#30301D
(48,48,29)
#1C1C12
(28,28,18)
#000000
(0,0,0)

Tints of #E4E480

#E4E480
(228,228,128)
#E6E68B
(230,230,139)
#E8E896
(232,232,150)
#EAEAA1
(234,234,161)
#ECECAC
(236,236,172)
#EEEEB7
(238,238,183)
#F0F0C2
(240,240,194)
#F2F2CD
(242,242,205)
#F4F4D8
(244,244,216)
#F6F6E3
(246,246,227)
#F8F8EE
(248,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E480; }

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

This text font color is #E4E480.


Background Color

.myBgColor { background-color: #E4E480; }

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

This div background color is #E4E480.


Border color

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

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

This div border color is #E4E480.


Opacity

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

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

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

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

This text has shadow with #E4E480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E480 on black background.


Color preview on white background

This text has color #E4E480 on white background.



Black color preview on #E4E480 background

This text has black color on #E4E480 background.


White color preview on #E4E480 background

This text has white color on #E4E480 background.