COLOR #EDBE96

HEX: #EDBE96
RGB: (237,190,150)

Color info

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

RGB color model

#EDBE96 color RGB value is (237,190,150).

  • red value is 237;
  • green value is 190;
  • blue value is 150.
RGB:
(237,190,150)
(93%,75%,59%)

RGB channels and saturation

R 237 of 255 = 93%
G 190 of 255 = 75%
B 150 of 255 = 59%

237
190
150

R + G + B ~ 76%. #EDBE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 190 + 150 = 577 (100%)
R 237 of 577 ~ 41.07%
G 190 of 577 ~ 32.93%
B 150 of 577 ~ 26%

%41.07
%32.93
%26

CMYK color model

#EDBE96 color CMYK value is (0,20,37,7).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 36.71%
  • key color value is 7.06%
CMYK:
(0,20,37,7)
C0M20Y37K7 
(0%,20%,37%,7%)
(0.00/0.20/0.37/0.07)	

CMYK percentages

%0
%19.83
%36.71
%7.06

Codes

Color #EDBE96 in popluar color models

EDBE96
RGB237190150
HSL28°70.73%75.88%
HSB/HSV28°36.71%92.94%
CMYK0.00%19.83%36.71%
7.06%

Color #EDBE96 in popluar number systems.

HEXEDBE96
Decimal237190150
Binary111011011011111010010110
Octal355276226

Shades and tints

Shades of #EDBE96

#EDBE96
(237,190,150)
#D8AD89
(216,173,137)
#C39C7C
(195,156,124)
#AE8B6F
(174,139,111)
#997A62
(153,122,98)
#846955
(132,105,85)
#6F5848
(111,88,72)
#5A473B
(90,71,59)
#45362E
(69,54,46)
#302521
(48,37,33)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #EDBE96

#EDBE96
(237,190,150)
#EEC39F
(238,195,159)
#EFC8A8
(239,200,168)
#F0CDB1
(240,205,177)
#F1D2BA
(241,210,186)
#F2D7C3
(242,215,195)
#F3DCCC
(243,220,204)
#F4E1D5
(244,225,213)
#F5E6DE
(245,230,222)
#F6EBE7
(246,235,231)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBE96; }

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

This text font color is #EDBE96.


Background Color

.myBgColor { background-color: #EDBE96; }

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

This div background color is #EDBE96.


Border color

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

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

This div border color is #EDBE96.


Opacity

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

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

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

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

This text has shadow with #EDBE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBE96 on black background.


Color preview on white background

This text has color #EDBE96 on white background.



Black color preview on #EDBE96 background

This text has black color on #EDBE96 background.


White color preview on #EDBE96 background

This text has white color on #EDBE96 background.