COLOR #EED49A

HEX: #EED49A RGB: (238,212,154)

Color info

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

RGB color model

#EED49A color RGB value is (238,212,154).

RGB: (238,212,154) (93%, 83%, 60%)

RGB channels and saturation

R 238 of 255 = 93%
G 212 of 255 = 83%
B 154 of 255 = 60%

238
212
154

R + G + B ~ 79%. #EED49A is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 212 + 154 = 604 (100%)
R 238 of 604 ~ 39.4%
G 212 of 604 ~ 35.1%
B 154 of 604 ~ 25.5'%

%39.4
%35.1
%25.5

CMYK color model

#EED49A color CMYK value is (0,11,35,7).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 35.29%
  • key color value is 6.67%

CMYK: (0,11,35,7)
C0M11Y35K7 (0%, 11%, 35%, 7%)
(0.00 / 0.11 / 0.35 / 0.07)

CMYK percentages

%0
%10.92
%35.29
%6.67

Codes

Color #EED49A in popluar color models

EE D4 9A
RGB 238 212 154
HSL 41° 71.19% 76.86%
HSB/HSV 41° 35.29% 93.33%
CMYK 0.00% 10.92% 35.29%
6.67%

Color #EED49A in popluar number systems.

HEX EE D4 9A
Decimal 238 212 154
Binary 11101110 11010100 10011010
Octal 356 324 232

Shades and tints

Shades of #EED49A

#EED49A
(238,212,154)
#D9C18C
(217,193,140)
#C4AE7E
(196,174,126)
#AF9B70
(175,155,112)
#9A8862
(154,136,98)
#857554
(133,117,84)
#706246
(112,98,70)
#5B4F38
(91,79,56)
#463C2A
(70,60,42)
#31291C
(49,41,28)
#1C160E
(28,22,14)
#000000
(0,0,0)

Tints of #EED49A

#EED49A
(238,212,154)
#EFD7A3
(239,215,163)
#F0DAAC
(240,218,172)
#F1DDB5
(241,221,181)
#F2E0BE
(242,224,190)
#F3E3C7
(243,227,199)
#F4E6D0
(244,230,208)
#F5E9D9
(245,233,217)
#F6ECE2
(246,236,226)
#F7EFEB
(247,239,235)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED49A color. Also use rgb(238,212,154) instead hex code.

Text Font Color

.myTextColor { color: #EED49A; }

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

This text font color is #EED49A.

Background Color

.myBgColor { background-color: #EED49A; }

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

This div background color is #EED49A.

Border color

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

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

This div border color is #EED49A.

Opacity

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

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

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

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

This text has shadow with #EED49A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED49A.

Preview

Color preview on black background

This text has color #EED49A on black background.


Color preview on white background

This text has color #EED49A on white background.


Black color preview on #EED49A background

This text has black color on #EED49A background.


White color preview on #EED49A background

This text has white color on #EED49A background.


Related colors

Complementary color

Complementary color for #hex is #112B65.


I love getcolorcode.com

Triadic colors

1 #9AEED4 and #D49AEE with #EED49A are triadic colors.

2 #9AD4EE and #D4EE9A with #EED49A are triadic colors.