COLOR #EDA953

HEX: #EDA953 RGB: (237,169,83)

Color info

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

RGB color model

#EDA953 color RGB value is (237,169,83).

RGB: (237,169,83) (93%, 66%, 33%)

RGB channels and saturation

R 237 of 255 = 93%
G 169 of 255 = 66%
B 83 of 255 = 33%

237
169
83

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

Portions of RGB colors in percentages

R + G + B = 237 + 169 + 83 = 489 (100%)
R 237 of 489 ~ 48.47%
G 169 of 489 ~ 34.56%
B 83 of 489 ~ 16.97'%

%48.47
%34.56
%16.97

CMYK color model

#EDA953 color CMYK value is (0,29,65,7).

  • cyan value is 0.00%
  • magenta value is 28.69%
  • yellow value is 64.98%
  • key color value is 7.06%

CMYK: (0,29,65,7)
C0M29Y65K7 (0%, 29%, 65%, 7%)
(0.00 / 0.29 / 0.65 / 0.07)

CMYK percentages

%0
%28.69
%64.98
%7.06

Codes

Color #EDA953 in popluar color models

ED A9 53
RGB 237 169 83
HSL 34° 81.05% 62.75%
HSB/HSV 34° 64.98% 92.94%
CMYK 0.00% 28.69% 64.98%
7.06%

Color #EDA953 in popluar number systems.

HEX ED A9 53
Decimal 237 169 83
Binary 11101101 10101001 1010011
Octal 355 251 123

Shades and tints

Shades of #EDA953

#EDA953
(237,169,83)
#D89A4C
(216,154,76)
#C38B45
(195,139,69)
#AE7C3E
(174,124,62)
#996D37
(153,109,55)
#845E30
(132,94,48)
#6F4F29
(111,79,41)
#5A4022
(90,64,34)
#45311B
(69,49,27)
#302214
(48,34,20)
#1B130D
(27,19,13)
#000000
(0,0,0)

Tints of #EDA953

#EDA953
(237,169,83)
#EEB062
(238,176,98)
#EFB771
(239,183,113)
#F0BE80
(240,190,128)
#F1C58F
(241,197,143)
#F2CC9E
(242,204,158)
#F3D3AD
(243,211,173)
#F4DABC
(244,218,188)
#F5E1CB
(245,225,203)
#F6E8DA
(246,232,218)
#F7EFE9
(247,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA953 color. Also use rgb(237,169,83) instead hex code.

Text Font Color

.myTextColor { color: #EDA953; }

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

This text font color is #EDA953.

Background Color

.myBgColor { background-color: #EDA953; }

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

This div background color is #EDA953.

Border color

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

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

This div border color is #EDA953.

Opacity

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

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

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

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

This text has shadow with #EDA953 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDA953.

Preview

Color preview on black background

This text has color #EDA953 on black background.


Color preview on white background

This text has color #EDA953 on white background.


Black color preview on #EDA953 background

This text has black color on #EDA953 background.


White color preview on #EDA953 background

This text has white color on #EDA953 background.


Related colors

Complementary color

Complementary color for #hex is #1256AC.


I love getcolorcode.com

Triadic colors

1 #53EDA9 and #A953ED with #EDA953 are triadic colors.

2 #53A9ED and #A9ED53 with #EDA953 are triadic colors.