COLOR #F5ECA5

HEX: #F5ECA5 RGB: (245,236,165)

Color info

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

RGB color model

#F5ECA5 color RGB value is (245,236,165).

RGB: (245,236,165) (96%, 93%, 65%)

RGB channels and saturation

R 245 of 255 = 96%
G 236 of 255 = 93%
B 165 of 255 = 65%

245
236
165

R + G + B ~ 85%. #F5ECA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 236 + 165 = 646 (100%)
R 245 of 646 ~ 37.93%
G 236 of 646 ~ 36.53%
B 165 of 646 ~ 25.54'%

%37.93
%36.53
%25.54

CMYK color model

#F5ECA5 color CMYK value is (0,4,33,4).

  • cyan value is 0.00%
  • magenta value is 3.67%
  • yellow value is 32.65%
  • key color value is 3.92%
CMYK: (0,4,33,4) C0M4Y33K4 (0%,4%,33%,4%) (0.00/0.04/0.33/0.04) 

CMYK percentages

%0
%3.67
%32.65
%3.92

Codes

Color #F5ECA5 in popluar color models

F5 EC A5
RGB 245 236 165
HSL 53° 80.00% 80.39%
HSB/HSV 53° 32.65% 96.08%
CMYK 0.00% 3.67% 32.65%
3.92%

Color #F5ECA5 in popluar number systems.

HEX F5 EC A5
Decimal 245 236 165
Binary 11110101 11101100 10100101
Octal 365 354 245

Shades and tints

Shades of #F5ECA5

#F5ECA5
(245,236,165)
#DFD796
(223,215,150)
#C9C287
(201,194,135)
#B3AD78
(179,173,120)
#9D9869
(157,152,105)
#87835A
(135,131,90)
#716E4B
(113,110,75)
#5B593C
(91,89,60)
#45442D
(69,68,45)
#2F2F1E
(47,47,30)
#191A0F
(25,26,15)
#000000
(0,0,0)

Tints of #F5ECA5

#F5ECA5
(245,236,165)
#F5EDAD
(245,237,173)
#F5EEB5
(245,238,181)
#F5EFBD
(245,239,189)
#F5F0C5
(245,240,197)
#F5F1CD
(245,241,205)
#F5F2D5
(245,242,213)
#F5F3DD
(245,243,221)
#F5F4E5
(245,244,229)
#F5F5ED
(245,245,237)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5ECA5 color. Also use rgb(245,236,165) instead hex code.

Text Font Color

.myTextColor { color: #F5ECA5; }

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

This text font color is #F5ECA5.

Background Color

.myBgColor { background-color: #F5ECA5; }

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

This div background color is #F5ECA5.

Border color

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

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

This div border color is #F5ECA5.

Opacity

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

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

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

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

This text has shadow with #F5ECA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5ECA5.

Preview

Color preview on black background

This text has color #F5ECA5 on black background.


Color preview on white background

This text has color #F5ECA5 on white background.


Black color preview on #F5ECA5 background

This text has black color on #F5ECA5 background.


White color preview on #F5ECA5 background

This text has white color on #F5ECA5 background.


Related colors

Complementary color

Complementary color for #hex is #0A135A.


I love getcolorcode.com

Triadic colors

1 #A5F5EC and #ECA5F5 with #F5ECA5 are triadic colors.

2 #A5ECF5 and #ECF5A5 with #F5ECA5 are triadic colors.