COLOR #EEE196

HEX: #EEE196
RGB: (238,225,150)

Color info

#EEE196 contains mainly red and green colors. Web safe color of #EEE196 is #FFCC99 (or #FC9).

RGB color model

#EEE196 color RGB value is (238,225,150).

  • red value is 238;
  • green value is 225;
  • blue value is 150.
RGB:
(238,225,150)
(93%,88%,59%)

RGB channels and saturation

R 238 of 255 = 93%
G 225 of 255 = 88%
B 150 of 255 = 59%

238
225
150

R + G + B ~ 80%. #EEE196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 225 + 150 = 613 (100%)
R 238 of 613 ~ 38.83%
G 225 of 613 ~ 36.7%
B 150 of 613 ~ 24.47%

%38.83
%36.7
%24.47

CMYK color model

#EEE196 color CMYK value is (0,5,37,7).

  • cyan value is 0.00%
  • magenta value is 5.46%
  • yellow value is 36.97%
  • key color value is 6.67%
CMYK:
(0,5,37,7)
C0M5Y37K7 
(0%,5%,37%,7%)
(0.00/0.05/0.37/0.07)	

CMYK percentages

%0
%5.46
%36.97
%6.67

Codes

Color #EEE196 in popluar color models

EEE196
RGB238225150
HSL51°72.13%76.08%
HSB/HSV51°36.97%93.33%
CMYK0.00%5.46%36.97%
6.67%

Color #EEE196 in popluar number systems.

HEXEEE196
Decimal238225150
Binary111011101110000110010110
Octal356341226

Shades and tints

Shades of #EEE196

#EEE196
(238,225,150)
#D9CD89
(217,205,137)
#C4B97C
(196,185,124)
#AFA56F
(175,165,111)
#9A9162
(154,145,98)
#857D55
(133,125,85)
#706948
(112,105,72)
#5B553B
(91,85,59)
#46412E
(70,65,46)
#312D21
(49,45,33)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #EEE196

#EEE196
(238,225,150)
#EFE39F
(239,227,159)
#F0E5A8
(240,229,168)
#F1E7B1
(241,231,177)
#F2E9BA
(242,233,186)
#F3EBC3
(243,235,195)
#F4EDCC
(244,237,204)
#F5EFD5
(245,239,213)
#F6F1DE
(246,241,222)
#F7F3E7
(247,243,231)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE196 color. Also use rgb(238,225,150) instead hex code.

Text Font Color

.myTextColor { color: #EEE196; }

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

This text font color is #EEE196.


Background Color

.myBgColor { background-color: #EEE196; }

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

This div background color is #EEE196.


Border color

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

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

This div border color is #EEE196.


Opacity

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

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

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

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

This text has shadow with #EEE196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE196 on black background.


Color preview on white background

This text has color #EEE196 on white background.



Black color preview on #EEE196 background

This text has black color on #EEE196 background.


White color preview on #EEE196 background

This text has white color on #EEE196 background.