COLOR #EDB576

HEX: #EDB576
RGB: (237,181,118)

Color info

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

RGB color model

#EDB576 color RGB value is (237,181,118).

  • red value is 237;
  • green value is 181;
  • blue value is 118.
RGB:
(237,181,118)
(93%,71%,46%)

RGB channels and saturation

R 237 of 255 = 93%
G 181 of 255 = 71%
B 118 of 255 = 46%

237
181
118

R + G + B ~ 70%. #EDB576 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 181 + 118 = 536 (100%)
R 237 of 536 ~ 44.22%
G 181 of 536 ~ 33.77%
B 118 of 536 ~ 22.01%

%44.22
%33.77
%22.01

CMYK color model

#EDB576 color CMYK value is (0,24,50,7).

  • cyan value is 0.00%
  • magenta value is 23.63%
  • yellow value is 50.21%
  • key color value is 7.06%
CMYK:
(0,24,50,7)
C0M24Y50K7 
(0%,24%,50%,7%)
(0.00/0.24/0.50/0.07)	

CMYK percentages

%0
%23.63
%50.21
%7.06

Codes

Color #EDB576 in popluar color models

EDB576
RGB237181118
HSL32°76.77%69.61%
HSB/HSV32°50.21%92.94%
CMYK0.00%23.63%50.21%
7.06%

Color #EDB576 in popluar number systems.

HEXEDB576
Decimal237181118
Binary11101101101101011110110
Octal355265166

Shades and tints

Shades of #EDB576

#EDB576
(237,181,118)
#D8A56C
(216,165,108)
#C39562
(195,149,98)
#AE8558
(174,133,88)
#99754E
(153,117,78)
#846544
(132,101,68)
#6F553A
(111,85,58)
#5A4530
(90,69,48)
#453526
(69,53,38)
#30251C
(48,37,28)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #EDB576

#EDB576
(237,181,118)
#EEBB82
(238,187,130)
#EFC18E
(239,193,142)
#F0C79A
(240,199,154)
#F1CDA6
(241,205,166)
#F2D3B2
(242,211,178)
#F3D9BE
(243,217,190)
#F4DFCA
(244,223,202)
#F5E5D6
(245,229,214)
#F6EBE2
(246,235,226)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB576 color. Also use rgb(237,181,118) instead hex code.

Text Font Color

.myTextColor { color: #EDB576; }

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

This text font color is #EDB576.


Background Color

.myBgColor { background-color: #EDB576; }

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

This div background color is #EDB576.


Border color

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

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

This div border color is #EDB576.


Opacity

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

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

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

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

This text has shadow with #EDB576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB576 on black background.


Color preview on white background

This text has color #EDB576 on white background.



Black color preview on #EDB576 background

This text has black color on #EDB576 background.


White color preview on #EDB576 background

This text has white color on #EDB576 background.