COLOR #ECC888

HEX: #ECC888 RGB: (236,200,136)

Color info

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

RGB color model

#ECC888 color RGB value is (236,200,136).

RGB: (236,200,136) (93%, 78%, 53%)

RGB channels and saturation

R 236 of 255 = 93%
G 200 of 255 = 78%
B 136 of 255 = 53%

236
200
136

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

Portions of RGB colors in percentages

R + G + B = 236 + 200 + 136 = 572 (100%)
R 236 of 572 ~ 41.26%
G 200 of 572 ~ 34.97%
B 136 of 572 ~ 23.78'%

%41.26
%34.97
%23.78

CMYK color model

#ECC888 color CMYK value is (0,15,42,7).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 42.37%
  • key color value is 7.45%

CMYK: (0,15,42,7)
C0M15Y42K7 (0%, 15%, 42%, 7%)
(0.00 / 0.15 / 0.42 / 0.07)

CMYK percentages

%0
%15.25
%42.37
%7.45

Codes

Color #ECC888 in popluar color models

EC C8 88
RGB 236 200 136
HSL 38° 72.46% 72.94%
HSB/HSV 38° 42.37% 92.55%
CMYK 0.00% 15.25% 42.37%
7.45%

Color #ECC888 in popluar number systems.

HEX EC C8 88
Decimal 236 200 136
Binary 11101100 11001000 10001000
Octal 354 310 210

Shades and tints

Shades of #ECC888

#ECC888
(236,200,136)
#D7B67C
(215,182,124)
#C2A470
(194,164,112)
#AD9264
(173,146,100)
#988058
(152,128,88)
#836E4C
(131,110,76)
#6E5C40
(110,92,64)
#594A34
(89,74,52)
#443828
(68,56,40)
#2F261C
(47,38,28)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #ECC888

#ECC888
(236,200,136)
#EDCD92
(237,205,146)
#EED29C
(238,210,156)
#EFD7A6
(239,215,166)
#F0DCB0
(240,220,176)
#F1E1BA
(241,225,186)
#F2E6C4
(242,230,196)
#F3EBCE
(243,235,206)
#F4F0D8
(244,240,216)
#F5F5E2
(245,245,226)
#F6FAEC
(246,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC888; }

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

This text font color is #ECC888.

Background Color

.myBgColor { background-color: #ECC888; }

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

This div background color is #ECC888.

Border color

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

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

This div border color is #ECC888.

Opacity

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

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

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

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

This text has shadow with #ECC888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC888.

Preview

Color preview on black background

This text has color #ECC888 on black background.


Color preview on white background

This text has color #ECC888 on white background.


Black color preview on #ECC888 background

This text has black color on #ECC888 background.


White color preview on #ECC888 background

This text has white color on #ECC888 background.


Related colors

Complementary color

Complementary color for #hex is #133777.


I love getcolorcode.com

Triadic colors

1 #88ECC8 and #C888EC with #ECC888 are triadic colors.

2 #88C8EC and #C8EC88 with #ECC888 are triadic colors.