COLOR #E4C368

HEX: #E4C368
RGB: (228,195,104)

Renk bilgisi

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

RGB renk modeli

#E4C368 color RGB value is (228,195,104).

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

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 195 of 255 = 76%
B 104 of 255 = 41%

228
195
104

R + G + B ~ 69%. #E4C368 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 195 + 104 = 527 (100%)
R 228 of 527 ~ 43.26%
G 195 of 527 ~ 37%
B 104 of 527 ~ 19.73%

%43.26
%37
%19.73

CMYK RENK MODELİ

#E4C368 rengi CMYK tonu (0,14,54,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.47%
  • sarı tonu 54.39%
  • ana renk tonu 10.59%
CMYK:
(0,14,54,11)
C0M14Y54K11 
(0%,14%,54%,11%)
(0.00/0.14/0.54/0.11)	

CMYK yüzdeleri

%0
%14.47
%54.39
%10.59

Codes

Color #E4C368 in popluar color models

E4C368
RGB228195104
HSL44°69.66%65.10%
HSB/HSV44°54.39%89.41%
CMYK0.00%14.47%54.39%
10.59%

Color #E4C368 in popluar number systems.

HEXE4C368
Decimal228195104
Binary11100100110000111101000
Octal344303150

Shades and tints

Shades of #E4C368

#E4C368
(228,195,104)
#D0B25F
(208,178,95)
#BCA156
(188,161,86)
#A8904D
(168,144,77)
#947F44
(148,127,68)
#806E3B
(128,110,59)
#6C5D32
(108,93,50)
#584C29
(88,76,41)
#443B20
(68,59,32)
#302A17
(48,42,23)
#1C190E
(28,25,14)
#000000
(0,0,0)

Tints of #E4C368

#E4C368
(228,195,104)
#E6C875
(230,200,117)
#E8CD82
(232,205,130)
#EAD28F
(234,210,143)
#ECD79C
(236,215,156)
#EEDCA9
(238,220,169)
#F0E1B6
(240,225,182)
#F2E6C3
(242,230,195)
#F4EBD0
(244,235,208)
#F6F0DD
(246,240,221)
#F8F5EA
(248,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C368; }

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

This text font color is #E4C368.


Background Color

.myBgColor { background-color: #E4C368; }

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

This div background color is #E4C368.


Border color

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

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

This div border color is #E4C368.


Opacity

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

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

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

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

This text has shadow with #E4C368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C368 on black background.


Color preview on white background

This text has color #E4C368 on white background.



Black color preview on #E4C368 background

This text has black color on #E4C368 background.


White color preview on #E4C368 background

This text has white color on #E4C368 background.