COLOR #EDE5BE

HEX: #EDE5BE RGB: (237,229,190)

Color info

#EDE5BE contains red, green and blue colors in about the same proportion. Web safe color of #EDE5BE is #FFCCCC (or #FCC).

RGB color model

#EDE5BE color RGB value is (237,229,190).

RGB: (237,229,190) (93%, 90%, 75%)

RGB channels and saturation

R 237 of 255 = 93%
G 229 of 255 = 90%
B 190 of 255 = 75%

237
229
190

R + G + B ~ 86%. #EDE5BE is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 229 + 190 = 656 (100%)
R 237 of 656 ~ 36.13%
G 229 of 656 ~ 34.91%
B 190 of 656 ~ 28.96'%

%36.13
%34.91
%28.96

CMYK color model

#EDE5BE color CMYK value is (0,3,20,7).

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 19.83%
  • key color value is 7.06%

CMYK: (0,3,20,7)
C0M3Y20K7 (0%, 3%, 20%, 7%)
(0.00 / 0.03 / 0.20 / 0.07)

CMYK percentages

%0
%3.38
%19.83
%7.06

Codes

Color #EDE5BE in popluar color models

ED E5 BE
RGB 237 229 190
HSL 50° 56.63% 83.73%
HSB/HSV 50° 19.83% 92.94%
CMYK 0.00% 3.38% 19.83%
7.06%

Color #EDE5BE in popluar number systems.

HEX ED E5 BE
Decimal 237 229 190
Binary 11101101 11100101 10111110
Octal 355 345 276

Shades and tints

Shades of #EDE5BE

#EDE5BE
(237,229,190)
#D8D1AD
(216,209,173)
#C3BD9C
(195,189,156)
#AEA98B
(174,169,139)
#99957A
(153,149,122)
#848169
(132,129,105)
#6F6D58
(111,109,88)
#5A5947
(90,89,71)
#454536
(69,69,54)
#303125
(48,49,37)
#1B1D14
(27,29,20)
#000000
(0,0,0)

Tints of #EDE5BE

#EDE5BE
(237,229,190)
#EEE7C3
(238,231,195)
#EFE9C8
(239,233,200)
#F0EBCD
(240,235,205)
#F1EDD2
(241,237,210)
#F2EFD7
(242,239,215)
#F3F1DC
(243,241,220)
#F4F3E1
(244,243,225)
#F5F5E6
(245,245,230)
#F6F7EB
(246,247,235)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE5BE color. Also use rgb(237,229,190) instead hex code.

Text Font Color

.myTextColor { color: #EDE5BE; }

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

This text font color is #EDE5BE.

Background Color

.myBgColor { background-color: #EDE5BE; }

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

This div background color is #EDE5BE.

Border color

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

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

This div border color is #EDE5BE.

Opacity

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

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

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

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

This text has shadow with #EDE5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE5BE.

Preview

Color preview on black background

This text has color #EDE5BE on black background.


Color preview on white background

This text has color #EDE5BE on white background.


Black color preview on #EDE5BE background

This text has black color on #EDE5BE background.


White color preview on #EDE5BE background

This text has white color on #EDE5BE background.


Related colors

Complementary color

Complementary color for #hex is #121A41.


I love getcolorcode.com

Triadic colors

1 #BEEDE5 and #E5BEED with #EDE5BE are triadic colors.

2 #BEE5ED and #E5EDBE with #EDE5BE are triadic colors.