COLOR #ECD98A

HEX: #ECD98A RGB: (236,217,138)

Color info

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

RGB color model

#ECD98A color RGB value is (236,217,138).

RGB: (236,217,138) (93%, 85%, 54%)

RGB channels and saturation

R 236 of 255 = 93%
G 217 of 255 = 85%
B 138 of 255 = 54%

236
217
138

R + G + B ~ 77%. #ECD98A is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 217 + 138 = 591 (100%)
R 236 of 591 ~ 39.93%
G 217 of 591 ~ 36.72%
B 138 of 591 ~ 23.35'%

%39.93
%36.72
%23.35

CMYK color model

#ECD98A color CMYK value is (0,8,42,7).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 41.53%
  • key color value is 7.45%

CMYK: (0,8,42,7)
C0M8Y42K7 (0%, 8%, 42%, 7%)
(0.00 / 0.08 / 0.42 / 0.07)

CMYK percentages

%0
%8.05
%41.53
%7.45

Codes

Color #ECD98A in popluar color models

EC D9 8A
RGB 236 217 138
HSL 48° 72.06% 73.33%
HSB/HSV 48° 41.53% 92.55%
CMYK 0.00% 8.05% 41.53%
7.45%

Color #ECD98A in popluar number systems.

HEX EC D9 8A
Decimal 236 217 138
Binary 11101100 11011001 10001010
Octal 354 331 212

Shades and tints

Shades of #ECD98A

#ECD98A
(236,217,138)
#D7C67E
(215,198,126)
#C2B372
(194,179,114)
#ADA066
(173,160,102)
#988D5A
(152,141,90)
#837A4E
(131,122,78)
#6E6742
(110,103,66)
#595436
(89,84,54)
#44412A
(68,65,42)
#2F2E1E
(47,46,30)
#1A1B12
(26,27,18)
#000000
(0,0,0)

Tints of #ECD98A

#ECD98A
(236,217,138)
#EDDC94
(237,220,148)
#EEDF9E
(238,223,158)
#EFE2A8
(239,226,168)
#F0E5B2
(240,229,178)
#F1E8BC
(241,232,188)
#F2EBC6
(242,235,198)
#F3EED0
(243,238,208)
#F4F1DA
(244,241,218)
#F5F4E4
(245,244,228)
#F6F7EE
(246,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD98A color. Also use rgb(236,217,138) instead hex code.

Text Font Color

.myTextColor { color: #ECD98A; }

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

This text font color is #ECD98A.

Background Color

.myBgColor { background-color: #ECD98A; }

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

This div background color is #ECD98A.

Border color

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

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

This div border color is #ECD98A.

Opacity

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

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

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

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

This text has shadow with #ECD98A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD98A.

Preview

Color preview on black background

This text has color #ECD98A on black background.


Color preview on white background

This text has color #ECD98A on white background.


Black color preview on #ECD98A background

This text has black color on #ECD98A background.


White color preview on #ECD98A background

This text has white color on #ECD98A background.


Related colors

Complementary color

Complementary color for #hex is #132675.


I love getcolorcode.com

Triadic colors

1 #8AECD9 and #D98AEC with #ECD98A are triadic colors.

2 #8AD9EC and #D9EC8A with #ECD98A are triadic colors.