COLOR #ECE14C

HEX: #ECE14C RGB: (236,225,76)

Color info

#ECE14C contains mainly red and green colors. Web safe color of #ECE14C is #FFCC33 (or #FC3).

RGB color model

#ECE14C color RGB value is (236,225,76).

RGB: (236,225,76) (93%, 88%, 30%)

RGB channels and saturation

R 236 of 255 = 93%
G 225 of 255 = 88%
B 76 of 255 = 30%

236
225
76

R + G + B ~ 70%. #ECE14C is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 225 + 76 = 537 (100%)
R 236 of 537 ~ 43.95%
G 225 of 537 ~ 41.9%
B 76 of 537 ~ 14.15'%

%43.95
%41.9
%14.15

CMYK color model

#ECE14C color CMYK value is (0,5,68,7).

  • cyan value is 0.00%
  • magenta value is 4.66%
  • yellow value is 67.80%
  • key color value is 7.45%
CMYK: (0,5,68,7) C0M5Y68K7 (0%,5%,68%,7%) (0.00/0.05/0.68/0.07) 

CMYK percentages

%0
%4.66
%67.8
%7.45

Codes

Color #ECE14C in popluar color models

EC E1 4C
RGB 236 225 76
HSL 56° 80.81% 61.18%
HSB/HSV 56° 67.80% 92.55%
CMYK 0.00% 4.66% 67.80%
7.45%

Color #ECE14C in popluar number systems.

HEX EC E1 4C
Decimal 236 225 76
Binary 11101100 11100001 1001100
Octal 354 341 114

Shades and tints

Shades of #ECE14C

#ECE14C
(236,225,76)
#D7CD46
(215,205,70)
#C2B940
(194,185,64)
#ADA53A
(173,165,58)
#989134
(152,145,52)
#837D2E
(131,125,46)
#6E6928
(110,105,40)
#595522
(89,85,34)
#44411C
(68,65,28)
#2F2D16
(47,45,22)
#1A1910
(26,25,16)
#000000
(0,0,0)

Tints of #ECE14C

#ECE14C
(236,225,76)
#EDE35C
(237,227,92)
#EEE56C
(238,229,108)
#EFE77C
(239,231,124)
#F0E98C
(240,233,140)
#F1EB9C
(241,235,156)
#F2EDAC
(242,237,172)
#F3EFBC
(243,239,188)
#F4F1CC
(244,241,204)
#F5F3DC
(245,243,220)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECE14C color. Also use rgb(236,225,76) instead hex code.

Text Font Color

.myTextColor { color: #ECE14C; }

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

This text font color is #ECE14C.

Background Color

.myBgColor { background-color: #ECE14C; }

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

This div background color is #ECE14C.

Border color

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

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

This div border color is #ECE14C.

Opacity

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

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

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

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

This text has shadow with #ECE14C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE14C.

Preview

Color preview on black background

This text has color #ECE14C on black background.


Color preview on white background

This text has color #ECE14C on white background.


Black color preview on #ECE14C background

This text has black color on #ECE14C background.


White color preview on #ECE14C background

This text has white color on #ECE14C background.


Related colors

Complementary color

Complementary color for #hex is #131EB3.


I love getcolorcode.com

Triadic colors

1 #4CECE1 and #E14CEC with #ECE14C are triadic colors.

2 #4CE1EC and #E1EC4C with #ECE14C are triadic colors.