COLOR #EDE0BE

HEX: #EDE0BE RGB: (237,224,190)

Color info

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

RGB color model

#EDE0BE color RGB value is (237,224,190).

RGB: (237,224,190) (93%, 88%, 75%)

RGB channels and saturation

R 237 of 255 = 93%
G 224 of 255 = 88%
B 190 of 255 = 75%

237
224
190

R + G + B ~ 85%. #EDE0BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 224 + 190 = 651 (100%)
R 237 of 651 ~ 36.41%
G 224 of 651 ~ 34.41%
B 190 of 651 ~ 29.19'%

%36.41
%34.41
%29.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.49%
  • 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
%5.49
%19.83
%7.06

Codes

Color #EDE0BE in popluar color models

ED E0 BE
RGB 237 224 190
HSL 43° 56.63% 83.73%
HSB/HSV 43° 19.83% 92.94%
CMYK 0.00% 5.49% 19.83%
7.06%

Color #EDE0BE in popluar number systems.

HEX ED E0 BE
Decimal 237 224 190
Binary 11101101 11100000 10111110
Octal 355 340 276

Shades and tints

Shades of #EDE0BE

#EDE0BE
(237,224,190)
#D8CCAD
(216,204,173)
#C3B89C
(195,184,156)
#AEA48B
(174,164,139)
#99907A
(153,144,122)
#847C69
(132,124,105)
#6F6858
(111,104,88)
#5A5447
(90,84,71)
#454036
(69,64,54)
#302C25
(48,44,37)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #EDE0BE

#EDE0BE
(237,224,190)
#EEE2C3
(238,226,195)
#EFE4C8
(239,228,200)
#F0E6CD
(240,230,205)
#F1E8D2
(241,232,210)
#F2EAD7
(242,234,215)
#F3ECDC
(243,236,220)
#F4EEE1
(244,238,225)
#F5F0E6
(245,240,230)
#F6F2EB
(246,242,235)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE0BE; }

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

This text font color is #EDE0BE.

Background Color

.myBgColor { background-color: #EDE0BE; }

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

This div background color is #EDE0BE.

Border color

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

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

This div border color is #EDE0BE.

Opacity

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

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

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

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

This text has shadow with #EDE0BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE0BE.

Preview

Color preview on black background

This text has color #EDE0BE on black background.


Color preview on white background

This text has color #EDE0BE on white background.


Black color preview on #EDE0BE background

This text has black color on #EDE0BE background.


White color preview on #EDE0BE background

This text has white color on #EDE0BE background.


Related colors

Complementary color

Complementary color for #hex is #121F41.


I love getcolorcode.com

Triadic colors

1 #BEEDE0 and #E0BEED with #EDE0BE are triadic colors.

2 #BEE0ED and #E0EDBE with #EDE0BE are triadic colors.