COLOR #ECC07A

HEX: #ECC07A
RGB: (236,192,122)

Color info

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

RGB color model

#ECC07A color RGB value is (236,192,122).

  • red value is 236;
  • green value is 192;
  • blue value is 122.
RGB:
(236,192,122)
(93%,75%,48%)

RGB channels and saturation

R 236 of 255 = 93%
G 192 of 255 = 75%
B 122 of 255 = 48%

236
192
122

R + G + B ~ 72%. #ECC07A is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 192 + 122 = 550 (100%)
R 236 of 550 ~ 42.91%
G 192 of 550 ~ 34.91%
B 122 of 550 ~ 22.18%

%42.91
%34.91
%22.18

CMYK color model

#ECC07A color CMYK value is (0,19,48,7).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 48.31%
  • key color value is 7.45%
CMYK:
(0,19,48,7)
C0M19Y48K7 
(0%,19%,48%,7%)
(0.00/0.19/0.48/0.07)	

CMYK percentages

%0
%18.64
%48.31
%7.45

Codes

Color #ECC07A in popluar color models

ECC07A
RGB236192122
HSL37°75.00%70.20%
HSB/HSV37°48.31%92.55%
CMYK0.00%18.64%48.31%
7.45%

Color #ECC07A in popluar number systems.

HEXECC07A
Decimal236192122
Binary11101100110000001111010
Octal354300172

Shades and tints

Shades of #ECC07A

#ECC07A
(236,192,122)
#D7AF6F
(215,175,111)
#C29E64
(194,158,100)
#AD8D59
(173,141,89)
#987C4E
(152,124,78)
#836B43
(131,107,67)
#6E5A38
(110,90,56)
#59492D
(89,73,45)
#443822
(68,56,34)
#2F2717
(47,39,23)
#1A160C
(26,22,12)
#000000
(0,0,0)

Tints of #ECC07A

#ECC07A
(236,192,122)
#EDC586
(237,197,134)
#EECA92
(238,202,146)
#EFCF9E
(239,207,158)
#F0D4AA
(240,212,170)
#F1D9B6
(241,217,182)
#F2DEC2
(242,222,194)
#F3E3CE
(243,227,206)
#F4E8DA
(244,232,218)
#F5EDE6
(245,237,230)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC07A color. Also use rgb(236,192,122) instead hex code.

Text Font Color

.myTextColor { color: #ECC07A; }

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

This text font color is #ECC07A.


Background Color

.myBgColor { background-color: #ECC07A; }

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

This div background color is #ECC07A.


Border color

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

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

This div border color is #ECC07A.


Opacity

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

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

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

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

This text has shadow with #ECC07A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC07A on black background.


Color preview on white background

This text has color #ECC07A on white background.



Black color preview on #ECC07A background

This text has black color on #ECC07A background.


White color preview on #ECC07A background

This text has white color on #ECC07A background.