COLOR #F0ECA0

HEX: #F0ECA0 RGB: (240,236,160)

Color info

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

RGB color model

#F0ECA0 color RGB value is (240,236,160).

RGB: (240,236,160) (94%, 93%, 63%)

RGB channels and saturation

R 240 of 255 = 94%
G 236 of 255 = 93%
B 160 of 255 = 63%

240
236
160

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

Portions of RGB colors in percentages

R + G + B = 240 + 236 + 160 = 636 (100%)
R 240 of 636 ~ 37.74%
G 236 of 636 ~ 37.11%
B 160 of 636 ~ 25.16'%

%37.74
%37.11
%25.16

CMYK color model

#F0ECA0 color CMYK value is (0,2,33,6).

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 33.33%
  • key color value is 5.88%

CMYK: (0,2,33,6)
C0M2Y33K6 (0%, 2%, 33%, 6%)
(0.00 / 0.02 / 0.33 / 0.06)

CMYK percentages

%0
%1.67
%33.33
%5.88

Codes

Color #F0ECA0 in popluar color models

F0 EC A0
RGB 240 236 160
HSL 57° 72.73% 78.43%
HSB/HSV 57° 33.33% 94.12%
CMYK 0.00% 1.67% 33.33%
5.88%

Color #F0ECA0 in popluar number systems.

HEX F0 EC A0
Decimal 240 236 160
Binary 11110000 11101100 10100000
Octal 360 354 240

Shades and tints

Shades of #F0ECA0

#F0ECA0
(240,236,160)
#DBD792
(219,215,146)
#C6C284
(198,194,132)
#B1AD76
(177,173,118)
#9C9868
(156,152,104)
#87835A
(135,131,90)
#726E4C
(114,110,76)
#5D593E
(93,89,62)
#484430
(72,68,48)
#332F22
(51,47,34)
#1E1A14
(30,26,20)
#000000
(0,0,0)

Tints of #F0ECA0

#F0ECA0
(240,236,160)
#F1EDA8
(241,237,168)
#F2EEB0
(242,238,176)
#F3EFB8
(243,239,184)
#F4F0C0
(244,240,192)
#F5F1C8
(245,241,200)
#F6F2D0
(246,242,208)
#F7F3D8
(247,243,216)
#F8F4E0
(248,244,224)
#F9F5E8
(249,245,232)
#FAF6F0
(250,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0ECA0; }

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

This text font color is #F0ECA0.

Background Color

.myBgColor { background-color: #F0ECA0; }

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

This div background color is #F0ECA0.

Border color

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

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

This div border color is #F0ECA0.

Opacity

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

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

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

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

This text has shadow with #F0ECA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0ECA0.

Preview

Color preview on black background

This text has color #F0ECA0 on black background.


Color preview on white background

This text has color #F0ECA0 on white background.


Black color preview on #F0ECA0 background

This text has black color on #F0ECA0 background.


White color preview on #F0ECA0 background

This text has white color on #F0ECA0 background.


Related colors

Complementary color

Complementary color for #hex is #0F135F.


I love getcolorcode.com

Triadic colors

1 #A0F0EC and #ECA0F0 with #F0ECA0 are triadic colors.

2 #A0ECF0 and #ECF0A0 with #F0ECA0 are triadic colors.