COLOR #ECBE1C

HEX: #ECBE1C
RGB: (236,190,28)

Color info

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

RGB color model

#ECBE1C color RGB value is (236,190,28).

  • red value is 236;
  • green value is 190;
  • blue value is 28.
RGB:
(236,190,28)
(93%,75%,11%)

RGB channels and saturation

R 236 of 255 = 93%
G 190 of 255 = 75%
B 28 of 255 = 11%

236
190
28

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

Portions of RGB colors in percentages

R + G + B =
236 + 190 + 28 = 454 (100%)
R 236 of 454 ~ 51.98%
G 190 of 454 ~ 41.85%
B 28 of 454 ~ 6.17%

%51.98
%41.85

CMYK color model

#ECBE1C color CMYK value is (0,19,88,7).

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 88.14%
  • key color value is 7.45%
CMYK:
(0,19,88,7)
C0M19Y88K7 
(0%,19%,88%,7%)
(0.00/0.19/0.88/0.07)	

CMYK percentages

%0
%19.49
%88.14
%7.45

Codes

Color #ECBE1C in popluar color models

ECBE1C
RGB23619028
HSL47°84.55%51.76%
HSB/HSV47°88.14%92.55%
CMYK0.00%19.49%88.14%
7.45%

Color #ECBE1C in popluar number systems.

HEXECBE1C
Decimal23619028
Binary111011001011111011100
Octal35427634

Shades and tints

Shades of #ECBE1C

#ECBE1C
(236,190,28)
#D7AD1A
(215,173,26)
#C29C18
(194,156,24)
#AD8B16
(173,139,22)
#987A14
(152,122,20)
#836912
(131,105,18)
#6E5810
(110,88,16)
#59470E
(89,71,14)
#44360C
(68,54,12)
#2F250A
(47,37,10)
#1A1408
(26,20,8)
#000000
(0,0,0)

Tints of #ECBE1C

#ECBE1C
(236,190,28)
#EDC330
(237,195,48)
#EEC844
(238,200,68)
#EFCD58
(239,205,88)
#F0D26C
(240,210,108)
#F1D780
(241,215,128)
#F2DC94
(242,220,148)
#F3E1A8
(243,225,168)
#F4E6BC
(244,230,188)
#F5EBD0
(245,235,208)
#F6F0E4
(246,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECBE1C color. Also use rgb(236,190,28) instead hex code.

Text Font Color

.myTextColor { color: #ECBE1C; }

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

This text font color is #ECBE1C.


Background Color

.myBgColor { background-color: #ECBE1C; }

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

This div background color is #ECBE1C.


Border color

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

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

This div border color is #ECBE1C.


Opacity

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

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

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

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

This text has shadow with #ECBE1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECBE1C on black background.


Color preview on white background

This text has color #ECBE1C on white background.



Black color preview on #ECBE1C background

This text has black color on #ECBE1C background.


White color preview on #ECBE1C background

This text has white color on #ECBE1C background.