COLOR #ECF190

HEX: #ECF190
RGB: (236,241,144)

Color info

#ECF190 contains mainly red and green colors. Web safe color of #ECF190 is #FFFF99 (or #FF9).

RGB color model

#ECF190 color RGB value is (236,241,144).

  • red value is 236;
  • green value is 241;
  • blue value is 144.
RGB:
(236,241,144)
(93%,95%,56%)

RGB channels and saturation

R 236 of 255 = 93%
G 241 of 255 = 95%
B 144 of 255 = 56%

236
241
144

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

Portions of RGB colors in percentages

R + G + B =
236 + 241 + 144 = 621 (100%)
R 236 of 621 ~ 38%
G 241 of 621 ~ 38.81%
B 144 of 621 ~ 23.19%

%38
%38.81
%23.19

CMYK color model

#ECF190 color CMYK value is (2,0,40,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 40.25%
  • key color value is 5.49%
CMYK:
(2,0,40,5)
C2M0Y40K5 
(2%,0%,40%,5%)
(0.02/0.00/0.40/0.05)	

CMYK percentages

%2.07
%0
%40.25
%5.49

Codes

Color #ECF190 in popluar color models

ECF190
RGB236241144
HSL63°77.60%75.49%
HSB/HSV63°40.25%94.51%
CMYK2.07%0.00%40.25%
5.49%

Color #ECF190 in popluar number systems.

HEXECF190
Decimal236241144
Binary111011001111000110010000
Octal354361220

Shades and tints

Shades of #ECF190

#ECF190
(236,241,144)
#D7DC83
(215,220,131)
#C2C776
(194,199,118)
#ADB269
(173,178,105)
#989D5C
(152,157,92)
#83884F
(131,136,79)
#6E7342
(110,115,66)
#595E35
(89,94,53)
#444928
(68,73,40)
#2F341B
(47,52,27)
#1A1F0E
(26,31,14)
#000000
(0,0,0)

Tints of #ECF190

#ECF190
(236,241,144)
#EDF29A
(237,242,154)
#EEF3A4
(238,243,164)
#EFF4AE
(239,244,174)
#F0F5B8
(240,245,184)
#F1F6C2
(241,246,194)
#F2F7CC
(242,247,204)
#F3F8D6
(243,248,214)
#F4F9E0
(244,249,224)
#F5FAEA
(245,250,234)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF190; }

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

This text font color is #ECF190.


Background Color

.myBgColor { background-color: #ECF190; }

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

This div background color is #ECF190.


Border color

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

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

This div border color is #ECF190.


Opacity

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

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

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

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

This text has shadow with #ECF190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF190 on black background.


Color preview on white background

This text has color #ECF190 on white background.



Black color preview on #ECF190 background

This text has black color on #ECF190 background.


White color preview on #ECF190 background

This text has white color on #ECF190 background.