COLOR #ECC848

HEX: #ECC848
RGB: (236,200,72)

Color info

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

RGB color model

#ECC848 color RGB value is (236,200,72).

  • red value is 236;
  • green value is 200;
  • blue value is 72.
RGB:
(236,200,72)
(93%,78%,28%)

RGB channels and saturation

R 236 of 255 = 93%
G 200 of 255 = 78%
B 72 of 255 = 28%

236
200
72

R + G + B ~ 66%. #ECC848 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 200 + 72 = 508 (100%)
R 236 of 508 ~ 46.46%
G 200 of 508 ~ 39.37%
B 72 of 508 ~ 14.17%

%46.46
%39.37
%14.17

CMYK color model

#ECC848 color CMYK value is (0,15,69,7).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 69.49%
  • key color value is 7.45%
CMYK:
(0,15,69,7)
C0M15Y69K7 
(0%,15%,69%,7%)
(0.00/0.15/0.69/0.07)	

CMYK percentages

%0
%15.25
%69.49
%7.45

Codes

Color #ECC848 in popluar color models

ECC848
RGB23620072
HSL47°81.19%60.39%
HSB/HSV47°69.49%92.55%
CMYK0.00%15.25%69.49%
7.45%

Color #ECC848 in popluar number systems.

HEXECC848
Decimal23620072
Binary11101100110010001001000
Octal354310110

Shades and tints

Shades of #ECC848

#ECC848
(236,200,72)
#D7B642
(215,182,66)
#C2A43C
(194,164,60)
#AD9236
(173,146,54)
#988030
(152,128,48)
#836E2A
(131,110,42)
#6E5C24
(110,92,36)
#594A1E
(89,74,30)
#443818
(68,56,24)
#2F2612
(47,38,18)
#1A140C
(26,20,12)
#000000
(0,0,0)

Tints of #ECC848

#ECC848
(236,200,72)
#EDCD58
(237,205,88)
#EED268
(238,210,104)
#EFD778
(239,215,120)
#F0DC88
(240,220,136)
#F1E198
(241,225,152)
#F2E6A8
(242,230,168)
#F3EBB8
(243,235,184)
#F4F0C8
(244,240,200)
#F5F5D8
(245,245,216)
#F6FAE8
(246,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC848 color. Also use rgb(236,200,72) instead hex code.

Text Font Color

.myTextColor { color: #ECC848; }

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

This text font color is #ECC848.


Background Color

.myBgColor { background-color: #ECC848; }

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

This div background color is #ECC848.


Border color

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

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

This div border color is #ECC848.


Opacity

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

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

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

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

This text has shadow with #ECC848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC848 on black background.


Color preview on white background

This text has color #ECC848 on white background.



Black color preview on #ECC848 background

This text has black color on #ECC848 background.


White color preview on #ECC848 background

This text has white color on #ECC848 background.