COLOR #EFAE93

HEX: #EFAE93
RGB: (239,174,147)

Color info

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

RGB color model

#EFAE93 color RGB value is (239,174,147).

  • red value is 239;
  • green value is 174;
  • blue value is 147.
RGB:
(239,174,147)
(94%,68%,58%)

RGB channels and saturation

R 239 of 255 = 94%
G 174 of 255 = 68%
B 147 of 255 = 58%

239
174
147

R + G + B ~ 73%. #EFAE93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 174 + 147 = 560 (100%)
R 239 of 560 ~ 42.68%
G 174 of 560 ~ 31.07%
B 147 of 560 ~ 26.25%

%42.68
%31.07
%26.25

CMYK color model

#EFAE93 color CMYK value is (0,27,38,6).

  • cyan value is 0.00%
  • magenta value is 27.20%
  • yellow value is 38.49%
  • key color value is 6.27%
CMYK:
(0,27,38,6)
C0M27Y38K6 
(0%,27%,38%,6%)
(0.00/0.27/0.38/0.06)	

CMYK percentages

%0
%27.2
%38.49
%6.27

Codes

Color #EFAE93 in popluar color models

EFAE93
RGB239174147
HSL18°74.19%75.69%
HSB/HSV18°38.49%93.73%
CMYK0.00%27.20%38.49%
6.27%

Color #EFAE93 in popluar number systems.

HEXEFAE93
Decimal239174147
Binary111011111010111010010011
Octal357256223

Shades and tints

Shades of #EFAE93

#EFAE93
(239,174,147)
#DA9F86
(218,159,134)
#C59079
(197,144,121)
#B0816C
(176,129,108)
#9B725F
(155,114,95)
#866352
(134,99,82)
#715445
(113,84,69)
#5C4538
(92,69,56)
#47362B
(71,54,43)
#32271E
(50,39,30)
#1D1811
(29,24,17)
#000000
(0,0,0)

Tints of #EFAE93

#EFAE93
(239,174,147)
#F0B59C
(240,181,156)
#F1BCA5
(241,188,165)
#F2C3AE
(242,195,174)
#F3CAB7
(243,202,183)
#F4D1C0
(244,209,192)
#F5D8C9
(245,216,201)
#F6DFD2
(246,223,210)
#F7E6DB
(247,230,219)
#F8EDE4
(248,237,228)
#F9F4ED
(249,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFAE93 color. Also use rgb(239,174,147) instead hex code.

Text Font Color

.myTextColor { color: #EFAE93; }

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

This text font color is #EFAE93.


Background Color

.myBgColor { background-color: #EFAE93; }

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

This div background color is #EFAE93.


Border color

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

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

This div border color is #EFAE93.


Opacity

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

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

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

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

This text has shadow with #EFAE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFAE93 on black background.


Color preview on white background

This text has color #EFAE93 on white background.



Black color preview on #EFAE93 background

This text has black color on #EFAE93 background.


White color preview on #EFAE93 background

This text has white color on #EFAE93 background.