COLOR #EEDF00

HEX: #EEDF00
RGB: (238,223,0)

Color info

#EEDF00 contains only red and green colors. Web safe color of #EEDF00 is #FFCC00 (or #FC0).

RGB color model

#EEDF00 color RGB value is (238,223,0).

  • red value is 238;
  • green value is 223;
  • blue value is 0.
RGB:
(238,223,0)
(93%,87%,0%)

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 0 of 255 = 0%

238
223
0

R + G + B ~ 60%. #EEDF00 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
238 + 223 + 0 = 461 (100%)
R 238 of 461 ~ 51.63%
G 223 of 461 ~ 48.37%
B 0 of 461 ~ 0%

%51.63
%48.37

CMYK color model

#EEDF00 color CMYK value is (0,6,100,7).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 100.00%
  • key color value is 6.67%
CMYK:
(0,6,100,7)
C0M6Y100K7 
(0%,6%,100%,7%)
(0.00/0.06/1.00/0.07)	

CMYK percentages

%0
%6.3
%100
%6.67

Codes

Color #EEDF00 in popluar color models

EEDF00
RGB2382230
HSL56°100.00%46.67%
HSB/HSV56°100.00%93.33%
CMYK0.00%6.30%100.00%
6.67%

Color #EEDF00 in popluar number systems.

HEXEEDF00
Decimal2382230
Binary11101110110111110
Octal3563370

Shades and tints

Shades of #EEDF00

#EEDF00
(238,223,0)
#D9CB00
(217,203,0)
#C4B700
(196,183,0)
#AFA300
(175,163,0)
#9A8F00
(154,143,0)
#857B00
(133,123,0)
#706700
(112,103,0)
#5B5300
(91,83,0)
#463F00
(70,63,0)
#312B00
(49,43,0)
#1C1700
(28,23,0)
#000000
(0,0,0)

Tints of #EEDF00

#EEDF00
(238,223,0)
#EFE117
(239,225,23)
#F0E32E
(240,227,46)
#F1E545
(241,229,69)
#F2E75C
(242,231,92)
#F3E973
(243,233,115)
#F4EB8A
(244,235,138)
#F5EDA1
(245,237,161)
#F6EFB8
(246,239,184)
#F7F1CF
(247,241,207)
#F8F3E6
(248,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDF00 color. Also use rgb(238,223,0) instead hex code.

Text Font Color

.myTextColor { color: #EEDF00; }

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

This text font color is #EEDF00.


Background Color

.myBgColor { background-color: #EEDF00; }

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

This div background color is #EEDF00.


Border color

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

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

This div border color is #EEDF00.


Opacity

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

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

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

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

This text has shadow with #EEDF00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDF00 on black background.


Color preview on white background

This text has color #EEDF00 on white background.



Black color preview on #EEDF00 background

This text has black color on #EEDF00 background.


White color preview on #EEDF00 background

This text has white color on #EEDF00 background.