COLOR #EED06F

HEX: #EED06F RGB: (238,208,111)

Color info

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

RGB color model

#EED06F color RGB value is (238,208,111).

RGB: (238,208,111) (93%, 82%, 44%)

RGB channels and saturation

R 238 of 255 = 93%
G 208 of 255 = 82%
B 111 of 255 = 44%

238
208
111

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

Portions of RGB colors in percentages

R + G + B = 238 + 208 + 111 = 557 (100%)
R 238 of 557 ~ 42.73%
G 208 of 557 ~ 37.34%
B 111 of 557 ~ 19.93'%

%42.73
%37.34
%19.93

CMYK color model

#EED06F color CMYK value is (0,13,53,7).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 53.36%
  • key color value is 6.67%
CMYK: (0,13,53,7) C0M13Y53K7 (0%,13%,53%,7%) (0.00/0.13/0.53/0.07) 

CMYK percentages

%0
%12.61
%53.36
%6.67

Codes

Color #EED06F in popluar color models

EE D0 6F
RGB 238 208 111
HSL 46° 78.88% 68.43%
HSB/HSV 46° 53.36% 93.33%
CMYK 0.00% 12.61% 53.36%
6.67%

Color #EED06F in popluar number systems.

HEX EE D0 6F
Decimal 238 208 111
Binary 11101110 11010000 1101111
Octal 356 320 157

Shades and tints

Shades of #EED06F

#EED06F
(238,208,111)
#D9BE65
(217,190,101)
#C4AC5B
(196,172,91)
#AF9A51
(175,154,81)
#9A8847
(154,136,71)
#85763D
(133,118,61)
#706433
(112,100,51)
#5B5229
(91,82,41)
#46401F
(70,64,31)
#312E15
(49,46,21)
#1C1C0B
(28,28,11)
#000000
(0,0,0)

Tints of #EED06F

#EED06F
(238,208,111)
#EFD47C
(239,212,124)
#F0D889
(240,216,137)
#F1DC96
(241,220,150)
#F2E0A3
(242,224,163)
#F3E4B0
(243,228,176)
#F4E8BD
(244,232,189)
#F5ECCA
(245,236,202)
#F6F0D7
(246,240,215)
#F7F4E4
(247,244,228)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED06F color. Also use rgb(238,208,111) instead hex code.

Text Font Color

.myTextColor { color: #EED06F; }

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

This text font color is #EED06F.

Background Color

.myBgColor { background-color: #EED06F; }

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

This div background color is #EED06F.

Border color

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

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

This div border color is #EED06F.

Opacity

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

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

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

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

This text has shadow with #EED06F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED06F.

Preview

Color preview on black background

This text has color #EED06F on black background.


Color preview on white background

This text has color #EED06F on white background.


Black color preview on #EED06F background

This text has black color on #EED06F background.


White color preview on #EED06F background

This text has white color on #EED06F background.


Related colors

Complementary color

Complementary color for #hex is #112F90.


I love getcolorcode.com

Triadic colors

1 #6FEED0 and #D06FEE with #EED06F are triadic colors.

2 #6FD0EE and #D0EE6F with #EED06F are triadic colors.