COLOR #EED966

HEX: #EED966
RGB: (238,217,102)

Color info

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

RGB color model

#EED966 color RGB value is (238,217,102).

  • red value is 238;
  • green value is 217;
  • blue value is 102.
RGB:
(238,217,102)
(93%,85%,40%)

RGB channels and saturation

R 238 of 255 = 93%
G 217 of 255 = 85%
B 102 of 255 = 40%

238
217
102

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

Portions of RGB colors in percentages

R + G + B =
238 + 217 + 102 = 557 (100%)
R 238 of 557 ~ 42.73%
G 217 of 557 ~ 38.96%
B 102 of 557 ~ 18.31%

%42.73
%38.96
%18.31

CMYK color model

#EED966 color CMYK value is (0,9,57,7).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 57.14%
  • key color value is 6.67%
CMYK:
(0,9,57,7)
C0M9Y57K7 
(0%,9%,57%,7%)
(0.00/0.09/0.57/0.07)	

CMYK percentages

%0
%8.82
%57.14
%6.67

Codes

Color #EED966 in popluar color models

EED966
RGB238217102
HSL51°80.00%66.67%
HSB/HSV51°57.14%93.33%
CMYK0.00%8.82%57.14%
6.67%

Color #EED966 in popluar number systems.

HEXEED966
Decimal238217102
Binary11101110110110011100110
Octal356331146

Shades and tints

Shades of #EED966

#EED966
(238,217,102)
#D9C65D
(217,198,93)
#C4B354
(196,179,84)
#AFA04B
(175,160,75)
#9A8D42
(154,141,66)
#857A39
(133,122,57)
#706730
(112,103,48)
#5B5427
(91,84,39)
#46411E
(70,65,30)
#312E15
(49,46,21)
#1C1B0C
(28,27,12)
#000000
(0,0,0)

Tints of #EED966

#EED966
(238,217,102)
#EFDC73
(239,220,115)
#F0DF80
(240,223,128)
#F1E28D
(241,226,141)
#F2E59A
(242,229,154)
#F3E8A7
(243,232,167)
#F4EBB4
(244,235,180)
#F5EEC1
(245,238,193)
#F6F1CE
(246,241,206)
#F7F4DB
(247,244,219)
#F8F7E8
(248,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED966 color. Also use rgb(238,217,102) instead hex code.

Text Font Color

.myTextColor { color: #EED966; }

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

This text font color is #EED966.


Background Color

.myBgColor { background-color: #EED966; }

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

This div background color is #EED966.


Border color

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

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

This div border color is #EED966.


Opacity

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

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

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

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

This text has shadow with #EED966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED966 on black background.


Color preview on white background

This text has color #EED966 on white background.



Black color preview on #EED966 background

This text has black color on #EED966 background.


White color preview on #EED966 background

This text has white color on #EED966 background.