COLOR #E6EC1B

HEX: #E6EC1B
RGB: (230,236,27)

Color info

#E6EC1B contains mainly red and green colors. Web safe color of #E6EC1B is #CCFF33 (or #CF3).

RGB color model

#E6EC1B color RGB value is (230,236,27).

  • red value is 230;
  • green value is 236;
  • blue value is 27.
RGB:
(230,236,27)
(90%,93%,11%)

RGB channels and saturation

R 230 of 255 = 90%
G 236 of 255 = 93%
B 27 of 255 = 11%

230
236
27

R + G + B ~ 65%. #E6EC1B is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 236 + 27 = 493 (100%)
R 230 of 493 ~ 46.65%
G 236 of 493 ~ 47.87%
B 27 of 493 ~ 5.48%

%46.65
%47.87

CMYK color model

#E6EC1B color CMYK value is (3,0,89,7).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 88.56%
  • key color value is 7.45%
CMYK:
(3,0,89,7)
C3M0Y89K7 
(3%,0%,89%,7%)
(0.03/0.00/0.89/0.07)	

CMYK percentages

%2.54
%0
%88.56
%7.45

Codes

Color #E6EC1B in popluar color models

E6EC1B
RGB23023627
HSL62°84.62%51.57%
HSB/HSV62°88.56%92.55%
CMYK2.54%0.00%88.56%
7.45%

Color #E6EC1B in popluar number systems.

HEXE6EC1B
Decimal23023627
Binary111001101110110011011
Octal34635433

Shades and tints

Shades of #E6EC1B

#E6EC1B
(230,236,27)
#D2D719
(210,215,25)
#BEC217
(190,194,23)
#AAAD15
(170,173,21)
#969813
(150,152,19)
#828311
(130,131,17)
#6E6E0F
(110,110,15)
#5A590D
(90,89,13)
#46440B
(70,68,11)
#322F09
(50,47,9)
#1E1A07
(30,26,7)
#000000
(0,0,0)

Tints of #E6EC1B

#E6EC1B
(230,236,27)
#E8ED2F
(232,237,47)
#EAEE43
(234,238,67)
#ECEF57
(236,239,87)
#EEF06B
(238,240,107)
#F0F17F
(240,241,127)
#F2F293
(242,242,147)
#F4F3A7
(244,243,167)
#F6F4BB
(246,244,187)
#F8F5CF
(248,245,207)
#FAF6E3
(250,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EC1B color. Also use rgb(230,236,27) instead hex code.

Text Font Color

.myTextColor { color: #E6EC1B; }

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

This text font color is #E6EC1B.


Background Color

.myBgColor { background-color: #E6EC1B; }

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

This div background color is #E6EC1B.


Border color

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

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

This div border color is #E6EC1B.


Opacity

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

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

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

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

This text has shadow with #E6EC1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EC1B on black background.


Color preview on white background

This text has color #E6EC1B on white background.



Black color preview on #E6EC1B background

This text has black color on #E6EC1B background.


White color preview on #E6EC1B background

This text has white color on #E6EC1B background.