COLOR #EDA892

HEX: #EDA892
RGB: (237,168,146)

Color info

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

RGB color model

#EDA892 color RGB value is (237,168,146).

  • red value is 237;
  • green value is 168;
  • blue value is 146.
RGB:
(237,168,146)
(93%,66%,57%)

RGB channels and saturation

R 237 of 255 = 93%
G 168 of 255 = 66%
B 146 of 255 = 57%

237
168
146

R + G + B ~ 72%. #EDA892 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 168 + 146 = 551 (100%)
R 237 of 551 ~ 43.01%
G 168 of 551 ~ 30.49%
B 146 of 551 ~ 26.5%

%43.01
%30.49
%26.5

CMYK color model

#EDA892 color CMYK value is (0,29,38,7).

  • cyan value is 0.00%
  • magenta value is 29.11%
  • yellow value is 38.40%
  • key color value is 7.06%
CMYK:
(0,29,38,7)
C0M29Y38K7 
(0%,29%,38%,7%)
(0.00/0.29/0.38/0.07)	

CMYK percentages

%0
%29.11
%38.4
%7.06

Codes

Color #EDA892 in popluar color models

EDA892
RGB237168146
HSL15°71.65%75.10%
HSB/HSV15°38.40%92.94%
CMYK0.00%29.11%38.40%
7.06%

Color #EDA892 in popluar number systems.

HEXEDA892
Decimal237168146
Binary111011011010100010010010
Octal355250222

Shades and tints

Shades of #EDA892

#EDA892
(237,168,146)
#D89985
(216,153,133)
#C38A78
(195,138,120)
#AE7B6B
(174,123,107)
#996C5E
(153,108,94)
#845D51
(132,93,81)
#6F4E44
(111,78,68)
#5A3F37
(90,63,55)
#45302A
(69,48,42)
#30211D
(48,33,29)
#1B1210
(27,18,16)
#000000
(0,0,0)

Tints of #EDA892

#EDA892
(237,168,146)
#EEAF9B
(238,175,155)
#EFB6A4
(239,182,164)
#F0BDAD
(240,189,173)
#F1C4B6
(241,196,182)
#F2CBBF
(242,203,191)
#F3D2C8
(243,210,200)
#F4D9D1
(244,217,209)
#F5E0DA
(245,224,218)
#F6E7E3
(246,231,227)
#F7EEEC
(247,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDA892 color. Also use rgb(237,168,146) instead hex code.

Text Font Color

.myTextColor { color: #EDA892; }

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

This text font color is #EDA892.


Background Color

.myBgColor { background-color: #EDA892; }

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

This div background color is #EDA892.


Border color

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

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

This div border color is #EDA892.


Opacity

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

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

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

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

This text has shadow with #EDA892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDA892 on black background.


Color preview on white background

This text has color #EDA892 on white background.



Black color preview on #EDA892 background

This text has black color on #EDA892 background.


White color preview on #EDA892 background

This text has white color on #EDA892 background.