COLOR #EDECB1

HEX: #EDECB1
RGB: (237,236,177)

Color info

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

RGB color model

#EDECB1 color RGB value is (237,236,177).

  • red value is 237;
  • green value is 236;
  • blue value is 177.
RGB:
(237,236,177)
(93%,93%,69%)

RGB channels and saturation

R 237 of 255 = 93%
G 236 of 255 = 93%
B 177 of 255 = 69%

237
236
177

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

Portions of RGB colors in percentages

R + G + B =
237 + 236 + 177 = 650 (100%)
R 237 of 650 ~ 36.46%
G 236 of 650 ~ 36.31%
B 177 of 650 ~ 27.23%

%36.46
%36.31
%27.23

CMYK color model

#EDECB1 color CMYK value is (0,0,25,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 25.32%
  • key color value is 7.06%
CMYK:
(0,0,25,7)
C0M0Y25K7 
(0%,0%,25%,7%)
(0.00/0.00/0.25/0.07)	

CMYK percentages

%0
%0.42
%25.32
%7.06

Codes

Color #EDECB1 in popluar color models

EDECB1
RGB237236177
HSL59°62.50%81.18%
HSB/HSV59°25.32%92.94%
CMYK0.00%0.42%25.32%
7.06%

Color #EDECB1 in popluar number systems.

HEXEDECB1
Decimal237236177
Binary111011011110110010110001
Octal355354261

Shades and tints

Shades of #EDECB1

#EDECB1
(237,236,177)
#D8D7A1
(216,215,161)
#C3C291
(195,194,145)
#AEAD81
(174,173,129)
#999871
(153,152,113)
#848361
(132,131,97)
#6F6E51
(111,110,81)
#5A5941
(90,89,65)
#454431
(69,68,49)
#302F21
(48,47,33)
#1B1A11
(27,26,17)
#000000
(0,0,0)

Tints of #EDECB1

#EDECB1
(237,236,177)
#EEEDB8
(238,237,184)
#EFEEBF
(239,238,191)
#F0EFC6
(240,239,198)
#F1F0CD
(241,240,205)
#F2F1D4
(242,241,212)
#F3F2DB
(243,242,219)
#F4F3E2
(244,243,226)
#F5F4E9
(245,244,233)
#F6F5F0
(246,245,240)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDECB1 color. Also use rgb(237,236,177) instead hex code.

Text Font Color

.myTextColor { color: #EDECB1; }

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

This text font color is #EDECB1.


Background Color

.myBgColor { background-color: #EDECB1; }

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

This div background color is #EDECB1.


Border color

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

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

This div border color is #EDECB1.


Opacity

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

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

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

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

This text has shadow with #EDECB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDECB1 on black background.


Color preview on white background

This text has color #EDECB1 on white background.



Black color preview on #EDECB1 background

This text has black color on #EDECB1 background.


White color preview on #EDECB1 background

This text has white color on #EDECB1 background.