COLOR #EED63E

HEX: #EED63E
RGB: (238,214,62)

Color info

#EED63E contains mainly red and green colors. Web safe color of #EED63E is #FFCC33 (or #FC3).

RGB color model

#EED63E color RGB value is (238,214,62).

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

RGB channels and saturation

R 238 of 255 = 93%
G 214 of 255 = 84%
B 62 of 255 = 24%

238
214
62

R + G + B ~ 67%. #EED63E is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 214 + 62 = 514 (100%)
R 238 of 514 ~ 46.3%
G 214 of 514 ~ 41.63%
B 62 of 514 ~ 12.06%

%46.3
%41.63
%12.06

CMYK color model

#EED63E color CMYK value is (0,10,74,7).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 73.95%
  • key color value is 6.67%
CMYK:
(0,10,74,7)
C0M10Y74K7 
(0%,10%,74%,7%)
(0.00/0.10/0.74/0.07)	

CMYK percentages

%0
%10.08
%73.95
%6.67

Codes

Color #EED63E in popluar color models

EED63E
RGB23821462
HSL52°83.81%58.82%
HSB/HSV52°73.95%93.33%
CMYK0.00%10.08%73.95%
6.67%

Color #EED63E in popluar number systems.

HEXEED63E
Decimal23821462
Binary1110111011010110111110
Octal35632676

Shades and tints

Shades of #EED63E

#EED63E
(238,214,62)
#D9C339
(217,195,57)
#C4B034
(196,176,52)
#AF9D2F
(175,157,47)
#9A8A2A
(154,138,42)
#857725
(133,119,37)
#706420
(112,100,32)
#5B511B
(91,81,27)
#463E16
(70,62,22)
#312B11
(49,43,17)
#1C180C
(28,24,12)
#000000
(0,0,0)

Tints of #EED63E

#EED63E
(238,214,62)
#EFD94F
(239,217,79)
#F0DC60
(240,220,96)
#F1DF71
(241,223,113)
#F2E282
(242,226,130)
#F3E593
(243,229,147)
#F4E8A4
(244,232,164)
#F5EBB5
(245,235,181)
#F6EEC6
(246,238,198)
#F7F1D7
(247,241,215)
#F8F4E8
(248,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED63E; }

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

This text font color is #EED63E.


Background Color

.myBgColor { background-color: #EED63E; }

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

This div background color is #EED63E.


Border color

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

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

This div border color is #EED63E.


Opacity

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

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

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

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

This text has shadow with #EED63E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED63E on black background.


Color preview on white background

This text has color #EED63E on white background.



Black color preview on #EED63E background

This text has black color on #EED63E background.


White color preview on #EED63E background

This text has white color on #EED63E background.