COLOR #EDB985

HEX: #EDB985 RGB: (237,185,133)

Color info

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

RGB color model

#EDB985 color RGB value is (237,185,133).

RGB: (237,185,133) (93%, 73%, 52%)

RGB channels and saturation

R 237 of 255 = 93%
G 185 of 255 = 73%
B 133 of 255 = 52%

237
185
133

R + G + B ~ 73%. #EDB985 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 185 + 133 = 555 (100%)
R 237 of 555 ~ 42.7%
G 185 of 555 ~ 33.33%
B 133 of 555 ~ 23.96'%

%42.7
%33.33
%23.96

CMYK color model

#EDB985 color CMYK value is (0,22,44,7).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 43.88%
  • key color value is 7.06%
CMYK: (0,22,44,7) C0M22Y44K7 (0%,22%,44%,7%) (0.00/0.22/0.44/0.07) 

CMYK percentages

%0
%21.94
%43.88
%7.06

Codes

Color #EDB985 in popluar color models

ED B9 85
RGB 237 185 133
HSL 30° 74.29% 72.55%
HSB/HSV 30° 43.88% 92.94%
CMYK 0.00% 21.94% 43.88%
7.06%

Color #EDB985 in popluar number systems.

HEX ED B9 85
Decimal 237 185 133
Binary 11101101 10111001 10000101
Octal 355 271 205

Shades and tints

Shades of #EDB985

#EDB985
(237,185,133)
#D8A979
(216,169,121)
#C3996D
(195,153,109)
#AE8961
(174,137,97)
#997955
(153,121,85)
#846949
(132,105,73)
#6F593D
(111,89,61)
#5A4931
(90,73,49)
#453925
(69,57,37)
#302919
(48,41,25)
#1B190D
(27,25,13)
#000000
(0,0,0)

Tints of #EDB985

#EDB985
(237,185,133)
#EEBF90
(238,191,144)
#EFC59B
(239,197,155)
#F0CBA6
(240,203,166)
#F1D1B1
(241,209,177)
#F2D7BC
(242,215,188)
#F3DDC7
(243,221,199)
#F4E3D2
(244,227,210)
#F5E9DD
(245,233,221)
#F6EFE8
(246,239,232)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB985 color. Also use rgb(237,185,133) instead hex code.

Text Font Color

.myTextColor { color: #EDB985; }

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

This text font color is #EDB985.

Background Color

.myBgColor { background-color: #EDB985; }

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

This div background color is #EDB985.

Border color

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

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

This div border color is #EDB985.

Opacity

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

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

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

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

This text has shadow with #EDB985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB985.

Preview

Color preview on black background

This text has color #EDB985 on black background.


Color preview on white background

This text has color #EDB985 on white background.


Black color preview on #EDB985 background

This text has black color on #EDB985 background.


White color preview on #EDB985 background

This text has white color on #EDB985 background.


Related colors

Complementary color

Complementary color for #hex is #12467A.


I love getcolorcode.com

Triadic colors

1 #85EDB9 and #B985ED with #EDB985 are triadic colors.

2 #85B9ED and #B9ED85 with #EDB985 are triadic colors.