COLOR #ECF655

HEX: #ECF655
RGB: (236,246,85)

Color info

#ECF655 contains mainly red and green colors. Web safe color of #ECF655 is #FFFF66 (or #FF6).

RGB color model

#ECF655 color RGB value is (236,246,85).

  • red value is 236;
  • green value is 246;
  • blue value is 85.
RGB:
(236,246,85)
(93%,96%,33%)

RGB channels and saturation

R 236 of 255 = 93%
G 246 of 255 = 96%
B 85 of 255 = 33%

236
246
85

R + G + B ~ 74%. #ECF655 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 246 + 85 = 567 (100%)
R 236 of 567 ~ 41.62%
G 246 of 567 ~ 43.39%
B 85 of 567 ~ 14.99%

%41.62
%43.39
%14.99

CMYK color model

#ECF655 color CMYK value is (4,0,65,4).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 65.45%
  • key color value is 3.53%
CMYK:
(4,0,65,4)
C4M0Y65K4 
(4%,0%,65%,4%)
(0.04/0.00/0.65/0.04)	

CMYK percentages

%4.07
%0
%65.45
%3.53

Codes

Color #ECF655 in popluar color models

ECF655
RGB23624685
HSL64°89.94%64.90%
HSB/HSV64°65.45%96.47%
CMYK4.07%0.00%65.45%
3.53%

Color #ECF655 in popluar number systems.

HEXECF655
Decimal23624685
Binary11101100111101101010101
Octal354366125

Shades and tints

Shades of #ECF655

#ECF655
(236,246,85)
#D7E04E
(215,224,78)
#C2CA47
(194,202,71)
#ADB440
(173,180,64)
#989E39
(152,158,57)
#838832
(131,136,50)
#6E722B
(110,114,43)
#595C24
(89,92,36)
#44461D
(68,70,29)
#2F3016
(47,48,22)
#1A1A0F
(26,26,15)
#000000
(0,0,0)

Tints of #ECF655

#ECF655
(236,246,85)
#EDF664
(237,246,100)
#EEF673
(238,246,115)
#EFF682
(239,246,130)
#F0F691
(240,246,145)
#F1F6A0
(241,246,160)
#F2F6AF
(242,246,175)
#F3F6BE
(243,246,190)
#F4F6CD
(244,246,205)
#F5F6DC
(245,246,220)
#F6F6EB
(246,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF655 color. Also use rgb(236,246,85) instead hex code.

Text Font Color

.myTextColor { color: #ECF655; }

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

This text font color is #ECF655.


Background Color

.myBgColor { background-color: #ECF655; }

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

This div background color is #ECF655.


Border color

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

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

This div border color is #ECF655.


Opacity

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

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

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

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

This text has shadow with #ECF655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF655 on black background.


Color preview on white background

This text has color #ECF655 on white background.



Black color preview on #ECF655 background

This text has black color on #ECF655 background.


White color preview on #ECF655 background

This text has white color on #ECF655 background.