COLOR #F0EC5E

HEX: #F0EC5E
RGB: (240,236,94)

Color info

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

RGB color model

#F0EC5E color RGB value is (240,236,94).

  • red value is 240;
  • green value is 236;
  • blue value is 94.
RGB:
(240,236,94)
(94%,93%,37%)

RGB channels and saturation

R 240 of 255 = 94%
G 236 of 255 = 93%
B 94 of 255 = 37%

240
236
94

R + G + B ~ 75%. #F0EC5E is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 236 + 94 = 570 (100%)
R 240 of 570 ~ 42.11%
G 236 of 570 ~ 41.4%
B 94 of 570 ~ 16.49%

%42.11
%41.4
%16.49

CMYK color model

#F0EC5E color CMYK value is (0,2,61,6).

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 60.83%
  • key color value is 5.88%
CMYK:
(0,2,61,6)
C0M2Y61K6 
(0%,2%,61%,6%)
(0.00/0.02/0.61/0.06)	

CMYK percentages

%0
%1.67
%60.83
%5.88

Codes

Color #F0EC5E in popluar color models

F0EC5E
RGB24023694
HSL58°82.95%65.49%
HSB/HSV58°60.83%94.12%
CMYK0.00%1.67%60.83%
5.88%

Color #F0EC5E in popluar number systems.

HEXF0EC5E
Decimal24023694
Binary11110000111011001011110
Octal360354136

Shades and tints

Shades of #F0EC5E

#F0EC5E
(240,236,94)
#DBD756
(219,215,86)
#C6C24E
(198,194,78)
#B1AD46
(177,173,70)
#9C983E
(156,152,62)
#878336
(135,131,54)
#726E2E
(114,110,46)
#5D5926
(93,89,38)
#48441E
(72,68,30)
#332F16
(51,47,22)
#1E1A0E
(30,26,14)
#000000
(0,0,0)

Tints of #F0EC5E

#F0EC5E
(240,236,94)
#F1ED6C
(241,237,108)
#F2EE7A
(242,238,122)
#F3EF88
(243,239,136)
#F4F096
(244,240,150)
#F5F1A4
(245,241,164)
#F6F2B2
(246,242,178)
#F7F3C0
(247,243,192)
#F8F4CE
(248,244,206)
#F9F5DC
(249,245,220)
#FAF6EA
(250,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EC5E color. Also use rgb(240,236,94) instead hex code.

Text Font Color

.myTextColor { color: #F0EC5E; }

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

This text font color is #F0EC5E.


Background Color

.myBgColor { background-color: #F0EC5E; }

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

This div background color is #F0EC5E.


Border color

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

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

This div border color is #F0EC5E.


Opacity

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

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

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

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

This text has shadow with #F0EC5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EC5E on black background.


Color preview on white background

This text has color #F0EC5E on white background.



Black color preview on #F0EC5E background

This text has black color on #F0EC5E background.


White color preview on #F0EC5E background

This text has white color on #F0EC5E background.