COLOR #E4B36A

HEX: #E4B36A
RGB: (228,179,106)

Renk bilgisi

#E4B36A contains mainly red and green colors. #E4B36A ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#E4B36A color RGB value is (228,179,106).

  • kırmız ton 228;
  • yeşil ton 179;
  • mavi ton 106.
RGB:
(228,179,106)
(89%,70%,42%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 179 of 255 = 70%
B 106 of 255 = 42%

228
179
106

R + G + B ~ 67%. #E4B36A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 179 + 106 = 513 (100%)
R 228 of 513 ~ 44.44%
G 179 of 513 ~ 34.89%
B 106 of 513 ~ 20.66%

%44.44
%34.89
%20.66

CMYK RENK MODELİ

#E4B36A rengi CMYK tonu (0,21,54,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.49%
  • sarı tonu 53.51%
  • ana renk tonu 10.59%
CMYK:
(0,21,54,11)
C0M21Y54K11 
(0%,21%,54%,11%)
(0.00/0.21/0.54/0.11)	

CMYK yüzdeleri

%0
%21.49
%53.51
%10.59

Codes

Color #E4B36A in popluar color models

E4B36A
RGB228179106
HSL36°69.32%65.49%
HSB/HSV36°53.51%89.41%
CMYK0.00%21.49%53.51%
10.59%

Color #E4B36A in popluar number systems.

HEXE4B36A
Decimal228179106
Binary11100100101100111101010
Octal344263152

Shades and tints

Shades of #E4B36A

#E4B36A
(228,179,106)
#D0A361
(208,163,97)
#BC9358
(188,147,88)
#A8834F
(168,131,79)
#947346
(148,115,70)
#80633D
(128,99,61)
#6C5334
(108,83,52)
#58432B
(88,67,43)
#443322
(68,51,34)
#302319
(48,35,25)
#1C1310
(28,19,16)
#000000
(0,0,0)

Tints of #E4B36A

#E4B36A
(228,179,106)
#E6B977
(230,185,119)
#E8BF84
(232,191,132)
#EAC591
(234,197,145)
#ECCB9E
(236,203,158)
#EED1AB
(238,209,171)
#F0D7B8
(240,215,184)
#F2DDC5
(242,221,197)
#F4E3D2
(244,227,210)
#F6E9DF
(246,233,223)
#F8EFEC
(248,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B36A; }

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

This text font color is #E4B36A.


Background Color

.myBgColor { background-color: #E4B36A; }

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

This div background color is #E4B36A.


Border color

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

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

This div border color is #E4B36A.


Opacity

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

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

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

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

This text has shadow with #E4B36A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B36A on black background.


Color preview on white background

This text has color #E4B36A on white background.



Black color preview on #E4B36A background

This text has black color on #E4B36A background.


White color preview on #E4B36A background

This text has white color on #E4B36A background.