COLOR #EED380

HEX: #EED380 RGB: (238,211,128)

Color info

#EED380 contains mainly red and green colors. Web safe color of #EED380 is #FFCC66 (or #FC6).

RGB color model

#EED380 color RGB value is (238,211,128).

RGB: (238,211,128) (93%, 83%, 50%)

RGB channels and saturation

R 238 of 255 = 93%
G 211 of 255 = 83%
B 128 of 255 = 50%

238
211
128

R + G + B ~ 75%. #EED380 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 211 + 128 = 577 (100%)
R 238 of 577 ~ 41.25%
G 211 of 577 ~ 36.57%
B 128 of 577 ~ 22.18'%

%41.25
%36.57
%22.18

CMYK color model

#EED380 color CMYK value is (0,11,46,7).

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 46.22%
  • key color value is 6.67%

CMYK: (0,11,46,7)
C0M11Y46K7 (0%, 11%, 46%, 7%)
(0.00 / 0.11 / 0.46 / 0.07)

CMYK percentages

%0
%11.34
%46.22
%6.67

Codes

Color #EED380 in popluar color models

EE D3 80
RGB 238 211 128
HSL 45° 76.39% 71.76%
HSB/HSV 45° 46.22% 93.33%
CMYK 0.00% 11.34% 46.22%
6.67%

Color #EED380 in popluar number systems.

HEX EE D3 80
Decimal 238 211 128
Binary 11101110 11010011 10000000
Octal 356 323 200

Shades and tints

Shades of #EED380

#EED380
(238,211,128)
#D9C075
(217,192,117)
#C4AD6A
(196,173,106)
#AF9A5F
(175,154,95)
#9A8754
(154,135,84)
#857449
(133,116,73)
#70613E
(112,97,62)
#5B4E33
(91,78,51)
#463B28
(70,59,40)
#31281D
(49,40,29)
#1C1512
(28,21,18)
#000000
(0,0,0)

Tints of #EED380

#EED380
(238,211,128)
#EFD78B
(239,215,139)
#F0DB96
(240,219,150)
#F1DFA1
(241,223,161)
#F2E3AC
(242,227,172)
#F3E7B7
(243,231,183)
#F4EBC2
(244,235,194)
#F5EFCD
(245,239,205)
#F6F3D8
(246,243,216)
#F7F7E3
(247,247,227)
#F8FBEE
(248,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED380; }

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

This text font color is #EED380.

Background Color

.myBgColor { background-color: #EED380; }

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

This div background color is #EED380.

Border color

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

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

This div border color is #EED380.

Opacity

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

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

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

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

This text has shadow with #EED380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED380.

Preview

Color preview on black background

This text has color #EED380 on black background.


Color preview on white background

This text has color #EED380 on white background.


Black color preview on #EED380 background

This text has black color on #EED380 background.


White color preview on #EED380 background

This text has white color on #EED380 background.


Related colors

Complementary color

Complementary color for #hex is #112C7F.


I love getcolorcode.com

Triadic colors

1 #80EED3 and #D380EE with #EED380 are triadic colors.

2 #80D3EE and #D3EE80 with #EED380 are triadic colors.