COLOR #EDE6A1

HEX: #EDE6A1
RGB: (237,230,161)

Color info

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

RGB color model

#EDE6A1 color RGB value is (237,230,161).

  • red value is 237;
  • green value is 230;
  • blue value is 161.
RGB:
(237,230,161)
(93%,90%,63%)

RGB channels and saturation

R 237 of 255 = 93%
G 230 of 255 = 90%
B 161 of 255 = 63%

237
230
161

R + G + B ~ 82%. #EDE6A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 230 + 161 = 628 (100%)
R 237 of 628 ~ 37.74%
G 230 of 628 ~ 36.62%
B 161 of 628 ~ 25.64%

%37.74
%36.62
%25.64

CMYK color model

#EDE6A1 color CMYK value is (0,3,32,7).

  • cyan value is 0.00%
  • magenta value is 2.95%
  • yellow value is 32.07%
  • key color value is 7.06%
CMYK:
(0,3,32,7)
C0M3Y32K7 
(0%,3%,32%,7%)
(0.00/0.03/0.32/0.07)	

CMYK percentages

%0
%2.95
%32.07
%7.06

Codes

Color #EDE6A1 in popluar color models

EDE6A1
RGB237230161
HSL54°67.86%78.04%
HSB/HSV54°32.07%92.94%
CMYK0.00%2.95%32.07%
7.06%

Color #EDE6A1 in popluar number systems.

HEXEDE6A1
Decimal237230161
Binary111011011110011010100001
Octal355346241

Shades and tints

Shades of #EDE6A1

#EDE6A1
(237,230,161)
#D8D293
(216,210,147)
#C3BE85
(195,190,133)
#AEAA77
(174,170,119)
#999669
(153,150,105)
#84825B
(132,130,91)
#6F6E4D
(111,110,77)
#5A5A3F
(90,90,63)
#454631
(69,70,49)
#303223
(48,50,35)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #EDE6A1

#EDE6A1
(237,230,161)
#EEE8A9
(238,232,169)
#EFEAB1
(239,234,177)
#F0ECB9
(240,236,185)
#F1EEC1
(241,238,193)
#F2F0C9
(242,240,201)
#F3F2D1
(243,242,209)
#F4F4D9
(244,244,217)
#F5F6E1
(245,246,225)
#F6F8E9
(246,248,233)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE6A1 color. Also use rgb(237,230,161) instead hex code.

Text Font Color

.myTextColor { color: #EDE6A1; }

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

This text font color is #EDE6A1.


Background Color

.myBgColor { background-color: #EDE6A1; }

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

This div background color is #EDE6A1.


Border color

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

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

This div border color is #EDE6A1.


Opacity

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

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

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

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

This text has shadow with #EDE6A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE6A1 on black background.


Color preview on white background

This text has color #EDE6A1 on white background.



Black color preview on #EDE6A1 background

This text has black color on #EDE6A1 background.


White color preview on #EDE6A1 background

This text has white color on #EDE6A1 background.