COLOR #EDE6A9

HEX: #EDE6A9 RGB: (237,230,169)

Color info

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

RGB color model

#EDE6A9 color RGB value is (237,230,169).

RGB: (237,230,169) (93%, 90%, 66%)

RGB channels and saturation

R 237 of 255 = 93%
G 230 of 255 = 90%
B 169 of 255 = 66%

237
230
169

R + G + B ~ 83%. #EDE6A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 230 + 169 = 636 (100%)
R 237 of 636 ~ 37.26%
G 230 of 636 ~ 36.16%
B 169 of 636 ~ 26.57'%

%37.26
%36.16
%26.57

CMYK color model

#EDE6A9 color CMYK value is (0,3,29,7).

  • cyan value is 0.00%
  • magenta value is 2.95%
  • yellow value is 28.69%
  • key color value is 7.06%

CMYK: (0,3,29,7)
C0M3Y29K7 (0%, 3%, 29%, 7%)
(0.00 / 0.03 / 0.29 / 0.07)

CMYK percentages

%0
%2.95
%28.69
%7.06

Codes

Color #EDE6A9 in popluar color models

ED E6 A9
RGB 237 230 169
HSL 54° 65.38% 79.61%
HSB/HSV 54° 28.69% 92.94%
CMYK 0.00% 2.95% 28.69%
7.06%

Color #EDE6A9 in popluar number systems.

HEX ED E6 A9
Decimal 237 230 169
Binary 11101101 11100110 10101001
Octal 355 346 251

Shades and tints

Shades of #EDE6A9

#EDE6A9
(237,230,169)
#D8D29A
(216,210,154)
#C3BE8B
(195,190,139)
#AEAA7C
(174,170,124)
#99966D
(153,150,109)
#84825E
(132,130,94)
#6F6E4F
(111,110,79)
#5A5A40
(90,90,64)
#454631
(69,70,49)
#303222
(48,50,34)
#1B1E13
(27,30,19)
#000000
(0,0,0)

Tints of #EDE6A9

#EDE6A9
(237,230,169)
#EEE8B0
(238,232,176)
#EFEAB7
(239,234,183)
#F0ECBE
(240,236,190)
#F1EEC5
(241,238,197)
#F2F0CC
(242,240,204)
#F3F2D3
(243,242,211)
#F4F4DA
(244,244,218)
#F5F6E1
(245,246,225)
#F6F8E8
(246,248,232)
#F7FAEF
(247,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE6A9; }

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

This text font color is #EDE6A9.

Background Color

.myBgColor { background-color: #EDE6A9; }

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

This div background color is #EDE6A9.

Border color

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

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

This div border color is #EDE6A9.

Opacity

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

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

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

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

This text has shadow with #EDE6A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE6A9.

Preview

Color preview on black background

This text has color #EDE6A9 on black background.


Color preview on white background

This text has color #EDE6A9 on white background.


Black color preview on #EDE6A9 background

This text has black color on #EDE6A9 background.


White color preview on #EDE6A9 background

This text has white color on #EDE6A9 background.


Related colors

Complementary color

Complementary color for #hex is #121956.


I love getcolorcode.com

Triadic colors

1 #A9EDE6 and #E6A9ED with #EDE6A9 are triadic colors.

2 #A9E6ED and #E6EDA9 with #EDE6A9 are triadic colors.