COLOR #ECF288

HEX: #ECF288 RGB: (236,242,136)

Color info

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

RGB color model

#ECF288 color RGB value is (236,242,136).

RGB: (236,242,136) (93%, 95%, 53%)

RGB channels and saturation

R 236 of 255 = 93%
G 242 of 255 = 95%
B 136 of 255 = 53%

236
242
136

R + G + B ~ 80%. #ECF288 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 242 + 136 = 614 (100%)
R 236 of 614 ~ 38.44%
G 242 of 614 ~ 39.41%
B 136 of 614 ~ 22.15'%

%38.44
%39.41
%22.15

CMYK color model

#ECF288 color CMYK value is (2,0,44,5).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 43.80%
  • key color value is 5.10%

CMYK: (2,0,44,5)
C2M0Y44K5 (2%, 0%, 44%, 5%)
(0.02 / 0.00 / 0.44 / 0.05)

CMYK percentages

%2.48
%0
%43.8
%5.1

Codes

Color #ECF288 in popluar color models

EC F2 88
RGB 236 242 136
HSL 63° 80.30% 74.12%
HSB/HSV 63° 43.80% 94.90%
CMYK 2.48% 0.00% 43.80%
5.10%

Color #ECF288 in popluar number systems.

HEX EC F2 88
Decimal 236 242 136
Binary 11101100 11110010 10001000
Octal 354 362 210

Shades and tints

Shades of #ECF288

#ECF288
(236,242,136)
#D7DC7C
(215,220,124)
#C2C670
(194,198,112)
#ADB064
(173,176,100)
#989A58
(152,154,88)
#83844C
(131,132,76)
#6E6E40
(110,110,64)
#595834
(89,88,52)
#444228
(68,66,40)
#2F2C1C
(47,44,28)
#1A1610
(26,22,16)
#000000
(0,0,0)

Tints of #ECF288

#ECF288
(236,242,136)
#EDF392
(237,243,146)
#EEF49C
(238,244,156)
#EFF5A6
(239,245,166)
#F0F6B0
(240,246,176)
#F1F7BA
(241,247,186)
#F2F8C4
(242,248,196)
#F3F9CE
(243,249,206)
#F4FAD8
(244,250,216)
#F5FBE2
(245,251,226)
#F6FCEC
(246,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF288 color. Also use rgb(236,242,136) instead hex code.

Text Font Color

.myTextColor { color: #ECF288; }

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

This text font color is #ECF288.

Background Color

.myBgColor { background-color: #ECF288; }

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

This div background color is #ECF288.

Border color

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

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

This div border color is #ECF288.

Opacity

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

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

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

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

This text has shadow with #ECF288 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF288.

Preview

Color preview on black background

This text has color #ECF288 on black background.


Color preview on white background

This text has color #ECF288 on white background.


Black color preview on #ECF288 background

This text has black color on #ECF288 background.


White color preview on #ECF288 background

This text has white color on #ECF288 background.


Related colors

Complementary color

Complementary color for #hex is #130D77.


I love getcolorcode.com

Triadic colors

1 #88ECF2 and #F288EC with #ECF288 are triadic colors.

2 #88F2EC and #F2EC88 with #ECF288 are triadic colors.