COLOR #EDB97A

HEX: #EDB97A
RGB: (237,185,122)

Color info

#EDB97A contains mainly red and green colors. Web safe color of #EDB97A is #FFCC66 (or #FC6).

RGB color model

#EDB97A color RGB value is (237,185,122).

  • red value is 237;
  • green value is 185;
  • blue value is 122.
RGB:
(237,185,122)
(93%,73%,48%)

RGB channels and saturation

R 237 of 255 = 93%
G 185 of 255 = 73%
B 122 of 255 = 48%

237
185
122

R + G + B ~ 71%. #EDB97A is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 185 + 122 = 544 (100%)
R 237 of 544 ~ 43.57%
G 185 of 544 ~ 34.01%
B 122 of 544 ~ 22.43%

%43.57
%34.01
%22.43

CMYK color model

#EDB97A color CMYK value is (0,22,49,7).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 48.52%
  • key color value is 7.06%
CMYK:
(0,22,49,7)
C0M22Y49K7 
(0%,22%,49%,7%)
(0.00/0.22/0.49/0.07)	

CMYK percentages

%0
%21.94
%48.52
%7.06

Codes

Color #EDB97A in popluar color models

EDB97A
RGB237185122
HSL33°76.16%70.39%
HSB/HSV33°48.52%92.94%
CMYK0.00%21.94%48.52%
7.06%

Color #EDB97A in popluar number systems.

HEXEDB97A
Decimal237185122
Binary11101101101110011111010
Octal355271172

Shades and tints

Shades of #EDB97A

#EDB97A
(237,185,122)
#D8A96F
(216,169,111)
#C39964
(195,153,100)
#AE8959
(174,137,89)
#99794E
(153,121,78)
#846943
(132,105,67)
#6F5938
(111,89,56)
#5A492D
(90,73,45)
#453922
(69,57,34)
#302917
(48,41,23)
#1B190C
(27,25,12)
#000000
(0,0,0)

Tints of #EDB97A

#EDB97A
(237,185,122)
#EEBF86
(238,191,134)
#EFC592
(239,197,146)
#F0CB9E
(240,203,158)
#F1D1AA
(241,209,170)
#F2D7B6
(242,215,182)
#F3DDC2
(243,221,194)
#F4E3CE
(244,227,206)
#F5E9DA
(245,233,218)
#F6EFE6
(246,239,230)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB97A; }

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

This text font color is #EDB97A.


Background Color

.myBgColor { background-color: #EDB97A; }

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

This div background color is #EDB97A.


Border color

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

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

This div border color is #EDB97A.


Opacity

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

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

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

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

This text has shadow with #EDB97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB97A on black background.


Color preview on white background

This text has color #EDB97A on white background.



Black color preview on #EDB97A background

This text has black color on #EDB97A background.


White color preview on #EDB97A background

This text has white color on #EDB97A background.