COLOR #ECD097

HEX: #ECD097 RGB: (236,208,151)

Color info

#ECD097 contains mainly red and green colors. Web safe color of #ECD097 is #FFCC99 (or #FC9).

RGB color model

#ECD097 color RGB value is (236,208,151).

RGB: (236,208,151) (93%, 82%, 59%)

RGB channels and saturation

R 236 of 255 = 93%
G 208 of 255 = 82%
B 151 of 255 = 59%

236
208
151

R + G + B ~ 78%. #ECD097 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 208 + 151 = 595 (100%)
R 236 of 595 ~ 39.66%
G 208 of 595 ~ 34.96%
B 151 of 595 ~ 25.38'%

%39.66
%34.96
%25.38

CMYK color model

#ECD097 color CMYK value is (0,12,36,7).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 36.02%
  • key color value is 7.45%
CMYK: (0,12,36,7) C0M12Y36K7 (0%,12%,36%,7%) (0.00/0.12/0.36/0.07) 

CMYK percentages

%0
%11.86
%36.02
%7.45

Codes

Color #ECD097 in popluar color models

EC D0 97
RGB 236 208 151
HSL 40° 69.11% 75.88%
HSB/HSV 40° 36.02% 92.55%
CMYK 0.00% 11.86% 36.02%
7.45%

Color #ECD097 in popluar number systems.

HEX EC D0 97
Decimal 236 208 151
Binary 11101100 11010000 10010111
Octal 354 320 227

Shades and tints

Shades of #ECD097

#ECD097
(236,208,151)
#D7BE8A
(215,190,138)
#C2AC7D
(194,172,125)
#AD9A70
(173,154,112)
#988863
(152,136,99)
#837656
(131,118,86)
#6E6449
(110,100,73)
#59523C
(89,82,60)
#44402F
(68,64,47)
#2F2E22
(47,46,34)
#1A1C15
(26,28,21)
#000000
(0,0,0)

Tints of #ECD097

#ECD097
(236,208,151)
#EDD4A0
(237,212,160)
#EED8A9
(238,216,169)
#EFDCB2
(239,220,178)
#F0E0BB
(240,224,187)
#F1E4C4
(241,228,196)
#F2E8CD
(242,232,205)
#F3ECD6
(243,236,214)
#F4F0DF
(244,240,223)
#F5F4E8
(245,244,232)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD097; }

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

This text font color is #ECD097.

Background Color

.myBgColor { background-color: #ECD097; }

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

This div background color is #ECD097.

Border color

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

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

This div border color is #ECD097.

Opacity

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

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

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

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

This text has shadow with #ECD097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD097.

Preview

Color preview on black background

This text has color #ECD097 on black background.


Color preview on white background

This text has color #ECD097 on white background.


Black color preview on #ECD097 background

This text has black color on #ECD097 background.


White color preview on #ECD097 background

This text has white color on #ECD097 background.


Related colors

Complementary color

Complementary color for #hex is #132F68.


I love getcolorcode.com

Triadic colors

1 #97ECD0 and #D097EC with #ECD097 are triadic colors.

2 #97D0EC and #D0EC97 with #ECD097 are triadic colors.