COLOR #E4D38A

HEX: #E4D38A
RGB: (228,211,138)

Renk bilgisi

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

RGB renk modeli

#E4D38A color RGB value is (228,211,138).

  • kırmız ton 228;
  • yeşil ton 211;
  • mavi ton 138.
RGB:
(228,211,138)
(89%,83%,54%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 211 of 255 = 83%
B 138 of 255 = 54%

228
211
138

R + G + B ~ 75%. #E4D38A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 211 + 138 = 577 (100%)
R 228 of 577 ~ 39.51%
G 211 of 577 ~ 36.57%
B 138 of 577 ~ 23.92%

%39.51
%36.57
%23.92

CMYK RENK MODELİ

#E4D38A rengi CMYK tonu (0,7,39,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.46%
  • sarı tonu 39.47%
  • ana renk tonu 10.59%
CMYK:
(0,7,39,11)
C0M7Y39K11 
(0%,7%,39%,11%)
(0.00/0.07/0.39/0.11)	

CMYK yüzdeleri

%0
%7.46
%39.47
%10.59

Codes

Color #E4D38A in popluar color models

E4D38A
RGB228211138
HSL49°62.50%71.76%
HSB/HSV49°39.47%89.41%
CMYK0.00%7.46%39.47%
10.59%

Color #E4D38A in popluar number systems.

HEXE4D38A
Decimal228211138
Binary111001001101001110001010
Octal344323212

Shades and tints

Shades of #E4D38A

#E4D38A
(228,211,138)
#D0C07E
(208,192,126)
#BCAD72
(188,173,114)
#A89A66
(168,154,102)
#94875A
(148,135,90)
#80744E
(128,116,78)
#6C6142
(108,97,66)
#584E36
(88,78,54)
#443B2A
(68,59,42)
#30281E
(48,40,30)
#1C1512
(28,21,18)
#000000
(0,0,0)

Tints of #E4D38A

#E4D38A
(228,211,138)
#E6D794
(230,215,148)
#E8DB9E
(232,219,158)
#EADFA8
(234,223,168)
#ECE3B2
(236,227,178)
#EEE7BC
(238,231,188)
#F0EBC6
(240,235,198)
#F2EFD0
(242,239,208)
#F4F3DA
(244,243,218)
#F6F7E4
(246,247,228)
#F8FBEE
(248,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D38A; }

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

This text font color is #E4D38A.


Background Color

.myBgColor { background-color: #E4D38A; }

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

This div background color is #E4D38A.


Border color

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

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

This div border color is #E4D38A.


Opacity

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

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

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

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

This text has shadow with #E4D38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D38A on black background.


Color preview on white background

This text has color #E4D38A on white background.



Black color preview on #E4D38A background

This text has black color on #E4D38A background.


White color preview on #E4D38A background

This text has white color on #E4D38A background.