COLOR #E4C240

HEX: #E4C240
RGB: (228,194,64)

Renk bilgisi

#E4C240 contains mainly red and green colors. #E4C240 ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#E4C240 color RGB value is (228,194,64).

  • kırmız ton 228;
  • yeşil ton 194;
  • mavi ton 64.
RGB:
(228,194,64)
(89%,76%,25%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 194 of 255 = 76%
B 64 of 255 = 25%

228
194
64

R + G + B ~ 63%. #E4C240 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 194 + 64 = 486 (100%)
R 228 of 486 ~ 46.91%
G 194 of 486 ~ 39.92%
B 64 of 486 ~ 13.17%

%46.91
%39.92
%13.17

CMYK RENK MODELİ

#E4C240 rengi CMYK tonu (0,15,72,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.91%
  • sarı tonu 71.93%
  • ana renk tonu 10.59%
CMYK:
(0,15,72,11)
C0M15Y72K11 
(0%,15%,72%,11%)
(0.00/0.15/0.72/0.11)	

CMYK yüzdeleri

%0
%14.91
%71.93
%10.59

Codes

Color #E4C240 in popluar color models

E4C240
RGB22819464
HSL48°75.23%57.25%
HSB/HSV48°71.93%89.41%
CMYK0.00%14.91%71.93%
10.59%

Color #E4C240 in popluar number systems.

HEXE4C240
Decimal22819464
Binary11100100110000101000000
Octal344302100

Shades and tints

Shades of #E4C240

#E4C240
(228,194,64)
#D0B13B
(208,177,59)
#BCA036
(188,160,54)
#A88F31
(168,143,49)
#947E2C
(148,126,44)
#806D27
(128,109,39)
#6C5C22
(108,92,34)
#584B1D
(88,75,29)
#443A18
(68,58,24)
#302913
(48,41,19)
#1C180E
(28,24,14)
#000000
(0,0,0)

Tints of #E4C240

#E4C240
(228,194,64)
#E6C751
(230,199,81)
#E8CC62
(232,204,98)
#EAD173
(234,209,115)
#ECD684
(236,214,132)
#EEDB95
(238,219,149)
#F0E0A6
(240,224,166)
#F2E5B7
(242,229,183)
#F4EAC8
(244,234,200)
#F6EFD9
(246,239,217)
#F8F4EA
(248,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C240 color. Also use rgb(228,194,64) instead hex code.

Text Font Color

.myTextColor { color: #E4C240; }

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

This text font color is #E4C240.


Background Color

.myBgColor { background-color: #E4C240; }

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

This div background color is #E4C240.


Border color

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

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

This div border color is #E4C240.


Opacity

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

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

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

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

This text has shadow with #E4C240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C240 on black background.


Color preview on white background

This text has color #E4C240 on white background.



Black color preview on #E4C240 background

This text has black color on #E4C240 background.


White color preview on #E4C240 background

This text has white color on #E4C240 background.