COLOR #ECF18C

HEX: #ECF18C
RGB: (236,241,140)

Renk bilgisi

#ECF18C contains mainly red and green colors. #ECF18C ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#ECF18C color RGB value is (236,241,140).

  • kırmız ton 236;
  • yeşil ton 241;
  • mavi ton 140.
RGB:
(236,241,140)
(93%,95%,55%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 241 of 255 = 95%
B 140 of 255 = 55%

236
241
140

R + G + B ~ 81%. #ECF18C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 241 + 140 = 617 (100%)
R 236 of 617 ~ 38.25%
G 241 of 617 ~ 39.06%
B 140 of 617 ~ 22.69%

%38.25
%39.06
%22.69

CMYK RENK MODELİ

#ECF18C rengi CMYK tonu (2,0,42,5).

  • camgöbeği tonu 2.07%
  • eflatun tonu 0.00%
  • sarı tonu 41.91%
  • ana renk tonu 5.49%
CMYK:
(2,0,42,5)
C2M0Y42K5 
(2%,0%,42%,5%)
(0.02/0.00/0.42/0.05)	

CMYK yüzdeleri

%2.07
%0
%41.91
%5.49

Codes

Color #ECF18C in popluar color models

ECF18C
RGB236241140
HSL63°78.29%74.71%
HSB/HSV63°41.91%94.51%
CMYK2.07%0.00%41.91%
5.49%

Color #ECF18C in popluar number systems.

HEXECF18C
Decimal236241140
Binary111011001111000110001100
Octal354361214

Shades and tints

Shades of #ECF18C

#ECF18C
(236,241,140)
#D7DC80
(215,220,128)
#C2C774
(194,199,116)
#ADB268
(173,178,104)
#989D5C
(152,157,92)
#838850
(131,136,80)
#6E7344
(110,115,68)
#595E38
(89,94,56)
#44492C
(68,73,44)
#2F3420
(47,52,32)
#1A1F14
(26,31,20)
#000000
(0,0,0)

Tints of #ECF18C

#ECF18C
(236,241,140)
#EDF296
(237,242,150)
#EEF3A0
(238,243,160)
#EFF4AA
(239,244,170)
#F0F5B4
(240,245,180)
#F1F6BE
(241,246,190)
#F2F7C8
(242,247,200)
#F3F8D2
(243,248,210)
#F4F9DC
(244,249,220)
#F5FAE6
(245,250,230)
#F6FBF0
(246,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF18C color. Also use rgb(236,241,140) instead hex code.

Text Font Color

.myTextColor { color: #ECF18C; }

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

This text font color is #ECF18C.


Background Color

.myBgColor { background-color: #ECF18C; }

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

This div background color is #ECF18C.


Border color

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

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

This div border color is #ECF18C.


Opacity

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

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

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

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

This text has shadow with #ECF18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF18C on black background.


Color preview on white background

This text has color #ECF18C on white background.



Black color preview on #ECF18C background

This text has black color on #ECF18C background.


White color preview on #ECF18C background

This text has white color on #ECF18C background.