COLOR #ECDC98

HEX: #ECDC98
RGB: (236,220,152)

Color info

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

RGB color model

#ECDC98 color RGB value is (236,220,152).

  • red value is 236;
  • green value is 220;
  • blue value is 152.
RGB:
(236,220,152)
(93%,86%,60%)

RGB channels and saturation

R 236 of 255 = 93%
G 220 of 255 = 86%
B 152 of 255 = 60%

236
220
152

R + G + B ~ 80%. #ECDC98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 220 + 152 = 608 (100%)
R 236 of 608 ~ 38.82%
G 220 of 608 ~ 36.18%
B 152 of 608 ~ 25%

%38.82
%36.18
%25

CMYK color model

#ECDC98 color CMYK value is (0,7,36,7).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 35.59%
  • key color value is 7.45%
CMYK:
(0,7,36,7)
C0M7Y36K7 
(0%,7%,36%,7%)
(0.00/0.07/0.36/0.07)	

CMYK percentages

%0
%6.78
%35.59
%7.45

Codes

Color #ECDC98 in popluar color models

ECDC98
RGB236220152
HSL49°68.85%76.08%
HSB/HSV49°35.59%92.55%
CMYK0.00%6.78%35.59%
7.45%

Color #ECDC98 in popluar number systems.

HEXECDC98
Decimal236220152
Binary111011001101110010011000
Octal354334230

Shades and tints

Shades of #ECDC98

#ECDC98
(236,220,152)
#D7C88B
(215,200,139)
#C2B47E
(194,180,126)
#ADA071
(173,160,113)
#988C64
(152,140,100)
#837857
(131,120,87)
#6E644A
(110,100,74)
#59503D
(89,80,61)
#443C30
(68,60,48)
#2F2823
(47,40,35)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #ECDC98

#ECDC98
(236,220,152)
#EDDFA1
(237,223,161)
#EEE2AA
(238,226,170)
#EFE5B3
(239,229,179)
#F0E8BC
(240,232,188)
#F1EBC5
(241,235,197)
#F2EECE
(242,238,206)
#F3F1D7
(243,241,215)
#F4F4E0
(244,244,224)
#F5F7E9
(245,247,233)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDC98 color. Also use rgb(236,220,152) instead hex code.

Text Font Color

.myTextColor { color: #ECDC98; }

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

This text font color is #ECDC98.


Background Color

.myBgColor { background-color: #ECDC98; }

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

This div background color is #ECDC98.


Border color

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

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

This div border color is #ECDC98.


Opacity

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

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

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

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

This text has shadow with #ECDC98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDC98 on black background.


Color preview on white background

This text has color #ECDC98 on white background.



Black color preview on #ECDC98 background

This text has black color on #ECDC98 background.


White color preview on #ECDC98 background

This text has white color on #ECDC98 background.