COLOR #F0EE7F

HEX: #F0EE7F RGB: (240,238,127)

Color info

#F0EE7F contains mainly red and green colors. Web safe color of #F0EE7F is #FFFF66 (or #FF6).

RGB color model

#F0EE7F color RGB value is (240,238,127).

RGB: (240,238,127) (94%, 93%, 50%)

RGB channels and saturation

R 240 of 255 = 94%
G 238 of 255 = 93%
B 127 of 255 = 50%

240
238
127

R + G + B ~ 79%. #F0EE7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 238 + 127 = 605 (100%)
R 240 of 605 ~ 39.67%
G 238 of 605 ~ 39.34%
B 127 of 605 ~ 20.99'%

%39.67
%39.34
%20.99

CMYK color model

#F0EE7F color CMYK value is (0,1,47,6).

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

CMYK: (0,1,47,6)
C0M1Y47K6 (0%, 1%, 47%, 6%)
(0.00 / 0.01 / 0.47 / 0.06)

CMYK percentages

%0
%0.83
%47.08
%5.88

Codes

Color #F0EE7F in popluar color models

F0 EE 7F
RGB 240 238 127
HSL 59° 79.02% 71.96%
HSB/HSV 59° 47.08% 94.12%
CMYK 0.00% 0.83% 47.08%
5.88%

Color #F0EE7F in popluar number systems.

HEX F0 EE 7F
Decimal 240 238 127
Binary 11110000 11101110 1111111
Octal 360 356 177

Shades and tints

Shades of #F0EE7F

#F0EE7F
(240,238,127)
#DBD974
(219,217,116)
#C6C469
(198,196,105)
#B1AF5E
(177,175,94)
#9C9A53
(156,154,83)
#878548
(135,133,72)
#72703D
(114,112,61)
#5D5B32
(93,91,50)
#484627
(72,70,39)
#33311C
(51,49,28)
#1E1C11
(30,28,17)
#000000
(0,0,0)

Tints of #F0EE7F

#F0EE7F
(240,238,127)
#F1EF8A
(241,239,138)
#F2F095
(242,240,149)
#F3F1A0
(243,241,160)
#F4F2AB
(244,242,171)
#F5F3B6
(245,243,182)
#F6F4C1
(246,244,193)
#F7F5CC
(247,245,204)
#F8F6D7
(248,246,215)
#F9F7E2
(249,247,226)
#FAF8ED
(250,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EE7F; }

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

This text font color is #F0EE7F.

Background Color

.myBgColor { background-color: #F0EE7F; }

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

This div background color is #F0EE7F.

Border color

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

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

This div border color is #F0EE7F.

Opacity

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

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

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

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

This text has shadow with #F0EE7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EE7F.

Preview

Color preview on black background

This text has color #F0EE7F on black background.


Color preview on white background

This text has color #F0EE7F on white background.


Black color preview on #F0EE7F background

This text has black color on #F0EE7F background.


White color preview on #F0EE7F background

This text has white color on #F0EE7F background.


Related colors

Complementary color

Complementary color for #hex is #0F1180.


I love getcolorcode.com

Triadic colors

1 #7FF0EE and #EE7FF0 with #F0EE7F are triadic colors.

2 #7FEEF0 and #EEF07F with #F0EE7F are triadic colors.