COLOR #EFA092

HEX: #EFA092 RGB: (239,160,146)

Color info

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

RGB color model

#EFA092 color RGB value is (239,160,146).

RGB: (239,160,146) (94%, 63%, 57%)

RGB channels and saturation

R 239 of 255 = 94%
G 160 of 255 = 63%
B 146 of 255 = 57%

239
160
146

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

Portions of RGB colors in percentages

R + G + B = 239 + 160 + 146 = 545 (100%)
R 239 of 545 ~ 43.85%
G 160 of 545 ~ 29.36%
B 146 of 545 ~ 26.79'%

%43.85
%29.36
%26.79

CMYK color model

#EFA092 color CMYK value is (0,33,39,6).

  • cyan value is 0.00%
  • magenta value is 33.05%
  • yellow value is 38.91%
  • key color value is 6.27%

CMYK: (0,33,39,6)
C0M33Y39K6 (0%, 33%, 39%, 6%)
(0.00 / 0.33 / 0.39 / 0.06)

CMYK percentages

%0
%33.05
%38.91
%6.27

Codes

Color #EFA092 in popluar color models

EF A0 92
RGB 239 160 146
HSL 74.40% 75.49%
HSB/HSV 38.91% 93.73%
CMYK 0.00% 33.05% 38.91%
6.27%

Color #EFA092 in popluar number systems.

HEX EF A0 92
Decimal 239 160 146
Binary 11101111 10100000 10010010
Octal 357 240 222

Shades and tints

Shades of #EFA092

#EFA092
(239,160,146)
#DA9285
(218,146,133)
#C58478
(197,132,120)
#B0766B
(176,118,107)
#9B685E
(155,104,94)
#865A51
(134,90,81)
#714C44
(113,76,68)
#5C3E37
(92,62,55)
#47302A
(71,48,42)
#32221D
(50,34,29)
#1D1410
(29,20,16)
#000000
(0,0,0)

Tints of #EFA092

#EFA092
(239,160,146)
#F0A89B
(240,168,155)
#F1B0A4
(241,176,164)
#F2B8AD
(242,184,173)
#F3C0B6
(243,192,182)
#F4C8BF
(244,200,191)
#F5D0C8
(245,208,200)
#F6D8D1
(246,216,209)
#F7E0DA
(247,224,218)
#F8E8E3
(248,232,227)
#F9F0EC
(249,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA092 color. Also use rgb(239,160,146) instead hex code.

Text Font Color

.myTextColor { color: #EFA092; }

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

This text font color is #EFA092.

Background Color

.myBgColor { background-color: #EFA092; }

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

This div background color is #EFA092.

Border color

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

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

This div border color is #EFA092.

Opacity

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

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

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

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

This text has shadow with #EFA092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA092.

Preview

Color preview on black background

This text has color #EFA092 on black background.


Color preview on white background

This text has color #EFA092 on white background.


Black color preview on #EFA092 background

This text has black color on #EFA092 background.


White color preview on #EFA092 background

This text has white color on #EFA092 background.


Related colors

Complementary color

Complementary color for #hex is #105F6D.


I love getcolorcode.com

Triadic colors

1 #92EFA0 and #A092EF with #EFA092 are triadic colors.

2 #92A0EF and #A0EF92 with #EFA092 are triadic colors.