COLOR #EED184

HEX: #EED184 RGB: (238,209,132)

Color info

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

RGB color model

#EED184 color RGB value is (238,209,132).

RGB: (238,209,132) (93%, 82%, 52%)

RGB channels and saturation

R 238 of 255 = 93%
G 209 of 255 = 82%
B 132 of 255 = 52%

238
209
132

R + G + B ~ 76%. #EED184 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 209 + 132 = 579 (100%)
R 238 of 579 ~ 41.11%
G 209 of 579 ~ 36.1%
B 132 of 579 ~ 22.8'%

%41.11
%36.1
%22.8

CMYK color model

#EED184 color CMYK value is (0,12,45,7).

  • cyan value is 0.00%
  • magenta value is 12.18%
  • yellow value is 44.54%
  • key color value is 6.67%

CMYK: (0,12,45,7)
C0M12Y45K7 (0%, 12%, 45%, 7%)
(0.00 / 0.12 / 0.45 / 0.07)

CMYK percentages

%0
%12.18
%44.54
%6.67

Codes

Color #EED184 in popluar color models

EE D1 84
RGB 238 209 132
HSL 44° 75.71% 72.55%
HSB/HSV 44° 44.54% 93.33%
CMYK 0.00% 12.18% 44.54%
6.67%

Color #EED184 in popluar number systems.

HEX EE D1 84
Decimal 238 209 132
Binary 11101110 11010001 10000100
Octal 356 321 204

Shades and tints

Shades of #EED184

#EED184
(238,209,132)
#D9BE78
(217,190,120)
#C4AB6C
(196,171,108)
#AF9860
(175,152,96)
#9A8554
(154,133,84)
#857248
(133,114,72)
#705F3C
(112,95,60)
#5B4C30
(91,76,48)
#463924
(70,57,36)
#312618
(49,38,24)
#1C130C
(28,19,12)
#000000
(0,0,0)

Tints of #EED184

#EED184
(238,209,132)
#EFD58F
(239,213,143)
#F0D99A
(240,217,154)
#F1DDA5
(241,221,165)
#F2E1B0
(242,225,176)
#F3E5BB
(243,229,187)
#F4E9C6
(244,233,198)
#F5EDD1
(245,237,209)
#F6F1DC
(246,241,220)
#F7F5E7
(247,245,231)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED184 color. Also use rgb(238,209,132) instead hex code.

Text Font Color

.myTextColor { color: #EED184; }

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

This text font color is #EED184.

Background Color

.myBgColor { background-color: #EED184; }

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

This div background color is #EED184.

Border color

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

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

This div border color is #EED184.

Opacity

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

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

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

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

This text has shadow with #EED184 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED184.

Preview

Color preview on black background

This text has color #EED184 on black background.


Color preview on white background

This text has color #EED184 on white background.


Black color preview on #EED184 background

This text has black color on #EED184 background.


White color preview on #EED184 background

This text has white color on #EED184 background.


Related colors

Complementary color

Complementary color for #hex is #112E7B.


I love getcolorcode.com

Triadic colors

1 #84EED1 and #D184EE with #EED184 are triadic colors.

2 #84D1EE and #D1EE84 with #EED184 are triadic colors.