COLOR #EED67C

HEX: #EED67C
RGB: (238,214,124)

Color info

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

RGB color model

#EED67C color RGB value is (238,214,124).

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

RGB channels and saturation

R 238 of 255 = 93%
G 214 of 255 = 84%
B 124 of 255 = 49%

238
214
124

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

Portions of RGB colors in percentages

R + G + B =
238 + 214 + 124 = 576 (100%)
R 238 of 576 ~ 41.32%
G 214 of 576 ~ 37.15%
B 124 of 576 ~ 21.53%

%41.32
%37.15
%21.53

CMYK color model

#EED67C color CMYK value is (0,10,48,7).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 47.90%
  • key color value is 6.67%
CMYK:
(0,10,48,7)
C0M10Y48K7 
(0%,10%,48%,7%)
(0.00/0.10/0.48/0.07)	

CMYK percentages

%0
%10.08
%47.9
%6.67

Codes

Color #EED67C in popluar color models

EED67C
RGB238214124
HSL47°77.03%70.98%
HSB/HSV47°47.90%93.33%
CMYK0.00%10.08%47.90%
6.67%

Color #EED67C in popluar number systems.

HEXEED67C
Decimal238214124
Binary11101110110101101111100
Octal356326174

Shades and tints

Shades of #EED67C

#EED67C
(238,214,124)
#D9C371
(217,195,113)
#C4B066
(196,176,102)
#AF9D5B
(175,157,91)
#9A8A50
(154,138,80)
#857745
(133,119,69)
#70643A
(112,100,58)
#5B512F
(91,81,47)
#463E24
(70,62,36)
#312B19
(49,43,25)
#1C180E
(28,24,14)
#000000
(0,0,0)

Tints of #EED67C

#EED67C
(238,214,124)
#EFD987
(239,217,135)
#F0DC92
(240,220,146)
#F1DF9D
(241,223,157)
#F2E2A8
(242,226,168)
#F3E5B3
(243,229,179)
#F4E8BE
(244,232,190)
#F5EBC9
(245,235,201)
#F6EED4
(246,238,212)
#F7F1DF
(247,241,223)
#F8F4EA
(248,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED67C; }

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

This text font color is #EED67C.


Background Color

.myBgColor { background-color: #EED67C; }

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

This div background color is #EED67C.


Border color

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

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

This div border color is #EED67C.


Opacity

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

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

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

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

This text has shadow with #EED67C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED67C on black background.


Color preview on white background

This text has color #EED67C on white background.



Black color preview on #EED67C background

This text has black color on #EED67C background.


White color preview on #EED67C background

This text has white color on #EED67C background.