COLOR #EED66E

HEX: #EED66E
RGB: (238,214,110)

Color info

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

RGB color model

#EED66E color RGB value is (238,214,110).

  • red value is 238;
  • green value is 214;
  • blue value is 110.
RGB:
(238,214,110)
(93%,84%,43%)

RGB channels and saturation

R 238 of 255 = 93%
G 214 of 255 = 84%
B 110 of 255 = 43%

238
214
110

R + G + B ~ 73%. #EED66E is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 214 + 110 = 562 (100%)
R 238 of 562 ~ 42.35%
G 214 of 562 ~ 38.08%
B 110 of 562 ~ 19.57%

%42.35
%38.08
%19.57

CMYK color model

#EED66E color CMYK value is (0,10,54,7).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 53.78%
  • key color value is 6.67%
CMYK:
(0,10,54,7)
C0M10Y54K7 
(0%,10%,54%,7%)
(0.00/0.10/0.54/0.07)	

CMYK percentages

%0
%10.08
%53.78
%6.67

Codes

Color #EED66E in popluar color models

EED66E
RGB238214110
HSL49°79.01%68.24%
HSB/HSV49°53.78%93.33%
CMYK0.00%10.08%53.78%
6.67%

Color #EED66E in popluar number systems.

HEXEED66E
Decimal238214110
Binary11101110110101101101110
Octal356326156

Shades and tints

Shades of #EED66E

#EED66E
(238,214,110)
#D9C364
(217,195,100)
#C4B05A
(196,176,90)
#AF9D50
(175,157,80)
#9A8A46
(154,138,70)
#85773C
(133,119,60)
#706432
(112,100,50)
#5B5128
(91,81,40)
#463E1E
(70,62,30)
#312B14
(49,43,20)
#1C180A
(28,24,10)
#000000
(0,0,0)

Tints of #EED66E

#EED66E
(238,214,110)
#EFD97B
(239,217,123)
#F0DC88
(240,220,136)
#F1DF95
(241,223,149)
#F2E2A2
(242,226,162)
#F3E5AF
(243,229,175)
#F4E8BC
(244,232,188)
#F5EBC9
(245,235,201)
#F6EED6
(246,238,214)
#F7F1E3
(247,241,227)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED66E color. Also use rgb(238,214,110) instead hex code.

Text Font Color

.myTextColor { color: #EED66E; }

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

This text font color is #EED66E.


Background Color

.myBgColor { background-color: #EED66E; }

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

This div background color is #EED66E.


Border color

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

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

This div border color is #EED66E.


Opacity

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

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

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

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

This text has shadow with #EED66E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED66E on black background.


Color preview on white background

This text has color #EED66E on white background.



Black color preview on #EED66E background

This text has black color on #EED66E background.


White color preview on #EED66E background

This text has white color on #EED66E background.