COLOR #EDAC56

HEX: #EDAC56
RGB: (237,172,86)

Color info

#EDAC56 contains mainly red color. Web safe color of #EDAC56 is #FF9966 (or #F96).

RGB color model

#EDAC56 color RGB value is (237,172,86).

  • red value is 237;
  • green value is 172;
  • blue value is 86.
RGB:
(237,172,86)
(93%,67%,34%)

RGB channels and saturation

R 237 of 255 = 93%
G 172 of 255 = 67%
B 86 of 255 = 34%

237
172
86

R + G + B ~ 65%. #EDAC56 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 172 + 86 = 495 (100%)
R 237 of 495 ~ 47.88%
G 172 of 495 ~ 34.75%
B 86 of 495 ~ 17.37%

%47.88
%34.75
%17.37

CMYK color model

#EDAC56 color CMYK value is (0,27,64,7).

  • cyan value is 0.00%
  • magenta value is 27.43%
  • yellow value is 63.71%
  • key color value is 7.06%
CMYK:
(0,27,64,7)
C0M27Y64K7 
(0%,27%,64%,7%)
(0.00/0.27/0.64/0.07)	

CMYK percentages

%0
%27.43
%63.71
%7.06

Codes

Color #EDAC56 in popluar color models

EDAC56
RGB23717286
HSL34°80.75%63.33%
HSB/HSV34°63.71%92.94%
CMYK0.00%27.43%63.71%
7.06%

Color #EDAC56 in popluar number systems.

HEXEDAC56
Decimal23717286
Binary11101101101011001010110
Octal355254126

Shades and tints

Shades of #EDAC56

#EDAC56
(237,172,86)
#D89D4F
(216,157,79)
#C38E48
(195,142,72)
#AE7F41
(174,127,65)
#99703A
(153,112,58)
#846133
(132,97,51)
#6F522C
(111,82,44)
#5A4325
(90,67,37)
#45341E
(69,52,30)
#302517
(48,37,23)
#1B1610
(27,22,16)
#000000
(0,0,0)

Tints of #EDAC56

#EDAC56
(237,172,86)
#EEB365
(238,179,101)
#EFBA74
(239,186,116)
#F0C183
(240,193,131)
#F1C892
(241,200,146)
#F2CFA1
(242,207,161)
#F3D6B0
(243,214,176)
#F4DDBF
(244,221,191)
#F5E4CE
(245,228,206)
#F6EBDD
(246,235,221)
#F7F2EC
(247,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDAC56 color. Also use rgb(237,172,86) instead hex code.

Text Font Color

.myTextColor { color: #EDAC56; }

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

This text font color is #EDAC56.


Background Color

.myBgColor { background-color: #EDAC56; }

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

This div background color is #EDAC56.


Border color

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

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

This div border color is #EDAC56.


Opacity

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

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

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

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

This text has shadow with #EDAC56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDAC56 on black background.


Color preview on white background

This text has color #EDAC56 on white background.



Black color preview on #EDAC56 background

This text has black color on #EDAC56 background.


White color preview on #EDAC56 background

This text has white color on #EDAC56 background.