COLOR #EDA256

HEX: #EDA256 RGB: (237,162,86)

Color info

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

RGB color model

#EDA256 color RGB value is (237,162,86).

RGB: (237,162,86) (93%, 64%, 34%)

RGB channels and saturation

R 237 of 255 = 93%
G 162 of 255 = 64%
B 86 of 255 = 34%

237
162
86

R + G + B ~ 64%. #EDA256 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 162 + 86 = 485 (100%)
R 237 of 485 ~ 48.87%
G 162 of 485 ~ 33.4%
B 86 of 485 ~ 17.73'%

%48.87
%33.4
%17.73

CMYK color model

#EDA256 color CMYK value is (0,32,64,7).

  • cyan value is 0.00%
  • magenta value is 31.65%
  • yellow value is 63.71%
  • key color value is 7.06%

CMYK: (0,32,64,7)
C0M32Y64K7 (0%, 32%, 64%, 7%)
(0.00 / 0.32 / 0.64 / 0.07)

CMYK percentages

%0
%31.65
%63.71
%7.06

Codes

Color #EDA256 in popluar color models

ED A2 56
RGB 237 162 86
HSL 30° 80.75% 63.33%
HSB/HSV 30° 63.71% 92.94%
CMYK 0.00% 31.65% 63.71%
7.06%

Color #EDA256 in popluar number systems.

HEX ED A2 56
Decimal 237 162 86
Binary 11101101 10100010 1010110
Octal 355 242 126

Shades and tints

Shades of #EDA256

#EDA256
(237,162,86)
#D8944F
(216,148,79)
#C38648
(195,134,72)
#AE7841
(174,120,65)
#996A3A
(153,106,58)
#845C33
(132,92,51)
#6F4E2C
(111,78,44)
#5A4025
(90,64,37)
#45321E
(69,50,30)
#302417
(48,36,23)
#1B1610
(27,22,16)
#000000
(0,0,0)

Tints of #EDA256

#EDA256
(237,162,86)
#EEAA65
(238,170,101)
#EFB274
(239,178,116)
#F0BA83
(240,186,131)
#F1C292
(241,194,146)
#F2CAA1
(242,202,161)
#F3D2B0
(243,210,176)
#F4DABF
(244,218,191)
#F5E2CE
(245,226,206)
#F6EADD
(246,234,221)
#F7F2EC
(247,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDA256; }

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

This text font color is #EDA256.

Background Color

.myBgColor { background-color: #EDA256; }

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

This div background color is #EDA256.

Border color

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

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

This div border color is #EDA256.

Opacity

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

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

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

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

This text has shadow with #EDA256 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDA256.

Preview

Color preview on black background

This text has color #EDA256 on black background.


Color preview on white background

This text has color #EDA256 on white background.


Black color preview on #EDA256 background

This text has black color on #EDA256 background.


White color preview on #EDA256 background

This text has white color on #EDA256 background.


Related colors

Complementary color

Complementary color for #hex is #125DA9.


I love getcolorcode.com

Triadic colors

1 #56EDA2 and #A256ED with #EDA256 are triadic colors.

2 #56A2ED and #A2ED56 with #EDA256 are triadic colors.