COLOR #EDBEA0

HEX: #EDBEA0
RGB: (237,190,160)

Color info

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

RGB color model

#EDBEA0 color RGB value is (237,190,160).

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

RGB channels and saturation

R 237 of 255 = 93%
G 190 of 255 = 75%
B 160 of 255 = 63%

237
190
160

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

Portions of RGB colors in percentages

R + G + B =
237 + 190 + 160 = 587 (100%)
R 237 of 587 ~ 40.37%
G 190 of 587 ~ 32.37%
B 160 of 587 ~ 27.26%

%40.37
%32.37
%27.26

CMYK color model

#EDBEA0 color CMYK value is (0,20,32,7).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 32.49%
  • key color value is 7.06%
CMYK: (0,20,32,7) C0M20Y32K7 (0%,20%,32%,7%) (0.00/0.20/0.32/0.07)

CMYK percentages

%0
%19.83
%32.49
%7.06

Codes

Color #EDBEA0 in popluar color models

EDBEA0
RGB237190160
HSL23°68.14%77.84%
HSB/HSV23°32.49%92.94%
CMYK0.00%19.83%32.49%
7.06%

Color #EDBEA0 in popluar number systems.

HEXEDBEA0
Decimal237190160
Binary111011011011111010100000
Octal355276240

Shades and tints

Shades of #EDBEA0

#EDBEA0
(237,190,160)
#D8AD92
(216,173,146)
#C39C84
(195,156,132)
#AE8B76
(174,139,118)
#997A68
(153,122,104)
#84695A
(132,105,90)
#6F584C
(111,88,76)
#5A473E
(90,71,62)
#453630
(69,54,48)
#302522
(48,37,34)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #EDBEA0

#EDBEA0
(237,190,160)
#EEC3A8
(238,195,168)
#EFC8B0
(239,200,176)
#F0CDB8
(240,205,184)
#F1D2C0
(241,210,192)
#F2D7C8
(242,215,200)
#F3DCD0
(243,220,208)
#F4E1D8
(244,225,216)
#F5E6E0
(245,230,224)
#F6EBE8
(246,235,232)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBEA0; }

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

This text font color is #EDBEA0.


Background Color

.myBgColor { background-color: #EDBEA0; }

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

This div background color is #EDBEA0.


Border color

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

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

This div border color is #EDBEA0.


Opacity

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

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

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

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

This text has shadow with #EDBEA0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EDBEA0 on black background.


Color preview on white background

This text has color #EDBEA0 on white background.



Black color preview on #EDBEA0 background

This text has black color on #EDBEA0 background.


White color preview on #EDBEA0 background

This text has white color on #EDBEA0 background.