COLOR #EDE3A1

HEX: #EDE3A1 RGB: (237,227,161)

Color info

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

RGB color model

#EDE3A1 color RGB value is (237,227,161).

RGB: (237,227,161) (93%, 89%, 63%)

RGB channels and saturation

R 237 of 255 = 93%
G 227 of 255 = 89%
B 161 of 255 = 63%

237
227
161

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

Portions of RGB colors in percentages

R + G + B = 237 + 227 + 161 = 625 (100%)
R 237 of 625 ~ 37.92%
G 227 of 625 ~ 36.32%
B 161 of 625 ~ 25.76'%

%37.92
%36.32
%25.76

CMYK color model

#EDE3A1 color CMYK value is (0,4,32,7).

  • cyan value is 0.00%
  • magenta value is 4.22%
  • yellow value is 32.07%
  • key color value is 7.06%
CMYK: (0,4,32,7) C0M4Y32K7 (0%,4%,32%,7%) (0.00/0.04/0.32/0.07) 

CMYK percentages

%0
%4.22
%32.07
%7.06

Codes

Color #EDE3A1 in popluar color models

ED E3 A1
RGB 237 227 161
HSL 52° 67.86% 78.04%
HSB/HSV 52° 32.07% 92.94%
CMYK 0.00% 4.22% 32.07%
7.06%

Color #EDE3A1 in popluar number systems.

HEX ED E3 A1
Decimal 237 227 161
Binary 11101101 11100011 10100001
Octal 355 343 241

Shades and tints

Shades of #EDE3A1

#EDE3A1
(237,227,161)
#D8CF93
(216,207,147)
#C3BB85
(195,187,133)
#AEA777
(174,167,119)
#999369
(153,147,105)
#847F5B
(132,127,91)
#6F6B4D
(111,107,77)
#5A573F
(90,87,63)
#454331
(69,67,49)
#302F23
(48,47,35)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #EDE3A1

#EDE3A1
(237,227,161)
#EEE5A9
(238,229,169)
#EFE7B1
(239,231,177)
#F0E9B9
(240,233,185)
#F1EBC1
(241,235,193)
#F2EDC9
(242,237,201)
#F3EFD1
(243,239,209)
#F4F1D9
(244,241,217)
#F5F3E1
(245,243,225)
#F6F5E9
(246,245,233)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE3A1; }

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

This text font color is #EDE3A1.

Background Color

.myBgColor { background-color: #EDE3A1; }

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

This div background color is #EDE3A1.

Border color

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

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

This div border color is #EDE3A1.

Opacity

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

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

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

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

This text has shadow with #EDE3A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE3A1.

Preview

Color preview on black background

This text has color #EDE3A1 on black background.


Color preview on white background

This text has color #EDE3A1 on white background.


Black color preview on #EDE3A1 background

This text has black color on #EDE3A1 background.


White color preview on #EDE3A1 background

This text has white color on #EDE3A1 background.


Related colors

Complementary color

Complementary color for #hex is #121C5E.


I love getcolorcode.com

Triadic colors

1 #A1EDE3 and #E3A1ED with #EDE3A1 are triadic colors.

2 #A1E3ED and #E3EDA1 with #EDE3A1 are triadic colors.