COLOR #EED590

HEX: #EED590
RGB: (238,213,144)

Color info

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

RGB color model

#EED590 color RGB value is (238,213,144).

  • red value is 238;
  • green value is 213;
  • blue value is 144.
RGB:
(238,213,144)
(93%,84%,56%)

RGB channels and saturation

R 238 of 255 = 93%
G 213 of 255 = 84%
B 144 of 255 = 56%

238
213
144

R + G + B ~ 78%. #EED590 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 213 + 144 = 595 (100%)
R 238 of 595 ~ 40%
G 213 of 595 ~ 35.8%
B 144 of 595 ~ 24.2%

%40
%35.8
%24.2

CMYK color model

#EED590 color CMYK value is (0,11,39,7).

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 39.50%
  • key color value is 6.67%
CMYK:
(0,11,39,7)
C0M11Y39K7 
(0%,11%,39%,7%)
(0.00/0.11/0.39/0.07)	

CMYK percentages

%0
%10.5
%39.5
%6.67

Codes

Color #EED590 in popluar color models

EED590
RGB238213144
HSL44°73.44%74.90%
HSB/HSV44°39.50%93.33%
CMYK0.00%10.50%39.50%
6.67%

Color #EED590 in popluar number systems.

HEXEED590
Decimal238213144
Binary111011101101010110010000
Octal356325220

Shades and tints

Shades of #EED590

#EED590
(238,213,144)
#D9C283
(217,194,131)
#C4AF76
(196,175,118)
#AF9C69
(175,156,105)
#9A895C
(154,137,92)
#85764F
(133,118,79)
#706342
(112,99,66)
#5B5035
(91,80,53)
#463D28
(70,61,40)
#312A1B
(49,42,27)
#1C170E
(28,23,14)
#000000
(0,0,0)

Tints of #EED590

#EED590
(238,213,144)
#EFD89A
(239,216,154)
#F0DBA4
(240,219,164)
#F1DEAE
(241,222,174)
#F2E1B8
(242,225,184)
#F3E4C2
(243,228,194)
#F4E7CC
(244,231,204)
#F5EAD6
(245,234,214)
#F6EDE0
(246,237,224)
#F7F0EA
(247,240,234)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED590 color. Also use rgb(238,213,144) instead hex code.

Text Font Color

.myTextColor { color: #EED590; }

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

This text font color is #EED590.


Background Color

.myBgColor { background-color: #EED590; }

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

This div background color is #EED590.


Border color

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

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

This div border color is #EED590.


Opacity

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

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

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

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

This text has shadow with #EED590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED590 on black background.


Color preview on white background

This text has color #EED590 on white background.



Black color preview on #EED590 background

This text has black color on #EED590 background.


White color preview on #EED590 background

This text has white color on #EED590 background.