COLOR #EEF990

HEX: #EEF990
RGB: (238,249,144)

Color info

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

RGB color model

#EEF990 color RGB value is (238,249,144).

  • red value is 238;
  • green value is 249;
  • blue value is 144.
RGB:
(238,249,144)
(93%,98%,56%)

RGB channels and saturation

R 238 of 255 = 93%
G 249 of 255 = 98%
B 144 of 255 = 56%

238
249
144

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

Portions of RGB colors in percentages

R + G + B =
238 + 249 + 144 = 631 (100%)
R 238 of 631 ~ 37.72%
G 249 of 631 ~ 39.46%
B 144 of 631 ~ 22.82%

%37.72
%39.46
%22.82

CMYK color model

#EEF990 color CMYK value is (4,0,42,2).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 42.17%
  • key color value is 2.35%
CMYK:
(4,0,42,2)
C4M0Y42K2 
(4%,0%,42%,2%)
(0.04/0.00/0.42/0.02)	

CMYK percentages

%4.42
%0
%42.17
%2.35

Codes

Color #EEF990 in popluar color models

EEF990
RGB238249144
HSL66°89.74%77.06%
HSB/HSV66°42.17%97.65%
CMYK4.42%0.00%42.17%
2.35%

Color #EEF990 in popluar number systems.

HEXEEF990
Decimal238249144
Binary111011101111100110010000
Octal356371220

Shades and tints

Shades of #EEF990

#EEF990
(238,249,144)
#D9E383
(217,227,131)
#C4CD76
(196,205,118)
#AFB769
(175,183,105)
#9AA15C
(154,161,92)
#858B4F
(133,139,79)
#707542
(112,117,66)
#5B5F35
(91,95,53)
#464928
(70,73,40)
#31331B
(49,51,27)
#1C1D0E
(28,29,14)
#000000
(0,0,0)

Tints of #EEF990

#EEF990
(238,249,144)
#EFF99A
(239,249,154)
#F0F9A4
(240,249,164)
#F1F9AE
(241,249,174)
#F2F9B8
(242,249,184)
#F3F9C2
(243,249,194)
#F4F9CC
(244,249,204)
#F5F9D6
(245,249,214)
#F6F9E0
(246,249,224)
#F7F9EA
(247,249,234)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF990 color. Also use rgb(238,249,144) instead hex code.

Text Font Color

.myTextColor { color: #EEF990; }

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

This text font color is #EEF990.


Background Color

.myBgColor { background-color: #EEF990; }

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

This div background color is #EEF990.


Border color

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

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

This div border color is #EEF990.


Opacity

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

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

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

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

This text has shadow with #EEF990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF990 on black background.


Color preview on white background

This text has color #EEF990 on white background.



Black color preview on #EEF990 background

This text has black color on #EEF990 background.


White color preview on #EEF990 background

This text has white color on #EEF990 background.