COLOR #ECC28D

HEX: #ECC28D RGB: (236,194,141)

Color info

#ECC28D contains mainly red and green colors. Web safe color of #ECC28D is #FFCC99 (or #FC9).

RGB color model

#ECC28D color RGB value is (236,194,141).

RGB: (236,194,141) (93%, 76%, 55%)

RGB channels and saturation

R 236 of 255 = 93%
G 194 of 255 = 76%
B 141 of 255 = 55%

236
194
141

R + G + B ~ 75%. #ECC28D is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 194 + 141 = 571 (100%)
R 236 of 571 ~ 41.33%
G 194 of 571 ~ 33.98%
B 141 of 571 ~ 24.69'%

%41.33
%33.98
%24.69

CMYK color model

#ECC28D color CMYK value is (0,18,40,7).

  • cyan value is 0.00%
  • magenta value is 17.80%
  • yellow value is 40.25%
  • key color value is 7.45%

CMYK: (0,18,40,7)
C0M18Y40K7 (0%, 18%, 40%, 7%)
(0.00 / 0.18 / 0.40 / 0.07)

CMYK percentages

%0
%17.8
%40.25
%7.45

Codes

Color #ECC28D in popluar color models

EC C2 8D
RGB 236 194 141
HSL 33° 71.43% 73.92%
HSB/HSV 33° 40.25% 92.55%
CMYK 0.00% 17.80% 40.25%
7.45%

Color #ECC28D in popluar number systems.

HEX EC C2 8D
Decimal 236 194 141
Binary 11101100 11000010 10001101
Octal 354 302 215

Shades and tints

Shades of #ECC28D

#ECC28D
(236,194,141)
#D7B181
(215,177,129)
#C2A075
(194,160,117)
#AD8F69
(173,143,105)
#987E5D
(152,126,93)
#836D51
(131,109,81)
#6E5C45
(110,92,69)
#594B39
(89,75,57)
#443A2D
(68,58,45)
#2F2921
(47,41,33)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #ECC28D

#ECC28D
(236,194,141)
#EDC797
(237,199,151)
#EECCA1
(238,204,161)
#EFD1AB
(239,209,171)
#F0D6B5
(240,214,181)
#F1DBBF
(241,219,191)
#F2E0C9
(242,224,201)
#F3E5D3
(243,229,211)
#F4EADD
(244,234,221)
#F5EFE7
(245,239,231)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC28D color. Also use rgb(236,194,141) instead hex code.

Text Font Color

.myTextColor { color: #ECC28D; }

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

This text font color is #ECC28D.

Background Color

.myBgColor { background-color: #ECC28D; }

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

This div background color is #ECC28D.

Border color

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

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

This div border color is #ECC28D.

Opacity

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

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

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

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

This text has shadow with #ECC28D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC28D.

Preview

Color preview on black background

This text has color #ECC28D on black background.


Color preview on white background

This text has color #ECC28D on white background.


Black color preview on #ECC28D background

This text has black color on #ECC28D background.


White color preview on #ECC28D background

This text has white color on #ECC28D background.


Related colors

Complementary color

Complementary color for #hex is #133D72.


I love getcolorcode.com

Triadic colors

1 #8DECC2 and #C28DEC with #ECC28D are triadic colors.

2 #8DC2EC and #C2EC8D with #ECC28D are triadic colors.