COLOR #ECEA97

HEX: #ECEA97
RGB: (236,234,151)

Color info

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

RGB color model

#ECEA97 color RGB value is (236,234,151).

  • red value is 236;
  • green value is 234;
  • blue value is 151.
RGB:
(236,234,151)
(93%,92%,59%)

RGB channels and saturation

R 236 of 255 = 93%
G 234 of 255 = 92%
B 151 of 255 = 59%

236
234
151

R + G + B ~ 81%. #ECEA97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 234 + 151 = 621 (100%)
R 236 of 621 ~ 38%
G 234 of 621 ~ 37.68%
B 151 of 621 ~ 24.32%

%38
%37.68
%24.32

CMYK color model

#ECEA97 color CMYK value is (0,1,36,7).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 36.02%
  • key color value is 7.45%
CMYK:
(0,1,36,7)
C0M1Y36K7 
(0%,1%,36%,7%)
(0.00/0.01/0.36/0.07)	

CMYK percentages

%0
%0.85
%36.02
%7.45

Codes

Color #ECEA97 in popluar color models

ECEA97
RGB236234151
HSL59°69.11%75.88%
HSB/HSV59°36.02%92.55%
CMYK0.00%0.85%36.02%
7.45%

Color #ECEA97 in popluar number systems.

HEXECEA97
Decimal236234151
Binary111011001110101010010111
Octal354352227

Shades and tints

Shades of #ECEA97

#ECEA97
(236,234,151)
#D7D58A
(215,213,138)
#C2C07D
(194,192,125)
#ADAB70
(173,171,112)
#989663
(152,150,99)
#838156
(131,129,86)
#6E6C49
(110,108,73)
#59573C
(89,87,60)
#44422F
(68,66,47)
#2F2D22
(47,45,34)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #ECEA97

#ECEA97
(236,234,151)
#EDEBA0
(237,235,160)
#EEECA9
(238,236,169)
#EFEDB2
(239,237,178)
#F0EEBB
(240,238,187)
#F1EFC4
(241,239,196)
#F2F0CD
(242,240,205)
#F3F1D6
(243,241,214)
#F4F2DF
(244,242,223)
#F5F3E8
(245,243,232)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECEA97 color. Also use rgb(236,234,151) instead hex code.

Text Font Color

.myTextColor { color: #ECEA97; }

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

This text font color is #ECEA97.


Background Color

.myBgColor { background-color: #ECEA97; }

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

This div background color is #ECEA97.


Border color

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

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

This div border color is #ECEA97.


Opacity

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

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

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

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

This text has shadow with #ECEA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECEA97 on black background.


Color preview on white background

This text has color #ECEA97 on white background.



Black color preview on #ECEA97 background

This text has black color on #ECEA97 background.


White color preview on #ECEA97 background

This text has white color on #ECEA97 background.