COLOR #E4E49D

HEX: #E4E49D
RGB: (228,228,157)

Renk bilgisi

#E4E49D contains mainly red and green colors. #E4E49D ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#E4E49D color RGB value is (228,228,157).

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

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 228 of 255 = 89%
B 157 of 255 = 62%

228
228
157

R + G + B ~ 80%. #E4E49D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 228 + 157 = 613 (100%)
R 228 of 613 ~ 37.19%
G 228 of 613 ~ 37.19%
B 157 of 613 ~ 25.61%

%37.19
%37.19
%25.61

CMYK RENK MODELİ

#E4E49D rengi CMYK tonu (0,0,31,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 31.14%
  • ana renk tonu 10.59%
CMYK:
(0,0,31,11)
C0M0Y31K11 
(0%,0%,31%,11%)
(0.00/0.00/0.31/0.11)	

CMYK yüzdeleri

%0
%0
%31.14
%10.59

Codes

Color #E4E49D in popluar color models

E4E49D
RGB228228157
HSL60°56.80%75.49%
HSB/HSV60°31.14%89.41%
CMYK0.00%0.00%31.14%
10.59%

Color #E4E49D in popluar number systems.

HEXE4E49D
Decimal228228157
Binary111001001110010010011101
Octal344344235

Shades and tints

Shades of #E4E49D

#E4E49D
(228,228,157)
#D0D08F
(208,208,143)
#BCBC81
(188,188,129)
#A8A873
(168,168,115)
#949465
(148,148,101)
#808057
(128,128,87)
#6C6C49
(108,108,73)
#58583B
(88,88,59)
#44442D
(68,68,45)
#30301F
(48,48,31)
#1C1C11
(28,28,17)
#000000
(0,0,0)

Tints of #E4E49D

#E4E49D
(228,228,157)
#E6E6A5
(230,230,165)
#E8E8AD
(232,232,173)
#EAEAB5
(234,234,181)
#ECECBD
(236,236,189)
#EEEEC5
(238,238,197)
#F0F0CD
(240,240,205)
#F2F2D5
(242,242,213)
#F4F4DD
(244,244,221)
#F6F6E5
(246,246,229)
#F8F8ED
(248,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E49D; }

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

This text font color is #E4E49D.


Background Color

.myBgColor { background-color: #E4E49D; }

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

This div background color is #E4E49D.


Border color

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

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

This div border color is #E4E49D.


Opacity

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

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

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

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

This text has shadow with #E4E49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E49D on black background.


Color preview on white background

This text has color #E4E49D on white background.



Black color preview on #E4E49D background

This text has black color on #E4E49D background.


White color preview on #E4E49D background

This text has white color on #E4E49D background.