COLOR #ECBD14

HEX: #ECBD14
RGB: (236,189,20)

Color info

#ECBD14 contains mainly red and green colors. Web safe color of #ECBD14 is #FFCC00 (or #FC0).

RGB color model

#ECBD14 color RGB value is (236,189,20).

  • red value is 236;
  • green value is 189;
  • blue value is 20.
RGB:
(236,189,20)
(93%,74%,8%)

RGB channels and saturation

R 236 of 255 = 93%
G 189 of 255 = 74%
B 20 of 255 = 8%

236
189
20

R + G + B ~ 58%. #ECBD14 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
236 + 189 + 20 = 445 (100%)
R 236 of 445 ~ 53.03%
G 189 of 445 ~ 42.47%
B 20 of 445 ~ 4.49%

%53.03
%42.47

CMYK color model

#ECBD14 color CMYK value is (0,20,92,7).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 91.53%
  • key color value is 7.45%
CMYK:
(0,20,92,7)
C0M20Y92K7 
(0%,20%,92%,7%)
(0.00/0.20/0.92/0.07)	

CMYK percentages

%0
%19.92
%91.53
%7.45

Codes

Color #ECBD14 in popluar color models

ECBD14
RGB23618920
HSL47°85.04%50.20%
HSB/HSV47°91.53%92.55%
CMYK0.00%19.92%91.53%
7.45%

Color #ECBD14 in popluar number systems.

HEXECBD14
Decimal23618920
Binary111011001011110110100
Octal35427524

Shades and tints

Shades of #ECBD14

#ECBD14
(236,189,20)
#D7AC13
(215,172,19)
#C29B12
(194,155,18)
#AD8A11
(173,138,17)
#987910
(152,121,16)
#83680F
(131,104,15)
#6E570E
(110,87,14)
#59460D
(89,70,13)
#44350C
(68,53,12)
#2F240B
(47,36,11)
#1A130A
(26,19,10)
#000000
(0,0,0)

Tints of #ECBD14

#ECBD14
(236,189,20)
#EDC329
(237,195,41)
#EEC93E
(238,201,62)
#EFCF53
(239,207,83)
#F0D568
(240,213,104)
#F1DB7D
(241,219,125)
#F2E192
(242,225,146)
#F3E7A7
(243,231,167)
#F4EDBC
(244,237,188)
#F5F3D1
(245,243,209)
#F6F9E6
(246,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECBD14 color. Also use rgb(236,189,20) instead hex code.

Text Font Color

.myTextColor { color: #ECBD14; }

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

This text font color is #ECBD14.


Background Color

.myBgColor { background-color: #ECBD14; }

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

This div background color is #ECBD14.


Border color

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

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

This div border color is #ECBD14.


Opacity

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

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

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

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

This text has shadow with #ECBD14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECBD14 on black background.


Color preview on white background

This text has color #ECBD14 on white background.



Black color preview on #ECBD14 background

This text has black color on #ECBD14 background.


White color preview on #ECBD14 background

This text has white color on #ECBD14 background.