COLOR #EDA28D

HEX: #EDA28D RGB: (237,162,141)

Color info

#EDA28D contains mainly red color. Web safe color of #EDA28D is #FF9999 (or #F99).

RGB color model

#EDA28D color RGB value is (237,162,141).

RGB: (237,162,141) (93%, 64%, 55%)

RGB channels and saturation

R 237 of 255 = 93%
G 162 of 255 = 64%
B 141 of 255 = 55%

237
162
141

R + G + B ~ 71%. #EDA28D is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 162 + 141 = 540 (100%)
R 237 of 540 ~ 43.89%
G 162 of 540 ~ 30%
B 141 of 540 ~ 26.11'%

%43.89
%30
%26.11

CMYK color model

#EDA28D color CMYK value is (0,32,41,7).

  • cyan value is 0.00%
  • magenta value is 31.65%
  • yellow value is 40.51%
  • key color value is 7.06%
CMYK: (0,32,41,7) C0M32Y41K7 (0%,32%,41%,7%) (0.00/0.32/0.41/0.07) 

CMYK percentages

%0
%31.65
%40.51
%7.06

Codes

Color #EDA28D in popluar color models

ED A2 8D
RGB 237 162 141
HSL 13° 72.73% 74.12%
HSB/HSV 13° 40.51% 92.94%
CMYK 0.00% 31.65% 40.51%
7.06%

Color #EDA28D in popluar number systems.

HEX ED A2 8D
Decimal 237 162 141
Binary 11101101 10100010 10001101
Octal 355 242 215

Shades and tints

Shades of #EDA28D

#EDA28D
(237,162,141)
#D89481
(216,148,129)
#C38675
(195,134,117)
#AE7869
(174,120,105)
#996A5D
(153,106,93)
#845C51
(132,92,81)
#6F4E45
(111,78,69)
#5A4039
(90,64,57)
#45322D
(69,50,45)
#302421
(48,36,33)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #EDA28D

#EDA28D
(237,162,141)
#EEAA97
(238,170,151)
#EFB2A1
(239,178,161)
#F0BAAB
(240,186,171)
#F1C2B5
(241,194,181)
#F2CABF
(242,202,191)
#F3D2C9
(243,210,201)
#F4DAD3
(244,218,211)
#F5E2DD
(245,226,221)
#F6EAE7
(246,234,231)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDA28D; }

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

This text font color is #EDA28D.

Background Color

.myBgColor { background-color: #EDA28D; }

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

This div background color is #EDA28D.

Border color

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

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

This div border color is #EDA28D.

Opacity

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

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

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

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

This text has shadow with #EDA28D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDA28D.

Preview

Color preview on black background

This text has color #EDA28D on black background.


Color preview on white background

This text has color #EDA28D on white background.


Black color preview on #EDA28D background

This text has black color on #EDA28D background.


White color preview on #EDA28D background

This text has white color on #EDA28D background.


Related colors

Complementary color

Complementary color for #hex is #125D72.


I love getcolorcode.com

Triadic colors

1 #8DEDA2 and #A28DED with #EDA28D are triadic colors.

2 #8DA2ED and #A2ED8D with #EDA28D are triadic colors.