COLOR #EDCBA1

HEX: #EDCBA1
RGB: (237,203,161)

Color info

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

RGB color model

#EDCBA1 color RGB value is (237,203,161).

  • red value is 237;
  • green value is 203;
  • blue value is 161.
RGB:
(237,203,161)
(93%,80%,63%)

RGB channels and saturation

R 237 of 255 = 93%
G 203 of 255 = 80%
B 161 of 255 = 63%

237
203
161

R + G + B ~ 79%. #EDCBA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 203 + 161 = 601 (100%)
R 237 of 601 ~ 39.43%
G 203 of 601 ~ 33.78%
B 161 of 601 ~ 26.79%

%39.43
%33.78
%26.79

CMYK color model

#EDCBA1 color CMYK value is (0,14,32,7).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 32.07%
  • key color value is 7.06%
CMYK:
(0,14,32,7)
C0M14Y32K7 
(0%,14%,32%,7%)
(0.00/0.14/0.32/0.07)	

CMYK percentages

%0
%14.35
%32.07
%7.06

Codes

Color #EDCBA1 in popluar color models

EDCBA1
RGB237203161
HSL33°67.86%78.04%
HSB/HSV33°32.07%92.94%
CMYK0.00%14.35%32.07%
7.06%

Color #EDCBA1 in popluar number systems.

HEXEDCBA1
Decimal237203161
Binary111011011100101110100001
Octal355313241

Shades and tints

Shades of #EDCBA1

#EDCBA1
(237,203,161)
#D8B993
(216,185,147)
#C3A785
(195,167,133)
#AE9577
(174,149,119)
#998369
(153,131,105)
#84715B
(132,113,91)
#6F5F4D
(111,95,77)
#5A4D3F
(90,77,63)
#453B31
(69,59,49)
#302923
(48,41,35)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #EDCBA1

#EDCBA1
(237,203,161)
#EECFA9
(238,207,169)
#EFD3B1
(239,211,177)
#F0D7B9
(240,215,185)
#F1DBC1
(241,219,193)
#F2DFC9
(242,223,201)
#F3E3D1
(243,227,209)
#F4E7D9
(244,231,217)
#F5EBE1
(245,235,225)
#F6EFE9
(246,239,233)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCBA1 color. Also use rgb(237,203,161) instead hex code.

Text Font Color

.myTextColor { color: #EDCBA1; }

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

This text font color is #EDCBA1.


Background Color

.myBgColor { background-color: #EDCBA1; }

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

This div background color is #EDCBA1.


Border color

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

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

This div border color is #EDCBA1.


Opacity

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

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

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

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

This text has shadow with #EDCBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCBA1 on black background.


Color preview on white background

This text has color #EDCBA1 on white background.



Black color preview on #EDCBA1 background

This text has black color on #EDCBA1 background.


White color preview on #EDCBA1 background

This text has white color on #EDCBA1 background.