COLOR #EDE1B3

HEX: #EDE1B3 RGB: (237,225,179)

Color info

#EDE1B3 contains red, green and blue colors in about the same proportion. Web safe color of #EDE1B3 is #FFCC99 (or #FC9).

RGB color model

#EDE1B3 color RGB value is (237,225,179).

RGB: (237,225,179) (93%, 88%, 70%)

RGB channels and saturation

R 237 of 255 = 93%
G 225 of 255 = 88%
B 179 of 255 = 70%

237
225
179

R + G + B ~ 84%. #EDE1B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 225 + 179 = 641 (100%)
R 237 of 641 ~ 36.97%
G 225 of 641 ~ 35.1%
B 179 of 641 ~ 27.93'%

%36.97
%35.1
%27.93

CMYK color model

#EDE1B3 color CMYK value is (0,5,24,7).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 24.47%
  • key color value is 7.06%

CMYK: (0,5,24,7)
C0M5Y24K7 (0%, 5%, 24%, 7%)
(0.00 / 0.05 / 0.24 / 0.07)

CMYK percentages

%0
%5.06
%24.47
%7.06

Codes

Color #EDE1B3 in popluar color models

ED E1 B3
RGB 237 225 179
HSL 48° 61.70% 81.57%
HSB/HSV 48° 24.47% 92.94%
CMYK 0.00% 5.06% 24.47%
7.06%

Color #EDE1B3 in popluar number systems.

HEX ED E1 B3
Decimal 237 225 179
Binary 11101101 11100001 10110011
Octal 355 341 263

Shades and tints

Shades of #EDE1B3

#EDE1B3
(237,225,179)
#D8CDA3
(216,205,163)
#C3B993
(195,185,147)
#AEA583
(174,165,131)
#999173
(153,145,115)
#847D63
(132,125,99)
#6F6953
(111,105,83)
#5A5543
(90,85,67)
#454133
(69,65,51)
#302D23
(48,45,35)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #EDE1B3

#EDE1B3
(237,225,179)
#EEE3B9
(238,227,185)
#EFE5BF
(239,229,191)
#F0E7C5
(240,231,197)
#F1E9CB
(241,233,203)
#F2EBD1
(242,235,209)
#F3EDD7
(243,237,215)
#F4EFDD
(244,239,221)
#F5F1E3
(245,241,227)
#F6F3E9
(246,243,233)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE1B3 color. Also use rgb(237,225,179) instead hex code.

Text Font Color

.myTextColor { color: #EDE1B3; }

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

This text font color is #EDE1B3.

Background Color

.myBgColor { background-color: #EDE1B3; }

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

This div background color is #EDE1B3.

Border color

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

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

This div border color is #EDE1B3.

Opacity

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

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

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

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

This text has shadow with #EDE1B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE1B3.

Preview

Color preview on black background

This text has color #EDE1B3 on black background.


Color preview on white background

This text has color #EDE1B3 on white background.


Black color preview on #EDE1B3 background

This text has black color on #EDE1B3 background.


White color preview on #EDE1B3 background

This text has white color on #EDE1B3 background.


Related colors

Complementary color

Complementary color for #hex is #121E4C.


I love getcolorcode.com

Triadic colors

1 #B3EDE1 and #E1B3ED with #EDE1B3 are triadic colors.

2 #B3E1ED and #E1EDB3 with #EDE1B3 are triadic colors.