COLOR #EED35E

HEX: #EED35E RGB: (238,211,94)

Color info

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

RGB color model

#EED35E color RGB value is (238,211,94).

RGB: (238,211,94) (93%, 83%, 37%)

RGB channels and saturation

R 238 of 255 = 93%
G 211 of 255 = 83%
B 94 of 255 = 37%

238
211
94

R + G + B ~ 71%. #EED35E is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 211 + 94 = 543 (100%)
R 238 of 543 ~ 43.83%
G 211 of 543 ~ 38.86%
B 94 of 543 ~ 17.31'%

%43.83
%38.86
%17.31

CMYK color model

#EED35E color CMYK value is (0,11,61,7).

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

CMYK: (0,11,61,7)
C0M11Y61K7 (0%, 11%, 61%, 7%)
(0.00 / 0.11 / 0.61 / 0.07)

CMYK percentages

%0
%11.34
%60.5
%6.67

Codes

Color #EED35E in popluar color models

EE D3 5E
RGB 238 211 94
HSL 49° 80.90% 65.10%
HSB/HSV 49° 60.50% 93.33%
CMYK 0.00% 11.34% 60.50%
6.67%

Color #EED35E in popluar number systems.

HEX EE D3 5E
Decimal 238 211 94
Binary 11101110 11010011 1011110
Octal 356 323 136

Shades and tints

Shades of #EED35E

#EED35E
(238,211,94)
#D9C056
(217,192,86)
#C4AD4E
(196,173,78)
#AF9A46
(175,154,70)
#9A873E
(154,135,62)
#857436
(133,116,54)
#70612E
(112,97,46)
#5B4E26
(91,78,38)
#463B1E
(70,59,30)
#312816
(49,40,22)
#1C150E
(28,21,14)
#000000
(0,0,0)

Tints of #EED35E

#EED35E
(238,211,94)
#EFD76C
(239,215,108)
#F0DB7A
(240,219,122)
#F1DF88
(241,223,136)
#F2E396
(242,227,150)
#F3E7A4
(243,231,164)
#F4EBB2
(244,235,178)
#F5EFC0
(245,239,192)
#F6F3CE
(246,243,206)
#F7F7DC
(247,247,220)
#F8FBEA
(248,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED35E; }

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

This text font color is #EED35E.

Background Color

.myBgColor { background-color: #EED35E; }

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

This div background color is #EED35E.

Border color

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

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

This div border color is #EED35E.

Opacity

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

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

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

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

This text has shadow with #EED35E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED35E.

Preview

Color preview on black background

This text has color #EED35E on black background.


Color preview on white background

This text has color #EED35E on white background.


Black color preview on #EED35E background

This text has black color on #EED35E background.


White color preview on #EED35E background

This text has white color on #EED35E background.


Related colors

Complementary color

Complementary color for #hex is #112CA1.


I love getcolorcode.com

Triadic colors

1 #5EEED3 and #D35EEE with #EED35E are triadic colors.

2 #5ED3EE and #D3EE5E with #EED35E are triadic colors.