COLOR #EEF594

HEX: #EEF594
RGB: (238,245,148)

Color info

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

RGB color model

#EEF594 color RGB value is (238,245,148).

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

RGB channels and saturation

R 238 of 255 = 93%
G 245 of 255 = 96%
B 148 of 255 = 58%

238
245
148

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

Portions of RGB colors in percentages

R + G + B =
238 + 245 + 148 = 631 (100%)
R 238 of 631 ~ 37.72%
G 245 of 631 ~ 38.83%
B 148 of 631 ~ 23.45%

%37.72
%38.83
%23.45

CMYK color model

#EEF594 color CMYK value is (3,0,40,4).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 39.59%
  • key color value is 3.92%
CMYK:
(3,0,40,4)
C3M0Y40K4 
(3%,0%,40%,4%)
(0.03/0.00/0.40/0.04)	

CMYK percentages

%2.86
%0
%39.59
%3.92

Codes

Color #EEF594 in popluar color models

EEF594
RGB238245148
HSL64°82.91%77.06%
HSB/HSV64°39.59%96.08%
CMYK2.86%0.00%39.59%
3.92%

Color #EEF594 in popluar number systems.

HEXEEF594
Decimal238245148
Binary111011101111010110010100
Octal356365224

Shades and tints

Shades of #EEF594

#EEF594
(238,245,148)
#D9DF87
(217,223,135)
#C4C97A
(196,201,122)
#AFB36D
(175,179,109)
#9A9D60
(154,157,96)
#858753
(133,135,83)
#707146
(112,113,70)
#5B5B39
(91,91,57)
#46452C
(70,69,44)
#312F1F
(49,47,31)
#1C1912
(28,25,18)
#000000
(0,0,0)

Tints of #EEF594

#EEF594
(238,245,148)
#EFF59D
(239,245,157)
#F0F5A6
(240,245,166)
#F1F5AF
(241,245,175)
#F2F5B8
(242,245,184)
#F3F5C1
(243,245,193)
#F4F5CA
(244,245,202)
#F5F5D3
(245,245,211)
#F6F5DC
(246,245,220)
#F7F5E5
(247,245,229)
#F8F5EE
(248,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF594; }

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

This text font color is #EEF594.


Background Color

.myBgColor { background-color: #EEF594; }

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

This div background color is #EEF594.


Border color

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

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

This div border color is #EEF594.


Opacity

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

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

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

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

This text has shadow with #EEF594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF594 on black background.


Color preview on white background

This text has color #EEF594 on white background.



Black color preview on #EEF594 background

This text has black color on #EEF594 background.


White color preview on #EEF594 background

This text has white color on #EEF594 background.