COLOR #EED37F

HEX: #EED37F RGB: (238,211,127)

Color info

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

RGB color model

#EED37F color RGB value is (238,211,127).

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

RGB channels and saturation

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

238
211
127

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

Portions of RGB colors in percentages

R + G + B = 238 + 211 + 127 = 576 (100%)
R 238 of 576 ~ 41.32%
G 211 of 576 ~ 36.63%
B 127 of 576 ~ 22.05'%

%41.32
%36.63
%22.05

CMYK color model

#EED37F color CMYK value is (0,11,47,7).

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

CMYK: (0,11,47,7)
C0M11Y47K7 (0%, 11%, 47%, 7%)
(0.00 / 0.11 / 0.47 / 0.07)

CMYK percentages

%0
%11.34
%46.64
%6.67

Codes

Color #EED37F in popluar color models

EE D3 7F
RGB 238 211 127
HSL 45° 76.55% 71.57%
HSB/HSV 45° 46.64% 93.33%
CMYK 0.00% 11.34% 46.64%
6.67%

Color #EED37F in popluar number systems.

HEX EE D3 7F
Decimal 238 211 127
Binary 11101110 11010011 1111111
Octal 356 323 177

Shades and tints

Shades of #EED37F

#EED37F
(238,211,127)
#D9C074
(217,192,116)
#C4AD69
(196,173,105)
#AF9A5E
(175,154,94)
#9A8753
(154,135,83)
#857448
(133,116,72)
#70613D
(112,97,61)
#5B4E32
(91,78,50)
#463B27
(70,59,39)
#31281C
(49,40,28)
#1C1511
(28,21,17)
#000000
(0,0,0)

Tints of #EED37F

#EED37F
(238,211,127)
#EFD78A
(239,215,138)
#F0DB95
(240,219,149)
#F1DFA0
(241,223,160)
#F2E3AB
(242,227,171)
#F3E7B6
(243,231,182)
#F4EBC1
(244,235,193)
#F5EFCC
(245,239,204)
#F6F3D7
(246,243,215)
#F7F7E2
(247,247,226)
#F8FBED
(248,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED37F; }

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

This text font color is #EED37F.

Background Color

.myBgColor { background-color: #EED37F; }

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

This div background color is #EED37F.

Border color

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

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

This div border color is #EED37F.

Opacity

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

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

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

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

This text has shadow with #EED37F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED37F.

Preview

Color preview on black background

This text has color #EED37F on black background.


Color preview on white background

This text has color #EED37F on white background.


Black color preview on #EED37F background

This text has black color on #EED37F background.


White color preview on #EED37F background

This text has white color on #EED37F background.


Related colors

Complementary color

Complementary color for #hex is #112C80.


I love getcolorcode.com

Triadic colors

1 #7FEED3 and #D37FEE with #EED37F are triadic colors.

2 #7FD3EE and #D3EE7F with #EED37F are triadic colors.