COLOR #EDB79A

HEX: #EDB79A RGB: (237,183,154)

Color info

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

RGB color model

#EDB79A color RGB value is (237,183,154).

RGB: (237,183,154) (93%, 72%, 60%)

RGB channels and saturation

R 237 of 255 = 93%
G 183 of 255 = 72%
B 154 of 255 = 60%

237
183
154

R + G + B ~ 75%. #EDB79A is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 183 + 154 = 574 (100%)
R 237 of 574 ~ 41.29%
G 183 of 574 ~ 31.88%
B 154 of 574 ~ 26.83'%

%41.29
%31.88
%26.83

CMYK color model

#EDB79A color CMYK value is (0,23,35,7).

  • cyan value is 0.00%
  • magenta value is 22.78%
  • yellow value is 35.02%
  • key color value is 7.06%

CMYK: (0,23,35,7)
C0M23Y35K7 (0%, 23%, 35%, 7%)
(0.00 / 0.23 / 0.35 / 0.07)

CMYK percentages

%0
%22.78
%35.02
%7.06

Codes

Color #EDB79A in popluar color models

ED B7 9A
RGB 237 183 154
HSL 21° 69.75% 76.67%
HSB/HSV 21° 35.02% 92.94%
CMYK 0.00% 22.78% 35.02%
7.06%

Color #EDB79A in popluar number systems.

HEX ED B7 9A
Decimal 237 183 154
Binary 11101101 10110111 10011010
Octal 355 267 232

Shades and tints

Shades of #EDB79A

#EDB79A
(237,183,154)
#D8A78C
(216,167,140)
#C3977E
(195,151,126)
#AE8770
(174,135,112)
#997762
(153,119,98)
#846754
(132,103,84)
#6F5746
(111,87,70)
#5A4738
(90,71,56)
#45372A
(69,55,42)
#30271C
(48,39,28)
#1B170E
(27,23,14)
#000000
(0,0,0)

Tints of #EDB79A

#EDB79A
(237,183,154)
#EEBDA3
(238,189,163)
#EFC3AC
(239,195,172)
#F0C9B5
(240,201,181)
#F1CFBE
(241,207,190)
#F2D5C7
(242,213,199)
#F3DBD0
(243,219,208)
#F4E1D9
(244,225,217)
#F5E7E2
(245,231,226)
#F6EDEB
(246,237,235)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB79A color. Also use rgb(237,183,154) instead hex code.

Text Font Color

.myTextColor { color: #EDB79A; }

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

This text font color is #EDB79A.

Background Color

.myBgColor { background-color: #EDB79A; }

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

This div background color is #EDB79A.

Border color

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

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

This div border color is #EDB79A.

Opacity

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

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

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

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

This text has shadow with #EDB79A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDB79A.

Preview

Color preview on black background

This text has color #EDB79A on black background.


Color preview on white background

This text has color #EDB79A on white background.


Black color preview on #EDB79A background

This text has black color on #EDB79A background.


White color preview on #EDB79A background

This text has white color on #EDB79A background.


Related colors

Complementary color

Complementary color for #hex is #124865.


I love getcolorcode.com

Triadic colors

1 #9AEDB7 and #B79AED with #EDB79A are triadic colors.

2 #9AB7ED and #B7ED9A with #EDB79A are triadic colors.