COLOR #ED9A81

HEX: #ED9A81
RGB: (237,154,129)

Color info

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

RGB color model

#ED9A81 color RGB value is (237,154,129).

  • red value is 237;
  • green value is 154;
  • blue value is 129.
RGB:
(237,154,129)
(93%,60%,51%)

RGB channels and saturation

R 237 of 255 = 93%
G 154 of 255 = 60%
B 129 of 255 = 51%

237
154
129

R + G + B ~ 68%. #ED9A81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 154 + 129 = 520 (100%)
R 237 of 520 ~ 45.58%
G 154 of 520 ~ 29.62%
B 129 of 520 ~ 24.81%

%45.58
%29.62
%24.81

CMYK color model

#ED9A81 color CMYK value is (0,35,46,7).

  • cyan value is 0.00%
  • magenta value is 35.02%
  • yellow value is 45.57%
  • key color value is 7.06%
CMYK:
(0,35,46,7)
C0M35Y46K7 
(0%,35%,46%,7%)
(0.00/0.35/0.46/0.07)	

CMYK percentages

%0
%35.02
%45.57
%7.06

Codes

Color #ED9A81 in popluar color models

ED9A81
RGB237154129
HSL14°75.00%71.76%
HSB/HSV14°45.57%92.94%
CMYK0.00%35.02%45.57%
7.06%

Color #ED9A81 in popluar number systems.

HEXED9A81
Decimal237154129
Binary111011011001101010000001
Octal355232201

Shades and tints

Shades of #ED9A81

#ED9A81
(237,154,129)
#D88C76
(216,140,118)
#C37E6B
(195,126,107)
#AE7060
(174,112,96)
#996255
(153,98,85)
#84544A
(132,84,74)
#6F463F
(111,70,63)
#5A3834
(90,56,52)
#452A29
(69,42,41)
#301C1E
(48,28,30)
#1B0E13
(27,14,19)
#000000
(0,0,0)

Tints of #ED9A81

#ED9A81
(237,154,129)
#EEA38C
(238,163,140)
#EFAC97
(239,172,151)
#F0B5A2
(240,181,162)
#F1BEAD
(241,190,173)
#F2C7B8
(242,199,184)
#F3D0C3
(243,208,195)
#F4D9CE
(244,217,206)
#F5E2D9
(245,226,217)
#F6EBE4
(246,235,228)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9A81 color. Also use rgb(237,154,129) instead hex code.

Text Font Color

.myTextColor { color: #ED9A81; }

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

This text font color is #ED9A81.


Background Color

.myBgColor { background-color: #ED9A81; }

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

This div background color is #ED9A81.


Border color

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

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

This div border color is #ED9A81.


Opacity

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

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

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

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

This text has shadow with #ED9A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9A81 on black background.


Color preview on white background

This text has color #ED9A81 on white background.



Black color preview on #ED9A81 background

This text has black color on #ED9A81 background.


White color preview on #ED9A81 background

This text has white color on #ED9A81 background.