COLOR #ECCA60

HEX: #ECCA60
RGB: (236,202,96)

Color info

#ECCA60 contains mainly red and green colors. Web safe color of #ECCA60 is #FFCC66 (or #FC6).

RGB color model

#ECCA60 color RGB value is (236,202,96).

  • red value is 236;
  • green value is 202;
  • blue value is 96.
RGB:
(236,202,96)
(93%,79%,38%)

RGB channels and saturation

R 236 of 255 = 93%
G 202 of 255 = 79%
B 96 of 255 = 38%

236
202
96

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

Portions of RGB colors in percentages

R + G + B =
236 + 202 + 96 = 534 (100%)
R 236 of 534 ~ 44.19%
G 202 of 534 ~ 37.83%
B 96 of 534 ~ 17.98%

%44.19
%37.83
%17.98

CMYK color model

#ECCA60 color CMYK value is (0,14,59,7).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 59.32%
  • key color value is 7.45%
CMYK:
(0,14,59,7)
C0M14Y59K7 
(0%,14%,59%,7%)
(0.00/0.14/0.59/0.07)	

CMYK percentages

%0
%14.41
%59.32
%7.45

Codes

Color #ECCA60 in popluar color models

ECCA60
RGB23620296
HSL45°78.65%65.10%
HSB/HSV45°59.32%92.55%
CMYK0.00%14.41%59.32%
7.45%

Color #ECCA60 in popluar number systems.

HEXECCA60
Decimal23620296
Binary11101100110010101100000
Octal354312140

Shades and tints

Shades of #ECCA60

#ECCA60
(236,202,96)
#D7B858
(215,184,88)
#C2A650
(194,166,80)
#AD9448
(173,148,72)
#988240
(152,130,64)
#837038
(131,112,56)
#6E5E30
(110,94,48)
#594C28
(89,76,40)
#443A20
(68,58,32)
#2F2818
(47,40,24)
#1A1610
(26,22,16)
#000000
(0,0,0)

Tints of #ECCA60

#ECCA60
(236,202,96)
#EDCE6E
(237,206,110)
#EED27C
(238,210,124)
#EFD68A
(239,214,138)
#F0DA98
(240,218,152)
#F1DEA6
(241,222,166)
#F2E2B4
(242,226,180)
#F3E6C2
(243,230,194)
#F4EAD0
(244,234,208)
#F5EEDE
(245,238,222)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECCA60 color. Also use rgb(236,202,96) instead hex code.

Text Font Color

.myTextColor { color: #ECCA60; }

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

This text font color is #ECCA60.


Background Color

.myBgColor { background-color: #ECCA60; }

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

This div background color is #ECCA60.


Border color

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

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

This div border color is #ECCA60.


Opacity

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

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

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

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

This text has shadow with #ECCA60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCA60 on black background.


Color preview on white background

This text has color #ECCA60 on white background.



Black color preview on #ECCA60 background

This text has black color on #ECCA60 background.


White color preview on #ECCA60 background

This text has white color on #ECCA60 background.