COLOR #ECF495

HEX: #ECF495
RGB: (236,244,149)

Color info

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

RGB color model

#ECF495 color RGB value is (236,244,149).

  • red value is 236;
  • green value is 244;
  • blue value is 149.
RGB:
(236,244,149)
(93%,96%,58%)

RGB channels and saturation

R 236 of 255 = 93%
G 244 of 255 = 96%
B 149 of 255 = 58%

236
244
149

R + G + B ~ 82%. #ECF495 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 244 + 149 = 629 (100%)
R 236 of 629 ~ 37.52%
G 244 of 629 ~ 38.79%
B 149 of 629 ~ 23.69%

%37.52
%38.79
%23.69

CMYK color model

#ECF495 color CMYK value is (3,0,39,4).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 38.93%
  • key color value is 4.31%
CMYK:
(3,0,39,4)
C3M0Y39K4 
(3%,0%,39%,4%)
(0.03/0.00/0.39/0.04)	

CMYK percentages

%3.28
%0
%38.93
%4.31

Codes

Color #ECF495 in popluar color models

ECF495
RGB236244149
HSL65°81.20%77.06%
HSB/HSV65°38.93%95.69%
CMYK3.28%0.00%38.93%
4.31%

Color #ECF495 in popluar number systems.

HEXECF495
Decimal236244149
Binary111011001111010010010101
Octal354364225

Shades and tints

Shades of #ECF495

#ECF495
(236,244,149)
#D7DE88
(215,222,136)
#C2C87B
(194,200,123)
#ADB26E
(173,178,110)
#989C61
(152,156,97)
#838654
(131,134,84)
#6E7047
(110,112,71)
#595A3A
(89,90,58)
#44442D
(68,68,45)
#2F2E20
(47,46,32)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #ECF495

#ECF495
(236,244,149)
#EDF59E
(237,245,158)
#EEF6A7
(238,246,167)
#EFF7B0
(239,247,176)
#F0F8B9
(240,248,185)
#F1F9C2
(241,249,194)
#F2FACB
(242,250,203)
#F3FBD4
(243,251,212)
#F4FCDD
(244,252,221)
#F5FDE6
(245,253,230)
#F6FEEF
(246,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF495 color. Also use rgb(236,244,149) instead hex code.

Text Font Color

.myTextColor { color: #ECF495; }

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

This text font color is #ECF495.


Background Color

.myBgColor { background-color: #ECF495; }

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

This div background color is #ECF495.


Border color

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

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

This div border color is #ECF495.


Opacity

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

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

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

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

This text has shadow with #ECF495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF495 on black background.


Color preview on white background

This text has color #ECF495 on white background.



Black color preview on #ECF495 background

This text has black color on #ECF495 background.


White color preview on #ECF495 background

This text has white color on #ECF495 background.