COLOR #EDA55E

HEX: #EDA55E RGB: (237,165,94)

Color info

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

RGB color model

#EDA55E color RGB value is (237,165,94).

RGB: (237,165,94) (93%, 65%, 37%)

RGB channels and saturation

R 237 of 255 = 93%
G 165 of 255 = 65%
B 94 of 255 = 37%

237
165
94

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

Portions of RGB colors in percentages

R + G + B = 237 + 165 + 94 = 496 (100%)
R 237 of 496 ~ 47.78%
G 165 of 496 ~ 33.27%
B 94 of 496 ~ 18.95'%

%47.78
%33.27
%18.95

CMYK color model

#EDA55E color CMYK value is (0,30,60,7).

  • cyan value is 0.00%
  • magenta value is 30.38%
  • yellow value is 60.34%
  • key color value is 7.06%

CMYK: (0,30,60,7)
C0M30Y60K7 (0%, 30%, 60%, 7%)
(0.00 / 0.30 / 0.60 / 0.07)

CMYK percentages

%0
%30.38
%60.34
%7.06

Codes

Color #EDA55E in popluar color models

ED A5 5E
RGB 237 165 94
HSL 30° 79.89% 64.90%
HSB/HSV 30° 60.34% 92.94%
CMYK 0.00% 30.38% 60.34%
7.06%

Color #EDA55E in popluar number systems.

HEX ED A5 5E
Decimal 237 165 94
Binary 11101101 10100101 1011110
Octal 355 245 136

Shades and tints

Shades of #EDA55E

#EDA55E
(237,165,94)
#D89656
(216,150,86)
#C3874E
(195,135,78)
#AE7846
(174,120,70)
#99693E
(153,105,62)
#845A36
(132,90,54)
#6F4B2E
(111,75,46)
#5A3C26
(90,60,38)
#452D1E
(69,45,30)
#301E16
(48,30,22)
#1B0F0E
(27,15,14)
#000000
(0,0,0)

Tints of #EDA55E

#EDA55E
(237,165,94)
#EEAD6C
(238,173,108)
#EFB57A
(239,181,122)
#F0BD88
(240,189,136)
#F1C596
(241,197,150)
#F2CDA4
(242,205,164)
#F3D5B2
(243,213,178)
#F4DDC0
(244,221,192)
#F5E5CE
(245,229,206)
#F6EDDC
(246,237,220)
#F7F5EA
(247,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA55E color. Also use rgb(237,165,94) instead hex code.

Text Font Color

.myTextColor { color: #EDA55E; }

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

This text font color is #EDA55E.

Background Color

.myBgColor { background-color: #EDA55E; }

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

This div background color is #EDA55E.

Border color

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

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

This div border color is #EDA55E.

Opacity

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

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

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

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

This text has shadow with #EDA55E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDA55E.

Preview

Color preview on black background

This text has color #EDA55E on black background.


Color preview on white background

This text has color #EDA55E on white background.


Black color preview on #EDA55E background

This text has black color on #EDA55E background.


White color preview on #EDA55E background

This text has white color on #EDA55E background.


Related colors

Complementary color

Complementary color for #hex is #125AA1.


I love getcolorcode.com

Triadic colors

1 #5EEDA5 and #A55EED with #EDA55E are triadic colors.

2 #5EA5ED and #A5ED5E with #EDA55E are triadic colors.