COLOR #E4C36F

HEX: #E4C36F
RGB: (228,195,111)

Renk bilgisi

#E4C36F contains mainly red and green colors. #E4C36F ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#E4C36F color RGB value is (228,195,111).

  • kırmız ton 228;
  • yeşil ton 195;
  • mavi ton 111.
RGB:
(228,195,111)
(89%,76%,44%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 195 of 255 = 76%
B 111 of 255 = 44%

228
195
111

R + G + B ~ 70%. #E4C36F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 195 + 111 = 534 (100%)
R 228 of 534 ~ 42.7%
G 195 of 534 ~ 36.52%
B 111 of 534 ~ 20.79%

%42.7
%36.52
%20.79

CMYK RENK MODELİ

#E4C36F rengi CMYK tonu (0,14,51,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.47%
  • sarı tonu 51.32%
  • ana renk tonu 10.59%
CMYK:
(0,14,51,11)
C0M14Y51K11 
(0%,14%,51%,11%)
(0.00/0.14/0.51/0.11)	

CMYK yüzdeleri

%0
%14.47
%51.32
%10.59

Codes

Color #E4C36F in popluar color models

E4C36F
RGB228195111
HSL43°68.42%66.47%
HSB/HSV43°51.32%89.41%
CMYK0.00%14.47%51.32%
10.59%

Color #E4C36F in popluar number systems.

HEXE4C36F
Decimal228195111
Binary11100100110000111101111
Octal344303157

Shades and tints

Shades of #E4C36F

#E4C36F
(228,195,111)
#D0B265
(208,178,101)
#BCA15B
(188,161,91)
#A89051
(168,144,81)
#947F47
(148,127,71)
#806E3D
(128,110,61)
#6C5D33
(108,93,51)
#584C29
(88,76,41)
#443B1F
(68,59,31)
#302A15
(48,42,21)
#1C190B
(28,25,11)
#000000
(0,0,0)

Tints of #E4C36F

#E4C36F
(228,195,111)
#E6C87C
(230,200,124)
#E8CD89
(232,205,137)
#EAD296
(234,210,150)
#ECD7A3
(236,215,163)
#EEDCB0
(238,220,176)
#F0E1BD
(240,225,189)
#F2E6CA
(242,230,202)
#F4EBD7
(244,235,215)
#F6F0E4
(246,240,228)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C36F; }

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

This text font color is #E4C36F.


Background Color

.myBgColor { background-color: #E4C36F; }

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

This div background color is #E4C36F.


Border color

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

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

This div border color is #E4C36F.


Opacity

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

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

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

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

This text has shadow with #E4C36F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C36F on black background.


Color preview on white background

This text has color #E4C36F on white background.



Black color preview on #E4C36F background

This text has black color on #E4C36F background.


White color preview on #E4C36F background

This text has white color on #E4C36F background.