COLOR #E4BE8A

HEX: #E4BE8A
RGB: (228,190,138)

Renk bilgisi

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

RGB renk modeli

#E4BE8A color RGB value is (228,190,138).

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

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 190 of 255 = 75%
B 138 of 255 = 54%

228
190
138

R + G + B ~ 73%. #E4BE8A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 190 + 138 = 556 (100%)
R 228 of 556 ~ 41.01%
G 190 of 556 ~ 34.17%
B 138 of 556 ~ 24.82%

%41.01
%34.17
%24.82

CMYK RENK MODELİ

#E4BE8A rengi CMYK tonu (0,17,39,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.67%
  • sarı tonu 39.47%
  • ana renk tonu 10.59%
CMYK:
(0,17,39,11)
C0M17Y39K11 
(0%,17%,39%,11%)
(0.00/0.17/0.39/0.11)	

CMYK yüzdeleri

%0
%16.67
%39.47
%10.59

Codes

Color #E4BE8A in popluar color models

E4BE8A
RGB228190138
HSL35°62.50%71.76%
HSB/HSV35°39.47%89.41%
CMYK0.00%16.67%39.47%
10.59%

Color #E4BE8A in popluar number systems.

HEXE4BE8A
Decimal228190138
Binary111001001011111010001010
Octal344276212

Shades and tints

Shades of #E4BE8A

#E4BE8A
(228,190,138)
#D0AD7E
(208,173,126)
#BC9C72
(188,156,114)
#A88B66
(168,139,102)
#947A5A
(148,122,90)
#80694E
(128,105,78)
#6C5842
(108,88,66)
#584736
(88,71,54)
#44362A
(68,54,42)
#30251E
(48,37,30)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #E4BE8A

#E4BE8A
(228,190,138)
#E6C394
(230,195,148)
#E8C89E
(232,200,158)
#EACDA8
(234,205,168)
#ECD2B2
(236,210,178)
#EED7BC
(238,215,188)
#F0DCC6
(240,220,198)
#F2E1D0
(242,225,208)
#F4E6DA
(244,230,218)
#F6EBE4
(246,235,228)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BE8A; }

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

This text font color is #E4BE8A.


Background Color

.myBgColor { background-color: #E4BE8A; }

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

This div background color is #E4BE8A.


Border color

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

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

This div border color is #E4BE8A.


Opacity

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

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

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

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

This text has shadow with #E4BE8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BE8A on black background.


Color preview on white background

This text has color #E4BE8A on white background.



Black color preview on #E4BE8A background

This text has black color on #E4BE8A background.


White color preview on #E4BE8A background

This text has white color on #E4BE8A background.