COLOR #EED387

HEX: #EED387
RGB: (238,211,135)

Color info

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

RGB color model

#EED387 color RGB value is (238,211,135).

  • red value is 238;
  • green value is 211;
  • blue value is 135.
RGB:
(238,211,135)
(93%,83%,53%)

RGB channels and saturation

R 238 of 255 = 93%
G 211 of 255 = 83%
B 135 of 255 = 53%

238
211
135

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

Portions of RGB colors in percentages

R + G + B =
238 + 211 + 135 = 584 (100%)
R 238 of 584 ~ 40.75%
G 211 of 584 ~ 36.13%
B 135 of 584 ~ 23.12%

%40.75
%36.13
%23.12

CMYK color model

#EED387 color CMYK value is (0,11,43,7).

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 43.28%
  • key color value is 6.67%
CMYK:
(0,11,43,7)
C0M11Y43K7 
(0%,11%,43%,7%)
(0.00/0.11/0.43/0.07)	

CMYK percentages

%0
%11.34
%43.28
%6.67

Codes

Color #EED387 in popluar color models

EED387
RGB238211135
HSL44°75.18%73.14%
HSB/HSV44°43.28%93.33%
CMYK0.00%11.34%43.28%
6.67%

Color #EED387 in popluar number systems.

HEXEED387
Decimal238211135
Binary111011101101001110000111
Octal356323207

Shades and tints

Shades of #EED387

#EED387
(238,211,135)
#D9C07B
(217,192,123)
#C4AD6F
(196,173,111)
#AF9A63
(175,154,99)
#9A8757
(154,135,87)
#85744B
(133,116,75)
#70613F
(112,97,63)
#5B4E33
(91,78,51)
#463B27
(70,59,39)
#31281B
(49,40,27)
#1C150F
(28,21,15)
#000000
(0,0,0)

Tints of #EED387

#EED387
(238,211,135)
#EFD791
(239,215,145)
#F0DB9B
(240,219,155)
#F1DFA5
(241,223,165)
#F2E3AF
(242,227,175)
#F3E7B9
(243,231,185)
#F4EBC3
(244,235,195)
#F5EFCD
(245,239,205)
#F6F3D7
(246,243,215)
#F7F7E1
(247,247,225)
#F8FBEB
(248,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED387 color. Also use rgb(238,211,135) instead hex code.

Text Font Color

.myTextColor { color: #EED387; }

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

This text font color is #EED387.


Background Color

.myBgColor { background-color: #EED387; }

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

This div background color is #EED387.


Border color

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

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

This div border color is #EED387.


Opacity

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

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

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

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

This text has shadow with #EED387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED387 on black background.


Color preview on white background

This text has color #EED387 on white background.



Black color preview on #EED387 background

This text has black color on #EED387 background.


White color preview on #EED387 background

This text has white color on #EED387 background.