COLOR #E4C88A

HEX: #E4C88A
RGB: (228,200,138)

Renk bilgisi

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

RGB renk modeli

#E4C88A color RGB value is (228,200,138).

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

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 200 of 255 = 78%
B 138 of 255 = 54%

228
200
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 200 + 138 = 566 (100%)
R 228 of 566 ~ 40.28%
G 200 of 566 ~ 35.34%
B 138 of 566 ~ 24.38%

%40.28
%35.34
%24.38

CMYK RENK MODELİ

#E4C88A rengi CMYK tonu (0,12,39,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.28%
  • sarı tonu 39.47%
  • ana renk tonu 10.59%
CMYK:
(0,12,39,11)
C0M12Y39K11 
(0%,12%,39%,11%)
(0.00/0.12/0.39/0.11)	

CMYK yüzdeleri

%0
%12.28
%39.47
%10.59

Codes

Color #E4C88A in popluar color models

E4C88A
RGB228200138
HSL41°62.50%71.76%
HSB/HSV41°39.47%89.41%
CMYK0.00%12.28%39.47%
10.59%

Color #E4C88A in popluar number systems.

HEXE4C88A
Decimal228200138
Binary111001001100100010001010
Octal344310212

Shades and tints

Shades of #E4C88A

#E4C88A
(228,200,138)
#D0B67E
(208,182,126)
#BCA472
(188,164,114)
#A89266
(168,146,102)
#94805A
(148,128,90)
#806E4E
(128,110,78)
#6C5C42
(108,92,66)
#584A36
(88,74,54)
#44382A
(68,56,42)
#30261E
(48,38,30)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #E4C88A

#E4C88A
(228,200,138)
#E6CD94
(230,205,148)
#E8D29E
(232,210,158)
#EAD7A8
(234,215,168)
#ECDCB2
(236,220,178)
#EEE1BC
(238,225,188)
#F0E6C6
(240,230,198)
#F2EBD0
(242,235,208)
#F4F0DA
(244,240,218)
#F6F5E4
(246,245,228)
#F8FAEE
(248,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C88A; }

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

This text font color is #E4C88A.


Background Color

.myBgColor { background-color: #E4C88A; }

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

This div background color is #E4C88A.


Border color

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

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

This div border color is #E4C88A.


Opacity

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

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

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

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

This text has shadow with #E4C88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C88A on black background.


Color preview on white background

This text has color #E4C88A on white background.



Black color preview on #E4C88A background

This text has black color on #E4C88A background.


White color preview on #E4C88A background

This text has white color on #E4C88A background.