COLOR #ECF098

HEX: #ECF098
RGB: (236,240,152)

Color info

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

RGB color model

#ECF098 color RGB value is (236,240,152).

  • red value is 236;
  • green value is 240;
  • blue value is 152.
RGB:
(236,240,152)
(93%,94%,60%)

RGB channels and saturation

R 236 of 255 = 93%
G 240 of 255 = 94%
B 152 of 255 = 60%

236
240
152

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

Portions of RGB colors in percentages

R + G + B =
236 + 240 + 152 = 628 (100%)
R 236 of 628 ~ 37.58%
G 240 of 628 ~ 38.22%
B 152 of 628 ~ 24.2%

%37.58
%38.22
%24.2

CMYK color model

#ECF098 color CMYK value is (2,0,37,6).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 5.88%
CMYK:
(2,0,37,6)
C2M0Y37K6 
(2%,0%,37%,6%)
(0.02/0.00/0.37/0.06)	

CMYK percentages

%1.67
%0
%36.67
%5.88

Codes

Color #ECF098 in popluar color models

ECF098
RGB236240152
HSL63°74.58%76.86%
HSB/HSV63°36.67%94.12%
CMYK1.67%0.00%36.67%
5.88%

Color #ECF098 in popluar number systems.

HEXECF098
Decimal236240152
Binary111011001111000010011000
Octal354360230

Shades and tints

Shades of #ECF098

#ECF098
(236,240,152)
#D7DB8B
(215,219,139)
#C2C67E
(194,198,126)
#ADB171
(173,177,113)
#989C64
(152,156,100)
#838757
(131,135,87)
#6E724A
(110,114,74)
#595D3D
(89,93,61)
#444830
(68,72,48)
#2F3323
(47,51,35)
#1A1E16
(26,30,22)
#000000
(0,0,0)

Tints of #ECF098

#ECF098
(236,240,152)
#EDF1A1
(237,241,161)
#EEF2AA
(238,242,170)
#EFF3B3
(239,243,179)
#F0F4BC
(240,244,188)
#F1F5C5
(241,245,197)
#F2F6CE
(242,246,206)
#F3F7D7
(243,247,215)
#F4F8E0
(244,248,224)
#F5F9E9
(245,249,233)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF098 color. Also use rgb(236,240,152) instead hex code.

Text Font Color

.myTextColor { color: #ECF098; }

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

This text font color is #ECF098.


Background Color

.myBgColor { background-color: #ECF098; }

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

This div background color is #ECF098.


Border color

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

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

This div border color is #ECF098.


Opacity

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

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

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

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

This text has shadow with #ECF098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF098 on black background.


Color preview on white background

This text has color #ECF098 on white background.



Black color preview on #ECF098 background

This text has black color on #ECF098 background.


White color preview on #ECF098 background

This text has white color on #ECF098 background.