COLOR #F0EE9E

HEX: #F0EE9E RGB: (240,238,158)

Color info

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

RGB color model

#F0EE9E color RGB value is (240,238,158).

RGB: (240,238,158) (94%, 93%, 62%)

RGB channels and saturation

R 240 of 255 = 94%
G 238 of 255 = 93%
B 158 of 255 = 62%

240
238
158

R + G + B ~ 83%. #F0EE9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 238 + 158 = 636 (100%)
R 240 of 636 ~ 37.74%
G 238 of 636 ~ 37.42%
B 158 of 636 ~ 24.84'%

%37.74
%37.42
%24.84

CMYK color model

#F0EE9E color CMYK value is (0,1,34,6).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 34.17%
  • key color value is 5.88%

CMYK: (0,1,34,6)
C0M1Y34K6 (0%, 1%, 34%, 6%)
(0.00 / 0.01 / 0.34 / 0.06)

CMYK percentages

%0
%0.83
%34.17
%5.88

Codes

Color #F0EE9E in popluar color models

F0 EE 9E
RGB 240 238 158
HSL 59° 73.21% 78.04%
HSB/HSV 59° 34.17% 94.12%
CMYK 0.00% 0.83% 34.17%
5.88%

Color #F0EE9E in popluar number systems.

HEX F0 EE 9E
Decimal 240 238 158
Binary 11110000 11101110 10011110
Octal 360 356 236

Shades and tints

Shades of #F0EE9E

#F0EE9E
(240,238,158)
#DBD990
(219,217,144)
#C6C482
(198,196,130)
#B1AF74
(177,175,116)
#9C9A66
(156,154,102)
#878558
(135,133,88)
#72704A
(114,112,74)
#5D5B3C
(93,91,60)
#48462E
(72,70,46)
#333120
(51,49,32)
#1E1C12
(30,28,18)
#000000
(0,0,0)

Tints of #F0EE9E

#F0EE9E
(240,238,158)
#F1EFA6
(241,239,166)
#F2F0AE
(242,240,174)
#F3F1B6
(243,241,182)
#F4F2BE
(244,242,190)
#F5F3C6
(245,243,198)
#F6F4CE
(246,244,206)
#F7F5D6
(247,245,214)
#F8F6DE
(248,246,222)
#F9F7E6
(249,247,230)
#FAF8EE
(250,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EE9E; }

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

This text font color is #F0EE9E.

Background Color

.myBgColor { background-color: #F0EE9E; }

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

This div background color is #F0EE9E.

Border color

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

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

This div border color is #F0EE9E.

Opacity

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

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

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

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

This text has shadow with #F0EE9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EE9E.

Preview

Color preview on black background

This text has color #F0EE9E on black background.


Color preview on white background

This text has color #F0EE9E on white background.


Black color preview on #F0EE9E background

This text has black color on #F0EE9E background.


White color preview on #F0EE9E background

This text has white color on #F0EE9E background.


Related colors

Complementary color

Complementary color for #hex is #0F1161.


I love getcolorcode.com

Triadic colors

1 #9EF0EE and #EE9EF0 with #F0EE9E are triadic colors.

2 #9EEEF0 and #EEF09E with #F0EE9E are triadic colors.