COLOR #ECF12B

HEX: #ECF12B
RGB: (236,241,43)

Color info

#ECF12B contains mainly red and green colors. Web safe color of #ECF12B is #FFFF33 (or #FF3).

RGB color model

#ECF12B color RGB value is (236,241,43).

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

RGB channels and saturation

R 236 of 255 = 93%
G 241 of 255 = 95%
B 43 of 255 = 17%

236
241
43

R + G + B ~ 68%. #ECF12B is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 241 + 43 = 520 (100%)
R 236 of 520 ~ 45.38%
G 241 of 520 ~ 46.35%
B 43 of 520 ~ 8.27%

%45.38
%46.35

CMYK color model

#ECF12B color CMYK value is (2,0,82,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 82.16%
  • key color value is 5.49%
CMYK:
(2,0,82,5)
C2M0Y82K5 
(2%,0%,82%,5%)
(0.02/0.00/0.82/0.05)	

CMYK percentages

%2.07
%0
%82.16
%5.49

Codes

Color #ECF12B in popluar color models

ECF12B
RGB23624143
HSL62°87.61%55.69%
HSB/HSV62°82.16%94.51%
CMYK2.07%0.00%82.16%
5.49%

Color #ECF12B in popluar number systems.

HEXECF12B
Decimal23624143
Binary1110110011110001101011
Octal35436153

Shades and tints

Shades of #ECF12B

#ECF12B
(236,241,43)
#D7DC28
(215,220,40)
#C2C725
(194,199,37)
#ADB222
(173,178,34)
#989D1F
(152,157,31)
#83881C
(131,136,28)
#6E7319
(110,115,25)
#595E16
(89,94,22)
#444913
(68,73,19)
#2F3410
(47,52,16)
#1A1F0D
(26,31,13)
#000000
(0,0,0)

Tints of #ECF12B

#ECF12B
(236,241,43)
#EDF23E
(237,242,62)
#EEF351
(238,243,81)
#EFF464
(239,244,100)
#F0F577
(240,245,119)
#F1F68A
(241,246,138)
#F2F79D
(242,247,157)
#F3F8B0
(243,248,176)
#F4F9C3
(244,249,195)
#F5FAD6
(245,250,214)
#F6FBE9
(246,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF12B; }

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

This text font color is #ECF12B.


Background Color

.myBgColor { background-color: #ECF12B; }

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

This div background color is #ECF12B.


Border color

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

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

This div border color is #ECF12B.


Opacity

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

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

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

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

This text has shadow with #ECF12B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF12B on black background.


Color preview on white background

This text has color #ECF12B on white background.



Black color preview on #ECF12B background

This text has black color on #ECF12B background.


White color preview on #ECF12B background

This text has white color on #ECF12B background.