COLOR #EDB596

HEX: #EDB596 RGB: (237,181,150)

Color info

#EDB596 contains mainly red and green colors. Web safe color of #EDB596 is #FFCC99 (or #FC9).

RGB color model

#EDB596 color RGB value is (237,181,150).

RGB: (237,181,150) (93%, 71%, 59%)

RGB channels and saturation

R 237 of 255 = 93%
G 181 of 255 = 71%
B 150 of 255 = 59%

237
181
150

R + G + B ~ 74%. #EDB596 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 181 + 150 = 568 (100%)
R 237 of 568 ~ 41.73%
G 181 of 568 ~ 31.87%
B 150 of 568 ~ 26.41'%

%41.73
%31.87
%26.41

CMYK color model

#EDB596 color CMYK value is (0,24,37,7).

  • cyan value is 0.00%
  • magenta value is 23.63%
  • yellow value is 36.71%
  • key color value is 7.06%

CMYK: (0,24,37,7)
C0M24Y37K7 (0%, 24%, 37%, 7%)
(0.00 / 0.24 / 0.37 / 0.07)

CMYK percentages

%0
%23.63
%36.71
%7.06

Codes

Color #EDB596 in popluar color models

ED B5 96
RGB 237 181 150
HSL 21° 70.73% 75.88%
HSB/HSV 21° 36.71% 92.94%
CMYK 0.00% 23.63% 36.71%
7.06%

Color #EDB596 in popluar number systems.

HEX ED B5 96
Decimal 237 181 150
Binary 11101101 10110101 10010110
Octal 355 265 226

Shades and tints

Shades of #EDB596

#EDB596
(237,181,150)
#D8A589
(216,165,137)
#C3957C
(195,149,124)
#AE856F
(174,133,111)
#997562
(153,117,98)
#846555
(132,101,85)
#6F5548
(111,85,72)
#5A453B
(90,69,59)
#45352E
(69,53,46)
#302521
(48,37,33)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #EDB596

#EDB596
(237,181,150)
#EEBB9F
(238,187,159)
#EFC1A8
(239,193,168)
#F0C7B1
(240,199,177)
#F1CDBA
(241,205,186)
#F2D3C3
(242,211,195)
#F3D9CC
(243,217,204)
#F4DFD5
(244,223,213)
#F5E5DE
(245,229,222)
#F6EBE7
(246,235,231)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB596 color. Also use rgb(237,181,150) instead hex code.

Text Font Color

.myTextColor { color: #EDB596; }

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

This text font color is #EDB596.

Background Color

.myBgColor { background-color: #EDB596; }

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

This div background color is #EDB596.

Border color

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

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

This div border color is #EDB596.

Opacity

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

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

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

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

This text has shadow with #EDB596 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB596.

Preview

Color preview on black background

This text has color #EDB596 on black background.


Color preview on white background

This text has color #EDB596 on white background.


Black color preview on #EDB596 background

This text has black color on #EDB596 background.


White color preview on #EDB596 background

This text has white color on #EDB596 background.


Related colors

Complementary color

Complementary color for #hex is #124A69.


I love getcolorcode.com

Triadic colors

1 #96EDB5 and #B596ED with #EDB596 are triadic colors.

2 #96B5ED and #B5ED96 with #EDB596 are triadic colors.