COLOR #EDE8B0

HEX: #EDE8B0 RGB: (237,232,176)

Color info

#EDE8B0 contains mainly red and green colors. Web safe color of #EDE8B0 is #FFFF99 (or #FF9).

RGB color model

#EDE8B0 color RGB value is (237,232,176).

RGB: (237,232,176) (93%, 91%, 69%)

RGB channels and saturation

R 237 of 255 = 93%
G 232 of 255 = 91%
B 176 of 255 = 69%

237
232
176

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

Portions of RGB colors in percentages

R + G + B = 237 + 232 + 176 = 645 (100%)
R 237 of 645 ~ 36.74%
G 232 of 645 ~ 35.97%
B 176 of 645 ~ 27.29'%

%36.74
%35.97
%27.29

CMYK color model

#EDE8B0 color CMYK value is (0,2,26,7).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 25.74%
  • key color value is 7.06%

CMYK: (0,2,26,7)
C0M2Y26K7 (0%, 2%, 26%, 7%)
(0.00 / 0.02 / 0.26 / 0.07)

CMYK percentages

%0
%2.11
%25.74
%7.06

Codes

Color #EDE8B0 in popluar color models

ED E8 B0
RGB 237 232 176
HSL 55° 62.89% 80.98%
HSB/HSV 55° 25.74% 92.94%
CMYK 0.00% 2.11% 25.74%
7.06%

Color #EDE8B0 in popluar number systems.

HEX ED E8 B0
Decimal 237 232 176
Binary 11101101 11101000 10110000
Octal 355 350 260

Shades and tints

Shades of #EDE8B0

#EDE8B0
(237,232,176)
#D8D3A0
(216,211,160)
#C3BE90
(195,190,144)
#AEA980
(174,169,128)
#999470
(153,148,112)
#847F60
(132,127,96)
#6F6A50
(111,106,80)
#5A5540
(90,85,64)
#454030
(69,64,48)
#302B20
(48,43,32)
#1B1610
(27,22,16)
#000000
(0,0,0)

Tints of #EDE8B0

#EDE8B0
(237,232,176)
#EEEAB7
(238,234,183)
#EFECBE
(239,236,190)
#F0EEC5
(240,238,197)
#F1F0CC
(241,240,204)
#F2F2D3
(242,242,211)
#F3F4DA
(243,244,218)
#F4F6E1
(244,246,225)
#F5F8E8
(245,248,232)
#F6FAEF
(246,250,239)
#F7FCF6
(247,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE8B0 color. Also use rgb(237,232,176) instead hex code.

Text Font Color

.myTextColor { color: #EDE8B0; }

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

This text font color is #EDE8B0.

Background Color

.myBgColor { background-color: #EDE8B0; }

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

This div background color is #EDE8B0.

Border color

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

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

This div border color is #EDE8B0.

Opacity

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

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

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

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

This text has shadow with #EDE8B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE8B0.

Preview

Color preview on black background

This text has color #EDE8B0 on black background.


Color preview on white background

This text has color #EDE8B0 on white background.


Black color preview on #EDE8B0 background

This text has black color on #EDE8B0 background.


White color preview on #EDE8B0 background

This text has white color on #EDE8B0 background.


Related colors

Complementary color

Complementary color for #hex is #12174F.


I love getcolorcode.com

Triadic colors

1 #B0EDE8 and #E8B0ED with #EDE8B0 are triadic colors.

2 #B0E8ED and #E8EDB0 with #EDE8B0 are triadic colors.