COLOR #EDC89B

HEX: #EDC89B
RGB: (237,200,155)

Color info

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

RGB color model

#EDC89B color RGB value is (237,200,155).

  • red value is 237;
  • green value is 200;
  • blue value is 155.
RGB:
(237,200,155)
(93%,78%,61%)

RGB channels and saturation

R 237 of 255 = 93%
G 200 of 255 = 78%
B 155 of 255 = 61%

237
200
155

R + G + B ~ 77%. #EDC89B is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 200 + 155 = 592 (100%)
R 237 of 592 ~ 40.03%
G 200 of 592 ~ 33.78%
B 155 of 592 ~ 26.18%

%40.03
%33.78
%26.18

CMYK color model

#EDC89B color CMYK value is (0,16,35,7).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 34.60%
  • key color value is 7.06%
CMYK:
(0,16,35,7)
C0M16Y35K7 
(0%,16%,35%,7%)
(0.00/0.16/0.35/0.07)	

CMYK percentages

%0
%15.61
%34.6
%7.06

Codes

Color #EDC89B in popluar color models

EDC89B
RGB237200155
HSL33°69.49%76.86%
HSB/HSV33°34.60%92.94%
CMYK0.00%15.61%34.60%
7.06%

Color #EDC89B in popluar number systems.

HEXEDC89B
Decimal237200155
Binary111011011100100010011011
Octal355310233

Shades and tints

Shades of #EDC89B

#EDC89B
(237,200,155)
#D8B68D
(216,182,141)
#C3A47F
(195,164,127)
#AE9271
(174,146,113)
#998063
(153,128,99)
#846E55
(132,110,85)
#6F5C47
(111,92,71)
#5A4A39
(90,74,57)
#45382B
(69,56,43)
#30261D
(48,38,29)
#1B140F
(27,20,15)
#000000
(0,0,0)

Tints of #EDC89B

#EDC89B
(237,200,155)
#EECDA4
(238,205,164)
#EFD2AD
(239,210,173)
#F0D7B6
(240,215,182)
#F1DCBF
(241,220,191)
#F2E1C8
(242,225,200)
#F3E6D1
(243,230,209)
#F4EBDA
(244,235,218)
#F5F0E3
(245,240,227)
#F6F5EC
(246,245,236)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC89B color. Also use rgb(237,200,155) instead hex code.

Text Font Color

.myTextColor { color: #EDC89B; }

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

This text font color is #EDC89B.


Background Color

.myBgColor { background-color: #EDC89B; }

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

This div background color is #EDC89B.


Border color

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

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

This div border color is #EDC89B.


Opacity

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

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

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

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

This text has shadow with #EDC89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC89B on black background.


Color preview on white background

This text has color #EDC89B on white background.



Black color preview on #EDC89B background

This text has black color on #EDC89B background.


White color preview on #EDC89B background

This text has white color on #EDC89B background.