COLOR #EEF094

HEX: #EEF094
RGB: (238,240,148)

Color info

#EEF094 contains mainly red and green colors. Web safe color of #EEF094 is #FFFF99 (or #FF9).

RGB color model

#EEF094 color RGB value is (238,240,148).

  • red value is 238;
  • green value is 240;
  • blue value is 148.
RGB:
(238,240,148)
(93%,94%,58%)

RGB channels and saturation

R 238 of 255 = 93%
G 240 of 255 = 94%
B 148 of 255 = 58%

238
240
148

R + G + B ~ 82%. #EEF094 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 240 + 148 = 626 (100%)
R 238 of 626 ~ 38.02%
G 240 of 626 ~ 38.34%
B 148 of 626 ~ 23.64%

%38.02
%38.34
%23.64

CMYK color model

#EEF094 color CMYK value is (1,0,38,6).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 38.33%
  • key color value is 5.88%
CMYK:
(1,0,38,6)
C1M0Y38K6 
(1%,0%,38%,6%)
(0.01/0.00/0.38/0.06)	

CMYK percentages

%0.83
%0
%38.33
%5.88

Codes

Color #EEF094 in popluar color models

EEF094
RGB238240148
HSL61°75.41%76.08%
HSB/HSV61°38.33%94.12%
CMYK0.83%0.00%38.33%
5.88%

Color #EEF094 in popluar number systems.

HEXEEF094
Decimal238240148
Binary111011101111000010010100
Octal356360224

Shades and tints

Shades of #EEF094

#EEF094
(238,240,148)
#D9DB87
(217,219,135)
#C4C67A
(196,198,122)
#AFB16D
(175,177,109)
#9A9C60
(154,156,96)
#858753
(133,135,83)
#707246
(112,114,70)
#5B5D39
(91,93,57)
#46482C
(70,72,44)
#31331F
(49,51,31)
#1C1E12
(28,30,18)
#000000
(0,0,0)

Tints of #EEF094

#EEF094
(238,240,148)
#EFF19D
(239,241,157)
#F0F2A6
(240,242,166)
#F1F3AF
(241,243,175)
#F2F4B8
(242,244,184)
#F3F5C1
(243,245,193)
#F4F6CA
(244,246,202)
#F5F7D3
(245,247,211)
#F6F8DC
(246,248,220)
#F7F9E5
(247,249,229)
#F8FAEE
(248,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF094 color. Also use rgb(238,240,148) instead hex code.

Text Font Color

.myTextColor { color: #EEF094; }

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

This text font color is #EEF094.


Background Color

.myBgColor { background-color: #EEF094; }

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

This div background color is #EEF094.


Border color

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

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

This div border color is #EEF094.


Opacity

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

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

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

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

This text has shadow with #EEF094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF094 on black background.


Color preview on white background

This text has color #EEF094 on white background.



Black color preview on #EEF094 background

This text has black color on #EEF094 background.


White color preview on #EEF094 background

This text has white color on #EEF094 background.