COLOR #EDE2BE

HEX: #EDE2BE RGB: (237,226,190)

Color info

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

RGB color model

#EDE2BE color RGB value is (237,226,190).

RGB: (237,226,190) (93%, 89%, 75%)

RGB channels and saturation

R 237 of 255 = 93%
G 226 of 255 = 89%
B 190 of 255 = 75%

237
226
190

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

Portions of RGB colors in percentages

R + G + B = 237 + 226 + 190 = 653 (100%)
R 237 of 653 ~ 36.29%
G 226 of 653 ~ 34.61%
B 190 of 653 ~ 29.1'%

%36.29
%34.61
%29.1

CMYK color model

#EDE2BE color CMYK value is (0,5,20,7).

  • cyan value is 0.00%
  • magenta value is 4.64%
  • yellow value is 19.83%
  • key color value is 7.06%
CMYK: (0,5,20,7) C0M5Y20K7 (0%,5%,20%,7%) (0.00/0.05/0.20/0.07) 

CMYK percentages

%0
%4.64
%19.83
%7.06

Codes

Color #EDE2BE in popluar color models

ED E2 BE
RGB 237 226 190
HSL 46° 56.63% 83.73%
HSB/HSV 46° 19.83% 92.94%
CMYK 0.00% 4.64% 19.83%
7.06%

Color #EDE2BE in popluar number systems.

HEX ED E2 BE
Decimal 237 226 190
Binary 11101101 11100010 10111110
Octal 355 342 276

Shades and tints

Shades of #EDE2BE

#EDE2BE
(237,226,190)
#D8CEAD
(216,206,173)
#C3BA9C
(195,186,156)
#AEA68B
(174,166,139)
#99927A
(153,146,122)
#847E69
(132,126,105)
#6F6A58
(111,106,88)
#5A5647
(90,86,71)
#454236
(69,66,54)
#302E25
(48,46,37)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #EDE2BE

#EDE2BE
(237,226,190)
#EEE4C3
(238,228,195)
#EFE6C8
(239,230,200)
#F0E8CD
(240,232,205)
#F1EAD2
(241,234,210)
#F2ECD7
(242,236,215)
#F3EEDC
(243,238,220)
#F4F0E1
(244,240,225)
#F5F2E6
(245,242,230)
#F6F4EB
(246,244,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE2BE; }

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

This text font color is #EDE2BE.

Background Color

.myBgColor { background-color: #EDE2BE; }

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

This div background color is #EDE2BE.

Border color

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

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

This div border color is #EDE2BE.

Opacity

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

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

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

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

This text has shadow with #EDE2BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE2BE.

Preview

Color preview on black background

This text has color #EDE2BE on black background.


Color preview on white background

This text has color #EDE2BE on white background.


Black color preview on #EDE2BE background

This text has black color on #EDE2BE background.


White color preview on #EDE2BE background

This text has white color on #EDE2BE background.


Related colors

Complementary color

Complementary color for #hex is #121D41.


I love getcolorcode.com

Triadic colors

1 #BEEDE2 and #E2BEED with #EDE2BE are triadic colors.

2 #BEE2ED and #E2EDBE with #EDE2BE are triadic colors.