COLOR #ECEB2E

HEX: #ECEB2E
RGB: (236,235,46)

Color info

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

RGB color model

#ECEB2E color RGB value is (236,235,46).

  • red value is 236;
  • green value is 235;
  • blue value is 46.
RGB:
(236,235,46)
(93%,92%,18%)

RGB channels and saturation

R 236 of 255 = 93%
G 235 of 255 = 92%
B 46 of 255 = 18%

236
235
46

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

Portions of RGB colors in percentages

R + G + B =
236 + 235 + 46 = 517 (100%)
R 236 of 517 ~ 45.65%
G 235 of 517 ~ 45.45%
B 46 of 517 ~ 8.9%

%45.65
%45.45

CMYK color model

#ECEB2E color CMYK value is (0,0,81,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 80.51%
  • key color value is 7.45%
CMYK:
(0,0,81,7)
C0M0Y81K7 
(0%,0%,81%,7%)
(0.00/0.00/0.81/0.07)	

CMYK percentages

%0
%0.42
%80.51
%7.45

Codes

Color #ECEB2E in popluar color models

ECEB2E
RGB23623546
HSL60°83.33%55.29%
HSB/HSV60°80.51%92.55%
CMYK0.00%0.42%80.51%
7.45%

Color #ECEB2E in popluar number systems.

HEXECEB2E
Decimal23623546
Binary1110110011101011101110
Octal35435356

Shades and tints

Shades of #ECEB2E

#ECEB2E
(236,235,46)
#D7D62A
(215,214,42)
#C2C126
(194,193,38)
#ADAC22
(173,172,34)
#98971E
(152,151,30)
#83821A
(131,130,26)
#6E6D16
(110,109,22)
#595812
(89,88,18)
#44430E
(68,67,14)
#2F2E0A
(47,46,10)
#1A1906
(26,25,6)
#000000
(0,0,0)

Tints of #ECEB2E

#ECEB2E
(236,235,46)
#EDEC41
(237,236,65)
#EEED54
(238,237,84)
#EFEE67
(239,238,103)
#F0EF7A
(240,239,122)
#F1F08D
(241,240,141)
#F2F1A0
(242,241,160)
#F3F2B3
(243,242,179)
#F4F3C6
(244,243,198)
#F5F4D9
(245,244,217)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECEB2E color. Also use rgb(236,235,46) instead hex code.

Text Font Color

.myTextColor { color: #ECEB2E; }

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

This text font color is #ECEB2E.


Background Color

.myBgColor { background-color: #ECEB2E; }

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

This div background color is #ECEB2E.


Border color

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

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

This div border color is #ECEB2E.


Opacity

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

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

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

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

This text has shadow with #ECEB2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECEB2E on black background.


Color preview on white background

This text has color #ECEB2E on white background.



Black color preview on #ECEB2E background

This text has black color on #ECEB2E background.


White color preview on #ECEB2E background

This text has white color on #ECEB2E background.